From owner-dev-commits-ports-all@freebsd.org Mon Aug 23 17:32:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E94366ED69; Mon, 23 Aug 2021 17:32:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GtfTC342vz4XPT; Mon, 23 Aug 2021 17:32:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 505B618982; Mon, 23 Aug 2021 17:32:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17NHWlsH025526; Mon, 23 Aug 2021 17:32:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17NHWl09025525; Mon, 23 Aug 2021 17:32:47 GMT (envelope-from git) Date: Mon, 23 Aug 2021 17:32:47 GMT Message-Id: <202108231732.17NHWl09025525@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 1946f8224cbf - main - textproc/py-sphinxext-opengraph: new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1946f8224cbf10898d3fc0599e6e2ac6c2537c16 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2021 17:32:47 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=1946f8224cbf10898d3fc0599e6e2ac6c2537c16 commit 1946f8224cbf10898d3fc0599e6e2ac6c2537c16 Author: Alexis Praga AuthorDate: 2021-08-23 16:30:22 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-08-23 17:27:57 +0000 textproc/py-sphinxext-opengraph: new port Sphinx extension to generate OpenGraph metadata The Open Graph protocol enables any web page to become a rich object in a social graph This port is a dependency of the new version of x11/kitty (PR 257438) PR: 257436 Reported by: alexis.praga@free.fr Reviewed by: koobs@ --- textproc/Makefile | 1 + textproc/py-sphinxext-opengraph/Makefile | 28 ++++++++++++++++++++++++++++ textproc/py-sphinxext-opengraph/distinfo | 3 +++ textproc/py-sphinxext-opengraph/pkg-descr | 6 ++++++ 4 files changed, 38 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 1eb722da4167..90fed780b102 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1462,6 +1462,7 @@ SUBDIR += py-sphinxcontrib-qthelp SUBDIR += py-sphinxcontrib-serializinghtml SUBDIR += py-sphinxcontrib-websupport + SUBDIR += py-sphinxext-opengraph SUBDIR += py-spylls SUBDIR += py-stemming SUBDIR += py-tabletext diff --git a/textproc/py-sphinxext-opengraph/Makefile b/textproc/py-sphinxext-opengraph/Makefile new file mode 100644 index 000000000000..eebd3e1b9686 --- /dev/null +++ b/textproc/py-sphinxext-opengraph/Makefile @@ -0,0 +1,28 @@ +# Created by: Alexis Praga + +PORTNAME= sphinxext-opengraph +PORTVERSION= 0.4.2 +DISTVERSIONPREFIX= v +CATEGORIES= textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexis.praga@free.fr +COMMENT= Sphinx extension to generate OpenGraph metadata + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=2.0:textproc/py-sphinx@${PY_FLAVOR} + +USES= python:3.6+ +# LICENSE and tests are not packaged yet, using github as a fallback +USE_GITHUB= yes +GH_ACCOUNT= wpilibsuite +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +do-test: + cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest -v -rs -o addopts= + +.include diff --git a/textproc/py-sphinxext-opengraph/distinfo b/textproc/py-sphinxext-opengraph/distinfo new file mode 100644 index 000000000000..7700775e1cf0 --- /dev/null +++ b/textproc/py-sphinxext-opengraph/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627569745 +SHA256 (wpilibsuite-sphinxext-opengraph-v0.4.2_GH0.tar.gz) = d91d51c932d47e8c2ce657be5934a660daadb19eb9b6240172550f9810e0b404 +SIZE (wpilibsuite-sphinxext-opengraph-v0.4.2_GH0.tar.gz) = 13251 diff --git a/textproc/py-sphinxext-opengraph/pkg-descr b/textproc/py-sphinxext-opengraph/pkg-descr new file mode 100644 index 000000000000..5d82ad3a29ff --- /dev/null +++ b/textproc/py-sphinxext-opengraph/pkg-descr @@ -0,0 +1,6 @@ +This Sphinx extension allows you to generate OpenGraph metadata. + +The Open Graph protocol enables any web page to become a rich object +in a social graph (see https://ogp.me/). + +WWW: https://github.com/wpilibsuite/sphinxext-opengraph