diff --git a/textproc/py-sphinxext-opengraph/Makefile b/textproc/py-sphinxext-opengraph/Makefile new file mode 100644 index 000000000000..339e886f7101 --- /dev/null +++ b/textproc/py-sphinxext-opengraph/Makefile @@ -0,0 +1,27 @@ +# Created by: Alexis Praga + +PORTNAME= sphinxext-opengraph +PORTVERSION= 0.4.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexis.praga@free.fr +COMMENT= Sphinx extension to generate OpenGraph metadata + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=3,1:textproc/py-sphinx@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include + +# .if ${PYTHON_REL} < 30800 +# RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +# .endif + +.include diff --git a/textproc/py-sphinxext-opengraph/distinfo b/textproc/py-sphinxext-opengraph/distinfo new file mode 100644 index 000000000000..52f22abbe327 --- /dev/null +++ b/textproc/py-sphinxext-opengraph/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627306245 +SHA256 (sphinxext-opengraph-0.4.2.tar.gz) = 5da1a6eaab25e377b841f506ef7d7c44b539428f3d6094ccc16d1dfd3ef65501 +SIZE (sphinxext-opengraph-0.4.2.tar.gz) = 5487 diff --git a/textproc/py-sphinxext-opengraph/pkg-descr b/textproc/py-sphinxext-opengraph/pkg-descr new file mode 100644 index 000000000000..f06d4fe0ec3b --- /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/pradyunsg/sphinx-inline-tabs