pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-requests-toolbelt
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 8 14:12:12 UTC 2022
Modified Files:
pkgsrc/devel/py-requests-toolbelt: Makefile
Log Message:
py-requests-toolbelt: mark as python 3.x only
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-requests-toolbelt/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-toolbelt/Makefile
diff -u pkgsrc/devel/py-requests-toolbelt/Makefile:1.15 pkgsrc/devel/py-requests-toolbelt/Makefile:1.16
--- pkgsrc/devel/py-requests-toolbelt/Makefile:1.15 Tue Jan 4 20:53:36 2022
+++ pkgsrc/devel/py-requests-toolbelt/Makefile Fri Jul 8 14:12:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:53:36 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/07/08 14:12:12 wiz Exp $
DISTNAME= requests-toolbelt-0.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,13 +12,13 @@ COMMENT= Utility belt for advanced users
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0<3.0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-betamax-[0-9]*:../../www/py-betamax
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index