pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-requests-futures
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 8 14:36:04 UTC 2022
Modified Files:
pkgsrc/devel/py-requests-futures: Makefile
Log Message:
py-requests-futures: mark as not for python 3.x
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-requests-futures/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-requests-futures/Makefile
diff -u pkgsrc/devel/py-requests-futures/Makefile:1.5 pkgsrc/devel/py-requests-futures/Makefile:1.6
--- pkgsrc/devel/py-requests-futures/Makefile:1.5 Tue Jan 4 20:53:36 2022
+++ pkgsrc/devel/py-requests-futures/Makefile Fri Jul 8 14:36:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:36 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/08 14:36:04 wiz Exp $
DISTNAME= requests-futures-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,10 +13,7 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-requests>=1.2.0:../../devel/py-requests
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-futures>=2.1.3:../../devel/py-futures
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index