Sat Nov 25 12:56:31 2017 UTC ()
py-test-httpbin: update to 0.3.0.

    Allow to run httpbin on fixed port using environment variables (thanks @hroncok)
    Allow server to be thread.join()ed (thanks @graingert)
    Add support for Python 3.6 (thanks @graingert)

Add comment about test failure.


(wiz)
diff -r1.2 -r1.3 pkgsrc/www/py-test-httpbin/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-test-httpbin/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/www/py-test-httpbin/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-test-httpbin/Makefile 2016/08/22 13:30:40 1.2
+++ pkgsrc/www/py-test-httpbin/Makefile 2017/11/25 12:56:31 1.3
@@ -1,22 +1,25 @@ @@ -1,22 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2016/08/22 13:30:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2017/11/25 12:56:31 wiz Exp $
2 2
3DISTNAME= pytest-httpbin-0.2.3 3DISTNAME= pytest-httpbin-0.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpbin/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpbin/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/pytest-httpbin 9HOMEPAGE= https://pypi.python.org/pypi/pytest-httpbin
10COMMENT= Easily test your HTTP library against a local copy of httpbin 10COMMENT= Easily test your HTTP library against a local copy of httpbin
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask 13DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
14DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator 14DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
15DEPENDS+= ${PYPKGPREFIX}-httpbin-[0-9]*:../../www/py-httpbin 15DEPENDS+= ${PYPKGPREFIX}-httpbin-[0-9]*:../../www/py-httpbin
16DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 16DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
17DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 17DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
18 18
 19# test failure in 0.3.0:
 20# https://github.com/kevin1024/pytest-httpbin/issues/46
 21
19USE_LANGUAGES= # none 22USE_LANGUAGES= # none
20 23
21.include "../../lang/python/egg.mk" 24.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/www/py-test-httpbin/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-test-httpbin/distinfo 2016/08/22 13:30:40 1.2
+++ pkgsrc/www/py-test-httpbin/distinfo 2017/11/25 12:56:31 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2016/08/22 13:30:40 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2017/11/25 12:56:31 wiz Exp $
2 2
3SHA1 (pytest-httpbin-0.2.3.tar.gz) = c775e1a034da94717a60bdcb252881314c8a885a 3SHA1 (pytest-httpbin-0.3.0.tar.gz) = f560a02b6ffc1c4a5e00b1cf48e5b0f6b26481bc
4RMD160 (pytest-httpbin-0.2.3.tar.gz) = f16a9cf545b0f88c546307680fe8ae2f6466870c 4RMD160 (pytest-httpbin-0.3.0.tar.gz) = fde4698f5028fdd5d82707ed683e4b3ca303df6d
5SHA512 (pytest-httpbin-0.2.3.tar.gz) = f3c4eb67d1b02c27d8edb42622793fa3604e3f0bd5086e4986b8f0402a9fb8d7969a466be92fc6a7e301e829dbeb300183b40dccc9ec5da1d158cb4d08274f8b 5SHA512 (pytest-httpbin-0.3.0.tar.gz) = e7515b1631572352d0cee64fa1e61a12a1f9cab74a272af296be5f7916249ce41d038c9d143adb01965a261f871f94cb13e3081c39abd0f43911f993333656f1
6Size (pytest-httpbin-0.2.3.tar.gz) = 9498 bytes 6Size (pytest-httpbin-0.3.0.tar.gz) = 9565 bytes