pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test-asyncio py-test-asyncio: updated to 0.10.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/800aa9d52d16
branches: trunk
changeset: 327757:800aa9d52d16
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 08 09:10:11 2019 +0000
description:
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.
diffstat:
devel/py-test-asyncio/Makefile | 10 +++++++---
devel/py-test-asyncio/distinfo | 10 +++++-----
2 files changed, 12 insertions(+), 8 deletions(-)
diffs (41 lines):
diff -r 48a7d7ab9585 -r 800aa9d52d16 devel/py-test-asyncio/Makefile
--- a/devel/py-test-asyncio/Makefile Tue Jan 08 09:05:16 2019 +0000
+++ b/devel/py-test-asyncio/Makefile Tue Jan 08 09:10:11 2019 +0000
@@ -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,8 +10,12 @@
COMMENT= Pytest support for asyncio
LICENSE= apache-2.0
+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
-DEPENDS+= ${PYPKGPREFIX}-test>=3.0.6:../../devel/py-test
+.endif
USE_LANGUAGES= # none
diff -r 48a7d7ab9585 -r 800aa9d52d16 devel/py-test-asyncio/distinfo
--- a/devel/py-test-asyncio/distinfo Tue Jan 08 09:05:16 2019 +0000
+++ b/devel/py-test-asyncio/distinfo Tue Jan 08 09:10:11 2019 +0000
@@ -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