pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-sphinxcontrib-asyncio: py-sphinxcontrib-asyncio-0.3.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Dec 7 14:23:18 2020 +0100
Changeset:	42248f989809ca1c58c522e873a86509d93a3f5a

Added Files:
	py-sphinxcontrib-asyncio/DESCR
	py-sphinxcontrib-asyncio/Makefile
	py-sphinxcontrib-asyncio/PLIST
	py-sphinxcontrib-asyncio/distinfo

Log Message:
wip/py-sphinxcontrib-asyncio: py-sphinxcontrib-asyncio-0.3.0 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=42248f989809ca1c58c522e873a86509d93a3f5a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-sphinxcontrib-asyncio/DESCR    |  1 +
 py-sphinxcontrib-asyncio/Makefile | 18 ++++++++++++++++++
 py-sphinxcontrib-asyncio/PLIST    | 12 ++++++++++++
 py-sphinxcontrib-asyncio/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/py-sphinxcontrib-asyncio/DESCR b/py-sphinxcontrib-asyncio/DESCR
new file mode 100644
index 0000000000..f1890672b3
--- /dev/null
+++ b/py-sphinxcontrib-asyncio/DESCR
@@ -0,0 +1 @@
+Sphinx extension for adding asyncio-specific markups
diff --git a/py-sphinxcontrib-asyncio/Makefile b/py-sphinxcontrib-asyncio/Makefile
new file mode 100644
index 0000000000..2e1761440e
--- /dev/null
+++ b/py-sphinxcontrib-asyncio/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	sphinxcontrib-asyncio-0.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/sphinxcontrib-asyncio/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/aio-libs/sphinxcontrib-asyncio
+COMMENT=	Sphinx extension to support coroutines in markup
+LICENSE=	apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sphinxcontrib-asyncio/PLIST b/py-sphinxcontrib-asyncio/PLIST
new file mode 100644
index 0000000000..9a7d8df90a
--- /dev/null
+++ b/py-sphinxcontrib-asyncio/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/sphinxcontrib/__init__.py
+${PYSITELIB}/sphinxcontrib/__init__.pyc
+${PYSITELIB}/sphinxcontrib/__init__.pyo
+${PYSITELIB}/sphinxcontrib/asyncio.py
+${PYSITELIB}/sphinxcontrib/asyncio.pyc
+${PYSITELIB}/sphinxcontrib/asyncio.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-sphinxcontrib-asyncio/distinfo b/py-sphinxcontrib-asyncio/distinfo
new file mode 100644
index 0000000000..9e63c84eba
--- /dev/null
+++ b/py-sphinxcontrib-asyncio/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sphinxcontrib-asyncio-0.3.0.tar.gz) = ff5e8f7b5236120fb95122d1c3277d6d37c51c52
+RMD160 (sphinxcontrib-asyncio-0.3.0.tar.gz) = cfa9b25c37da370f3d75818ca0f1130d624971cf
+SHA512 (sphinxcontrib-asyncio-0.3.0.tar.gz) = fa66a2a9b5f89327686481f46d8e5be0b674f6355c8c0eeb862bf0ca0b5bb848121c5ed153780f653242faf1b82debc6917c3f6046244cce0f1423303a324f29
+Size (sphinxcontrib-asyncio-0.3.0.tar.gz) = 11622 bytes


Home | Main Index | Thread Index | Old Index