summaryrefslogtreecommitdiff
path: root/net/py-responses
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-29 23:17:52 +0000
committerwiz <wiz@pkgsrc.org>2022-04-29 23:17:52 +0000
commita102fd1ff1342c8dd4e13cf629c079628a968624 (patch)
tree9da0e7a11127ac33c2954ab619602bf8077d7a82 /net/py-responses
parentcf908a11c99d44423c7f3d386f3e7860362e7b01 (diff)
downloadpkgsrc-a102fd1ff1342c8dd4e13cf629c079628a968624.tar.gz
*: mark dependencies of py-test-localserver as not-for-python-2.x
Diffstat (limited to 'net/py-responses')
-rw-r--r--net/py-responses/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/net/py-responses/Makefile b/net/py-responses/Makefile
index bb8059766a8..220f22577b0 100644
--- a/net/py-responses/Makefile
+++ b/net/py-responses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/01/29 08:48:41 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/04/29 23:17:52 wiz Exp $
DISTNAME= responses-0.17.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,23 +14,17 @@ DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25.10:../../www/py-urllib3
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
-DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-.endif
-
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.7.1:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
-PYTHON_VERSIONED_DEPENDENCIES+= flake8:test
-PYTHON_VERSIONED_DEPENDENCIES+= test:test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"