py-asynctest-0.13.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-14 00:06:02 +01:00
parent 7f7816d886
commit 9f67e63269
4 changed files with 49 additions and 0 deletions

3
py-asynctest/DESCR Normal file
View File

@ -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

16
py-asynctest/Makefile Normal file
View File

@ -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
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"

24
py-asynctest/PLIST Normal file
View File

@ -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

6
py-asynctest/distinfo Normal file
View File

@ -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