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 Forget about Python 3.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/524e0fdb5343
branches: trunk
changeset: 333215:524e0fdb5343
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 02 09:18:28 2019 +0000
description:
Forget about Python 3.5
diffstat:
devel/py-test-asyncio/Makefile | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r 248f4d2772f2 -r 524e0fdb5343 devel/py-test-asyncio/Makefile
--- a/devel/py-test-asyncio/Makefile Thu May 02 09:16:47 2019 +0000
+++ b/devel/py-test-asyncio/Makefile Thu May 02 09:18:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/04/26 13:13:54 maya Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/02 09:18:28 adam Exp $
DISTNAME= pytest-asyncio-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,11 +12,6 @@
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
Home |
Main Index |
Thread Index |
Old Index