summaryrefslogtreecommitdiff
path: root/net/py-responses
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-11-04 22:26:04 +0000
committeradam <adam@pkgsrc.org>2018-11-04 22:26:04 +0000
commit121684f165c19561bdbde80b1a8be336c35c92cb (patch)
treea38617f6ff1ad039e9cdfffeee8099ad27db2985 /net/py-responses
parent23ba10890ab5ba5aac9ad92fa36a19c74b384a54 (diff)
downloadpkgsrc-121684f165c19561bdbde80b1a8be336c35c92cb.tar.gz
py-responses: updated to 0.10.2
0.10.2 - Fixed build setup to use undeprecated pytest bin stub. - Updated tox configuration. - Added example of using responses with pytest.fixture - Removed dependency on biscuits in py3. Instead http.cookies is being used. 0.10.1 - Packaging fix to distribute wheel 0.10.0 - Fix passing through extra settings - Fix collections.abc warning on Python 3.7 - Use 'biscuits' library instead of 'cookies' on Python 3.4+
Diffstat (limited to 'net/py-responses')
-rw-r--r--net/py-responses/Makefile9
-rw-r--r--net/py-responses/distinfo10
2 files changed, 9 insertions, 10 deletions
diff --git a/net/py-responses/Makefile b/net/py-responses/Makefile
index 8ab42da9d4c..65e2182339d 100644
--- a/net/py-responses/Makefile
+++ b/net/py-responses/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/04/11 19:56:28 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/04 22:26:04 adam Exp $
-DISTNAME= responses-0.9.0
+DISTNAME= responses-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
@@ -10,13 +10,12 @@ HOMEPAGE= https://github.com/getsentry/responses
COMMENT= Utility library for mocking out the requests Python library
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
.include "../../lang/python/pyversion.mk"
-
-.if "${PYPKGPREFIX}" == "py27"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
.endif
diff --git a/net/py-responses/distinfo b/net/py-responses/distinfo
index bff626a4e04..f920377fbbd 100644
--- a/net/py-responses/distinfo
+++ b/net/py-responses/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/04/11 19:56:28 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/11/04 22:26:04 adam Exp $
-SHA1 (responses-0.9.0.tar.gz) = 6d0ff359a7ffd48090563012d33e197cd9b6cd4d
-RMD160 (responses-0.9.0.tar.gz) = 762723dcc2ec4ec3cea311f1b2d48a7493583ba3
-SHA512 (responses-0.9.0.tar.gz) = e5312587845cc9a3a938fa5d052ac1f04950d2eea5d83192c54affe079ee6593f3e249a24a8b43b1985c9fdc9131bfb477b93ca8a75d0386ed33cd56cc37d5ff
-Size (responses-0.9.0.tar.gz) = 19766 bytes
+SHA1 (responses-0.10.2.tar.gz) = 1390a612c989898244e5386ebc7e910dcca08bf5
+RMD160 (responses-0.10.2.tar.gz) = d71fd1aab3cb756603ff66258393589a46500918
+SHA512 (responses-0.10.2.tar.gz) = 282eb0646cf281408a7f044c87dbc12b5dc7a2d77e15f082f73738009a027b43f8aa1f9094bf2782f21ffc521d65ac07a4ff6bcaa5b72e4e9a3d58fc7c41d340
+Size (responses-0.10.2.tar.gz) = 21615 bytes