diff options
author | adam <adam@pkgsrc.org> | 2018-05-23 09:32:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-05-23 09:32:24 +0000 |
commit | 64bf2488a0bf451ae382093b2be417d70ea0364b (patch) | |
tree | 8a28aa0e53c8e7e5adcd124bcc7739af423746da /www | |
parent | e9fe95a5d4983baa9911ae1f43d1526bb4967af8 (diff) | |
download | pkgsrc-64bf2488a0bf451ae382093b2be417d70ea0364b.tar.gz |
py-cheroot: updated to 6.3.1
v6.3.1
- :cp-issue:1618: Ignore OpenSSL's 1.0+ Error 0 under Python 2 while
wrapping a socket.
v6.3.0
- :pr:87: Add cheroot command and runpy launcher to
launch a WSGI app from the command-line.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-cheroot/ALTERNATIVES | 1 | ||||
-rw-r--r-- | www/py-cheroot/Makefile | 8 | ||||
-rw-r--r-- | www/py-cheroot/PLIST | 10 | ||||
-rw-r--r-- | www/py-cheroot/distinfo | 10 |
4 files changed, 21 insertions, 8 deletions
diff --git a/www/py-cheroot/ALTERNATIVES b/www/py-cheroot/ALTERNATIVES new file mode 100644 index 00000000000..49d847cf7d1 --- /dev/null +++ b/www/py-cheroot/ALTERNATIVES @@ -0,0 +1 @@ +bin/cheroot @PREFIX@/bin/cheroot-@PYVERSSUFFIX@ diff --git a/www/py-cheroot/Makefile b/www/py-cheroot/Makefile index 0700959bacb..946b59fafeb 100644 --- a/www/py-cheroot/Makefile +++ b/www/py-cheroot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/04/25 12:23:49 adam Exp $ +# $NetBSD: Makefile,v 1.16 2018/05/23 09:32:24 adam Exp $ -DISTNAME= cheroot-6.2.4 +DISTNAME= cheroot-6.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/} @@ -18,6 +18,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar +TEST_DEPENDS+= ${PYPKGPREFIX}-test-testmon>=0.9.7:../../devel/py-test-testmon .include "../../lang/python/pyversion.mk" .if "${PYPKGPREFIX}" == "py27" @@ -26,6 +27,9 @@ DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-bac USE_LANGUAGES= # none +post-install: + cd ${DESTDIR}${PREFIX}/bin && ${MV} cheroot cheroot-${PYVERSSUFFIX} || ${TRUE} + do-test: cd ${WRKSRC} && py.test-${PYVERSSUFFIX} diff --git a/www/py-cheroot/PLIST b/www/py-cheroot/PLIST index 34497b42668..494957fb9e8 100644 --- a/www/py-cheroot/PLIST +++ b/www/py-cheroot/PLIST @@ -1,16 +1,24 @@ -@comment $NetBSD: PLIST,v 1.7 2018/04/11 13:18:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2018/05/23 09:32:24 adam Exp $ +bin/cheroot-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/cheroot/__init__.py ${PYSITELIB}/cheroot/__init__.pyc ${PYSITELIB}/cheroot/__init__.pyo +${PYSITELIB}/cheroot/__main__.py +${PYSITELIB}/cheroot/__main__.pyc +${PYSITELIB}/cheroot/__main__.pyo ${PYSITELIB}/cheroot/_compat.py ${PYSITELIB}/cheroot/_compat.pyc ${PYSITELIB}/cheroot/_compat.pyo +${PYSITELIB}/cheroot/cli.py +${PYSITELIB}/cheroot/cli.pyc +${PYSITELIB}/cheroot/cli.pyo ${PYSITELIB}/cheroot/errors.py ${PYSITELIB}/cheroot/errors.pyc ${PYSITELIB}/cheroot/errors.pyo diff --git a/www/py-cheroot/distinfo b/www/py-cheroot/distinfo index b02e1b4d3bb..70509cbe133 100644 --- a/www/py-cheroot/distinfo +++ b/www/py-cheroot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/04/25 12:23:49 adam Exp $ +$NetBSD: distinfo,v 1.14 2018/05/23 09:32:24 adam Exp $ -SHA1 (cheroot-6.2.4.tar.gz) = 4a4e868845a6e562bb95f94fafc8da3a11fb339b -RMD160 (cheroot-6.2.4.tar.gz) = 73fcc10e3a903933530dd70dd6c95481751a856a -SHA512 (cheroot-6.2.4.tar.gz) = 7d8097af006e6a8b137b3bab93e802c2dd291ce81d6eb0ea4dd377a31d573a056a787b58dec2d55b00dd4af01e1c0c68b44c9e0b46299198ebf411986f0988ce -Size (cheroot-6.2.4.tar.gz) = 69602 bytes +SHA1 (cheroot-6.3.1.tar.gz) = 7af530ba41021e611f9bc4c88711e277d5c17ead +RMD160 (cheroot-6.3.1.tar.gz) = db2fd9e20d0f1da935237ea90e684b52440d0982 +SHA512 (cheroot-6.3.1.tar.gz) = 277dfe35927f5e41bd9601f89c0bca549946c21523c2e3ee5ce20c4d49bd9e006c2c4046b78289d72d09b7b5befa2de6d456c174ead9b29b42e255972e0fc604 +Size (cheroot-6.3.1.tar.gz) = 72904 bytes |