Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-aiounittest: added version 1.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/078b6177f341
branches: trunk
changeset: 432541:078b6177f341
user: adam <adam%pkgsrc.org@localhost>
date: Sat May 23 08:19:22 2020 +0000
description:
py-aiounittest: added version 1.3.1
The aiounittest is a helper library to ease of your pain (and boilerplate),
when writing a test of the asynchronous code (asyncio). You can test:
* synchronous code (same as the unittest.TestCase)
* asynchronous code, it supports syntax with async/await (Python 3.5+) and
asyncio.coroutine/yield from (Python 3.4)
diffstat:
devel/Makefile | 3 ++-
devel/py-aiounittest/DESCR | 5 +++++
devel/py-aiounittest/Makefile | 18 ++++++++++++++++++
devel/py-aiounittest/PLIST | 18 ++++++++++++++++++
devel/py-aiounittest/distinfo | 6 ++++++
5 files changed, 49 insertions(+), 1 deletions(-)
diffs (80 lines):
diff -r 195084667b79 -r 078b6177f341 devel/Makefile
--- a/devel/Makefile Sat May 23 08:08:54 2020 +0000
+++ b/devel/Makefile Sat May 23 08:19:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3133 2020/05/23 07:03:41 adam Exp $
+# $NetBSD: Makefile,v 1.3134 2020/05/23 08:19:22 adam Exp $
#
COMMENT= Development utilities
@@ -2123,6 +2123,7 @@
SUBDIR+= py-absl-py
SUBDIR+= py-adb
SUBDIR+= py-aiofiles
+SUBDIR+= py-aiounittest
SUBDIR+= py-angr
SUBDIR+= py-anytree
SUBDIR+= py-apipkg
diff -r 195084667b79 -r 078b6177f341 devel/py-aiounittest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-aiounittest/DESCR Sat May 23 08:19:22 2020 +0000
@@ -0,0 +1,5 @@
+The aiounittest is a helper library to ease of your pain (and boilerplate),
+when writing a test of the asynchronous code (asyncio). You can test:
+* synchronous code (same as the unittest.TestCase)
+* asynchronous code, it supports syntax with async/await (Python 3.5+) and
+ asyncio.coroutine/yield from (Python 3.4)
diff -r 195084667b79 -r 078b6177f341 devel/py-aiounittest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-aiounittest/Makefile Sat May 23 08:19:22 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/05/23 08:19:22 adam Exp $
+
+DISTNAME= aiounittest-1.3.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiounittest/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/kwarunek/aiounittest
+COMMENT= Test asyncio code more easily
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 195084667b79 -r 078b6177f341 devel/py-aiounittest/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-aiounittest/PLIST Sat May 23 08:19:22 2020 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/23 08:19:22 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/aiounittest/__init__.py
+${PYSITELIB}/aiounittest/__init__.pyc
+${PYSITELIB}/aiounittest/__init__.pyo
+${PYSITELIB}/aiounittest/case.py
+${PYSITELIB}/aiounittest/case.pyc
+${PYSITELIB}/aiounittest/case.pyo
+${PYSITELIB}/aiounittest/helpers.py
+${PYSITELIB}/aiounittest/helpers.pyc
+${PYSITELIB}/aiounittest/helpers.pyo
+${PYSITELIB}/aiounittest/mock.py
+${PYSITELIB}/aiounittest/mock.pyc
+${PYSITELIB}/aiounittest/mock.pyo
+${PYSITELIB}/aiounittest/py.typed
diff -r 195084667b79 -r 078b6177f341 devel/py-aiounittest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-aiounittest/distinfo Sat May 23 08:19:22 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/23 08:19:22 adam Exp $
+
+SHA1 (aiounittest-1.3.1.tar.gz) = df452c33d5e0b237b90a94aabba2ef28c9aaa957
+RMD160 (aiounittest-1.3.1.tar.gz) = d5e09e641b582b659d83c93d8f30c11ac8f807a7
+SHA512 (aiounittest-1.3.1.tar.gz) = 66eb2a15badc52c13b84bb3671b0ba2d6b9493bf5dc13ba13c8d2c3f627733c105aeab54139fbd5c1cd22391b2fdd09b019f5acee746486696b02be5f87c35a3
+Size (aiounittest-1.3.1.tar.gz) = 5419 bytes
Home |
Main Index |
Thread Index |
Old Index