pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-responses
Module Name: pkgsrc
Committed By: adam
Date: Wed May 17 07:15:04 UTC 2023
Modified Files:
pkgsrc/net/py-responses: Makefile
Log Message:
py-responses: fix DEPENDS; bump revision
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/py-responses/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-responses/Makefile
diff -u pkgsrc/net/py-responses/Makefile:1.30 pkgsrc/net/py-responses/Makefile:1.31
--- pkgsrc/net/py-responses/Makefile:1.30 Mon May 8 07:15:56 2023
+++ pkgsrc/net/py-responses/Makefile Wed May 17 07:15:04 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2023/05/08 07:15:56 adam Exp $
+# $NetBSD: Makefile,v 1.31 2023/05/17 07:15:04 adam Exp $
DISTNAME= responses-0.23.1
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
@@ -10,21 +11,22 @@ HOMEPAGE= https://github.com/getsentry/r
COMMENT= Utility library for mocking out the requests Python library
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.22.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25.10:../../www/py-urllib3
-
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.7.1:../../devel/py-coverage
+DEPENDS+= ${PYPKGPREFIX}-types-yaml-[0-9]*:../../textproc/py-types-yaml
+DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=6.0.0:../../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>=7.0.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver-[0-9]*:../../devel/py-test-httpserver
USE_LANGUAGES= # none
PYSETUPTESTTARGET= pytest
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index