pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-cheroot py-cheroot: updated to 5.9.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/b198a9c752ce
branches: trunk
changeset: 372209:b198a9c752ce
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 29 14:07:50 2017 +0000
description:
py-cheroot: updated to 5.9.2
v5.9.2
- Re-release without spurious files in the distribution.
diffstat:
www/py-cheroot/Makefile | 21 +++++++++++++++------
www/py-cheroot/PLIST | 8 +-------
www/py-cheroot/distinfo | 10 +++++-----
3 files changed, 21 insertions(+), 18 deletions(-)
diffs (81 lines):
diff -r b14721caee44 -r b198a9c752ce www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile Wed Nov 29 14:06:39 2017 +0000
+++ b/www/py-cheroot/Makefile Wed Nov 29 14:07:50 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/08/23 12:17:28 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/11/29 14:07:50 adam Exp $
-DISTNAME= cheroot-5.8.3
+DISTNAME= cheroot-5.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/}
@@ -10,11 +10,20 @@
COMMENT= High-performance, pure-Python HTTP server used by CherryPy
LICENSE= modified-bsd
-USE_LANGUAGES= # none
+DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+# TEST
+BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+BUILD_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+USE_LANGUAGES= # none
+
+# Testing fails, see https://github.com/cherrypy/cheroot/issues/6
+do-test:
+ cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b14721caee44 -r b198a9c752ce www/py-cheroot/PLIST
--- a/www/py-cheroot/PLIST Wed Nov 29 14:06:39 2017 +0000
+++ b/www/py-cheroot/PLIST Wed Nov 29 14:07:50 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/04/23 06:59:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/11/29 14:07:50 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,9 +36,6 @@
${PYSITELIB}/cheroot/test/helper.pyc
${PYSITELIB}/cheroot/test/helper.pyo
${PYSITELIB}/cheroot/test/test.pem
-${PYSITELIB}/cheroot/test/test_compat.py
-${PYSITELIB}/cheroot/test/test_compat.pyc
-${PYSITELIB}/cheroot/test/test_compat.pyo
${PYSITELIB}/cheroot/test/test_config_server.py
${PYSITELIB}/cheroot/test/test_config_server.pyc
${PYSITELIB}/cheroot/test/test_config_server.pyo
@@ -48,9 +45,6 @@
${PYSITELIB}/cheroot/test/test_core.py
${PYSITELIB}/cheroot/test/test_core.pyc
${PYSITELIB}/cheroot/test/test_core.pyo
-${PYSITELIB}/cheroot/test/test_http.py
-${PYSITELIB}/cheroot/test/test_http.pyc
-${PYSITELIB}/cheroot/test/test_http.pyo
${PYSITELIB}/cheroot/test/test_wsgiapps.py
${PYSITELIB}/cheroot/test/test_wsgiapps.pyc
${PYSITELIB}/cheroot/test/test_wsgiapps.pyo
diff -r b14721caee44 -r b198a9c752ce www/py-cheroot/distinfo
--- a/www/py-cheroot/distinfo Wed Nov 29 14:06:39 2017 +0000
+++ b/www/py-cheroot/distinfo Wed Nov 29 14:07:50 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/08/22 08:22:18 adam Exp $
+$NetBSD: distinfo,v 1.7 2017/11/29 14:07:50 adam Exp $
-SHA1 (cheroot-5.8.3.tar.gz) = 6573a2bed0c4562807cb59d9b8fc655c3623728e
-RMD160 (cheroot-5.8.3.tar.gz) = 0f5cc2998d3d68162fe2e1b84e16f527d663f064
-SHA512 (cheroot-5.8.3.tar.gz) = 8aaffd0a5a941bcfb1d24b4d7f95e10d595a4ae6f0a9957cc19dc3620a1318473956743faa50b2df58bc4db6969659d4a7c8228672bb39792417976d1312c4b6
-Size (cheroot-5.8.3.tar.gz) = 64083 bytes
+SHA1 (cheroot-5.9.2.tar.gz) = d14090849a4a949cea4a877fe02bc7f9b1a96841
+RMD160 (cheroot-5.9.2.tar.gz) = bfbabd9f9a686843d6ad769451ef821db0964b80
+SHA512 (cheroot-5.9.2.tar.gz) = 8e787dd837ed0559ecd3a5a161756d80b8942f2562d9d98fa38989b56704887eac982409ffd3b2d3ce5ca3ad62c394e4f0547191f152997bdadc80ddd89863f0
+Size (cheroot-5.9.2.tar.gz) = 61823 bytes
Home |
Main Index |
Thread Index |
Old Index