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:           Thu May  2 09:18:28 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-asyncio: Makefile

Log Message:
Forget about Python 3.5


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-asyncio/Makefile

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.4 pkgsrc/devel/py-test-asyncio/Makefile:1.5
--- pkgsrc/devel/py-test-asyncio/Makefile:1.4   Fri Apr 26 13:13:54 2019
+++ pkgsrc/devel/py-test-asyncio/Makefile       Thu May  2 09:18:28 2019
@@ -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 @@ 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
-.endif
-
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index