Wed Nov 29 14:09:55 2017 UTC ()
py-cherrypy: updated to 12.0.1

v12.0.1
* Fixed issues importing cherrypy.test.webtest (by creating
  a module and importing classes from cheroot) and added a
  corresponding DeprecationWarning.


(adam)
diff -r1.21 -r1.22 pkgsrc/www/py-cherrypy/Makefile
diff -r1.12 -r1.13 pkgsrc/www/py-cherrypy/PLIST
diff -r1.15 -r1.16 pkgsrc/www/py-cherrypy/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/www/py-cherrypy/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-cherrypy/Makefile 2017/07/19 17:32:38 1.21
+++ pkgsrc/www/py-cherrypy/Makefile 2017/11/29 14:09:55 1.22
@@ -1,25 +1,31 @@ @@ -1,25 +1,31 @@
1# $NetBSD: Makefile,v 1.21 2017/07/19 17:32:38 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2017/11/29 14:09:55 adam Exp $
2 2
3DISTNAME= CherryPy-11.0.0 3DISTNAME= CherryPy-12.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.cherrypy.org/ 9HOMEPAGE= http://www.cherrypy.org/
10COMMENT= CherryPy is a pythonic, object-oriented HTTP framework 10COMMENT= CherryPy is a pythonic, object-oriented HTTP framework
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= # none 13DEPENDS+= ${PYPKGPREFIX}-cheroot>=5.9.1:../../www/py-cheroot
14 14DEPENDS+= ${PYPKGPREFIX}-jaraco.classes-[0-9]*:../../devel/py-jaraco.classes
15REPLACE_PYTHON+= cherrypy/test/sessiondemo.py 
16 
17DEPENDS+= ${PYPKGPREFIX}-cheroot>=5.2.0:../../www/py-cheroot 
18DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson 15DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
 16DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
19DEPENDS+= ${PYPKGPREFIX}-portend>=2.1.1:../../net/py-portend 17DEPENDS+= ${PYPKGPREFIX}-portend>=2.1.1:../../net/py-portend
20BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage 
21BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 18BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
22BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 19# TEST
 20BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 21BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 22BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 23BUILD_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
 24
 25USE_LANGUAGES= # none
 26
 27post-install:
 28 cd ${DESTDIR}${PREFIX}/bin && ${MV} cherryd cherryd${PYVERSSUFFIX} || ${TRUE}
23 29
24.include "../../lang/python/egg.mk" 30.include "../../lang/python/egg.mk"
25.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/www/py-cherrypy/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-cherrypy/PLIST 2017/04/23 07:03:16 1.12
+++ pkgsrc/www/py-cherrypy/PLIST 2017/11/29 14:09:55 1.13
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1@comment $NetBSD: PLIST,v 1.12 2017/04/23 07:03:16 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.13 2017/11/29 14:09:55 adam Exp $
2bin/cherryd 2bin/cherryd${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/cherrypy/__init__.py 9${PYSITELIB}/cherrypy/__init__.py
10${PYSITELIB}/cherrypy/__init__.pyc 10${PYSITELIB}/cherrypy/__init__.pyc
11${PYSITELIB}/cherrypy/__init__.pyo 11${PYSITELIB}/cherrypy/__init__.pyo
12${PYSITELIB}/cherrypy/__main__.py 12${PYSITELIB}/cherrypy/__main__.py
13${PYSITELIB}/cherrypy/__main__.pyc 13${PYSITELIB}/cherrypy/__main__.pyc
14${PYSITELIB}/cherrypy/__main__.pyo 14${PYSITELIB}/cherrypy/__main__.pyo
15${PYSITELIB}/cherrypy/_cpchecker.py 15${PYSITELIB}/cherrypy/_cpchecker.py
@@ -221,29 +221,29 @@ ${PYSITELIB}/cherrypy/test/test_dynamico @@ -221,29 +221,29 @@ ${PYSITELIB}/cherrypy/test/test_dynamico
221${PYSITELIB}/cherrypy/test/test_dynamicobjectmapping.pyo 221${PYSITELIB}/cherrypy/test/test_dynamicobjectmapping.pyo
222${PYSITELIB}/cherrypy/test/test_encoding.py 222${PYSITELIB}/cherrypy/test/test_encoding.py
223${PYSITELIB}/cherrypy/test/test_encoding.pyc 223${PYSITELIB}/cherrypy/test/test_encoding.pyc
224${PYSITELIB}/cherrypy/test/test_encoding.pyo 224${PYSITELIB}/cherrypy/test/test_encoding.pyo
225${PYSITELIB}/cherrypy/test/test_etags.py 225${PYSITELIB}/cherrypy/test/test_etags.py
226${PYSITELIB}/cherrypy/test/test_etags.pyc 226${PYSITELIB}/cherrypy/test/test_etags.pyc
227${PYSITELIB}/cherrypy/test/test_etags.pyo 227${PYSITELIB}/cherrypy/test/test_etags.pyo
228${PYSITELIB}/cherrypy/test/test_http.py 228${PYSITELIB}/cherrypy/test/test_http.py
229${PYSITELIB}/cherrypy/test/test_http.pyc 229${PYSITELIB}/cherrypy/test/test_http.pyc
230${PYSITELIB}/cherrypy/test/test_http.pyo 230${PYSITELIB}/cherrypy/test/test_http.pyo
231${PYSITELIB}/cherrypy/test/test_httpauth.py 231${PYSITELIB}/cherrypy/test/test_httpauth.py
232${PYSITELIB}/cherrypy/test/test_httpauth.pyc 232${PYSITELIB}/cherrypy/test/test_httpauth.pyc
233${PYSITELIB}/cherrypy/test/test_httpauth.pyo 233${PYSITELIB}/cherrypy/test/test_httpauth.pyo
234${PYSITELIB}/cherrypy/test/test_httplib.py 234${PYSITELIB}/cherrypy/test/test_httputil.py
235${PYSITELIB}/cherrypy/test/test_httplib.pyc 235${PYSITELIB}/cherrypy/test/test_httputil.pyc
236${PYSITELIB}/cherrypy/test/test_httplib.pyo 236${PYSITELIB}/cherrypy/test/test_httputil.pyo
237${PYSITELIB}/cherrypy/test/test_iterator.py 237${PYSITELIB}/cherrypy/test/test_iterator.py
238${PYSITELIB}/cherrypy/test/test_iterator.pyc 238${PYSITELIB}/cherrypy/test/test_iterator.pyc
239${PYSITELIB}/cherrypy/test/test_iterator.pyo 239${PYSITELIB}/cherrypy/test/test_iterator.pyo
240${PYSITELIB}/cherrypy/test/test_json.py 240${PYSITELIB}/cherrypy/test/test_json.py
241${PYSITELIB}/cherrypy/test/test_json.pyc 241${PYSITELIB}/cherrypy/test/test_json.pyc
242${PYSITELIB}/cherrypy/test/test_json.pyo 242${PYSITELIB}/cherrypy/test/test_json.pyo
243${PYSITELIB}/cherrypy/test/test_logging.py 243${PYSITELIB}/cherrypy/test/test_logging.py
244${PYSITELIB}/cherrypy/test/test_logging.pyc 244${PYSITELIB}/cherrypy/test/test_logging.pyc
245${PYSITELIB}/cherrypy/test/test_logging.pyo 245${PYSITELIB}/cherrypy/test/test_logging.pyo
246${PYSITELIB}/cherrypy/test/test_mime.py 246${PYSITELIB}/cherrypy/test/test_mime.py
247${PYSITELIB}/cherrypy/test/test_mime.pyc 247${PYSITELIB}/cherrypy/test/test_mime.pyc
248${PYSITELIB}/cherrypy/test/test_mime.pyo 248${PYSITELIB}/cherrypy/test/test_mime.pyo
249${PYSITELIB}/cherrypy/test/test_misc_tools.py 249${PYSITELIB}/cherrypy/test/test_misc_tools.py

cvs diff -r1.15 -r1.16 pkgsrc/www/py-cherrypy/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-cherrypy/distinfo 2017/07/19 17:32:38 1.15
+++ pkgsrc/www/py-cherrypy/distinfo 2017/11/29 14:09:55 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2017/07/19 17:32:38 adam Exp $ 1$NetBSD: distinfo,v 1.16 2017/11/29 14:09:55 adam Exp $
2 2
3SHA1 (CherryPy-11.0.0.tar.gz) = f1a97e0b8f94b5bfdb0d321603d4f095e2d1c66d 3SHA1 (CherryPy-12.0.1.tar.gz) = 77e47df5dd990283f33cabf7cec93e054f48e1bd
4RMD160 (CherryPy-11.0.0.tar.gz) = 097cdb2f7be28792abcf1673314c68d1af9edb4b 4RMD160 (CherryPy-12.0.1.tar.gz) = d846e47468445b994cb2f84772a7dc20321e58ea
5SHA512 (CherryPy-11.0.0.tar.gz) = 0b32cc82584a76a369bd03f381610edfcebcd610f30014a7eb18d8ea2a28ec0bf78217b0d595a38241f76138087aaee1e19dff3f78872f4cd7605dcbd557d4fb 5SHA512 (CherryPy-12.0.1.tar.gz) = ab83fa86273126463a488621937aaea2691715073dea10fc56ffcd7a13574b718af5b441f4feda434791dc922187079ba76c1227c5dd6ff6410da99048cf1149
6Size (CherryPy-11.0.0.tar.gz) = 688710 bytes 6Size (CherryPy-12.0.1.tar.gz) = 686320 bytes