pkgsrc-WIP-changes archive

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

py-asynctest-0.13.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Nov 14 00:06:02 2020 +0100
Changeset:	9f67e63269b7138486e87f432326b161678d037c

Added Files:
	py-asynctest/DESCR
	py-asynctest/Makefile
	py-asynctest/PLIST
	py-asynctest/distinfo

Log Message:
py-asynctest-0.13.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=9f67e63269b7138486e87f432326b161678d037c

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

diffstat:
 py-asynctest/DESCR    |  3 +++
 py-asynctest/Makefile | 16 ++++++++++++++++
 py-asynctest/PLIST    | 24 ++++++++++++++++++++++++
 py-asynctest/distinfo |  6 ++++++
 4 files changed, 49 insertions(+)

diffs:
diff --git a/py-asynctest/DESCR b/py-asynctest/DESCR
new file mode 100644
index 0000000000..65635d46a7
--- /dev/null
+++ b/py-asynctest/DESCR
@@ -0,0 +1,3 @@
+The package asynctest is built on top of the standard
+unittest module and cuts down boilerplate code when
+testing libraries for asyncio
diff --git a/py-asynctest/Makefile b/py-asynctest/Makefile
new file mode 100644
index 0000000000..f197281297
--- /dev/null
+++ b/py-asynctest/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	asynctest-0.13.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/asynctest/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/Martiusweb/asynctest/
+COMMENT=	Unittest package with features for testing asyncio libraries
+LICENSE=	apache-2.0
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-asynctest/PLIST b/py-asynctest/PLIST
new file mode 100644
index 0000000000..3369659bf8
--- /dev/null
+++ b/py-asynctest/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/asynctest/__init__.py
+${PYSITELIB}/asynctest/__init__.pyc
+${PYSITELIB}/asynctest/__init__.pyo
+${PYSITELIB}/asynctest/_fail_on.py
+${PYSITELIB}/asynctest/_fail_on.pyc
+${PYSITELIB}/asynctest/_fail_on.pyo
+${PYSITELIB}/asynctest/case.py
+${PYSITELIB}/asynctest/case.pyc
+${PYSITELIB}/asynctest/case.pyo
+${PYSITELIB}/asynctest/helpers.py
+${PYSITELIB}/asynctest/helpers.pyc
+${PYSITELIB}/asynctest/helpers.pyo
+${PYSITELIB}/asynctest/mock.py
+${PYSITELIB}/asynctest/mock.pyc
+${PYSITELIB}/asynctest/mock.pyo
+${PYSITELIB}/asynctest/selector.py
+${PYSITELIB}/asynctest/selector.pyc
+${PYSITELIB}/asynctest/selector.pyo
diff --git a/py-asynctest/distinfo b/py-asynctest/distinfo
new file mode 100644
index 0000000000..cbeb4652a9
--- /dev/null
+++ b/py-asynctest/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (asynctest-0.13.0.tar.gz) = 578a827037b156380292d837e58992ce408f8412
+RMD160 (asynctest-0.13.0.tar.gz) = 0c1acd6b3acd963c0893105d302d7d642367d83b
+SHA512 (asynctest-0.13.0.tar.gz) = f98a9a330c3e4024373d74ea1899ec74f8242be58856d9a4c0910d397cbf15c1bd2deb2531cf78fd7bfe7d2aa4abad8b404bbb9eaee4b721c9e317ec5ec4a955
+Size (asynctest-0.13.0.tar.gz) = 42301 bytes


Home | Main Index | Thread Index | Old Index