pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-asyncio
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 8 09:10:11 UTC 2019
Modified Files:
pkgsrc/devel/py-test-asyncio: Makefile distinfo
Log Message:
py-test-asyncio: updated to 0.10.0
0.10.0:
pytest-asyncio integrates with Hypothesis to support @given on async test functions using asyncio.
Pytest 4.1 support.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-asyncio/Makefile \
pkgsrc/devel/py-test-asyncio/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-asyncio/Makefile
diff -u pkgsrc/devel/py-test-asyncio/Makefile:1.2 pkgsrc/devel/py-test-asyncio/Makefile:1.3
--- pkgsrc/devel/py-test-asyncio/Makefile:1.2 Sun Aug 5 10:19:16 2018
+++ pkgsrc/devel/py-test-asyncio/Makefile Tue Jan 8 09:10:11 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/05 10:19:16 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/08 09:10:11 adam Exp $
-DISTNAME= pytest-asyncio-0.9.0
+DISTNAME= pytest-asyncio-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-asyncio/}
@@ -10,9 +10,13 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Pytest support for asyncio
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.3:../../devel/py-async_generator
DEPENDS+= ${PYPKGPREFIX}-test>=3.0.6:../../devel/py-test
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 35
+DEPENDS+= ${PYPKGPREFIX}-async_generator>=1.3:../../devel/py-async_generator
+.endif
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 34
Index: pkgsrc/devel/py-test-asyncio/distinfo
diff -u pkgsrc/devel/py-test-asyncio/distinfo:1.2 pkgsrc/devel/py-test-asyncio/distinfo:1.3
--- pkgsrc/devel/py-test-asyncio/distinfo:1.2 Sun Aug 5 10:19:16 2018
+++ pkgsrc/devel/py-test-asyncio/distinfo Tue Jan 8 09:10:11 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/08/05 10:19:16 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/01/08 09:10:11 adam Exp $
-SHA1 (pytest-asyncio-0.9.0.tar.gz) = 7d80b5806bb8eef09da481aeb2bb133d50c9fbd8
-RMD160 (pytest-asyncio-0.9.0.tar.gz) = ef58e3273e873a207f89a761211b020793c80bea
-SHA512 (pytest-asyncio-0.9.0.tar.gz) = 129dc6129a93856eb32a5ca8c90ea71397bd5293f66b5b3682efbfcd7c0444471c98aa2f95bca89e6a34dd1f3571aa4a2b9b7831c4cd0e124eb2f69ad3a7fa73
-Size (pytest-asyncio-0.9.0.tar.gz) = 7220 bytes
+SHA1 (pytest-asyncio-0.10.0.tar.gz) = 197a54291aed1460c5732139e933370558d84196
+RMD160 (pytest-asyncio-0.10.0.tar.gz) = c51eb6e2dc641508a4731b9930cc1076d15280cb
+SHA512 (pytest-asyncio-0.10.0.tar.gz) = 189b8756d4b90a5dce678e41bc285f391fc47fca4250feebf3bcf8d0d617c2d6f4d43455b7876a7fb376a0c0b45f6343e9070b1796aab4b6a3b337df462dc831
+Size (pytest-asyncio-0.10.0.tar.gz) = 11765 bytes
Home |
Main Index |
Thread Index |
Old Index