pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Added www/py-cheroot version 5.1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/810c7ad6d404
branches:  trunk
changeset: 358479:810c7ad6d404
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 13 17:22:06 2017 +0000

description:
Added www/py-cheroot version 5.1.0:

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.

diffstat:

 www/Makefile            |   3 +-
 www/py-cheroot/DESCR    |   1 +
 www/py-cheroot/Makefile |  16 +++++++++++
 www/py-cheroot/PLIST    |  67 +++++++++++++++++++++++++++++++++++++++++++++++++
 www/py-cheroot/distinfo |   6 ++++
 5 files changed, 92 insertions(+), 1 deletions(-)

diffs (123 lines):

diff -r 94069e585b42 -r 810c7ad6d404 www/Makefile
--- a/www/Makefile      Mon Feb 13 17:20:35 2017 +0000
+++ b/www/Makefile      Mon Feb 13 17:22:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1210 2017/02/09 06:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.1211 2017/02/13 17:22:06 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -599,6 +599,7 @@
 SUBDIR+=       py-blosxom
 SUBDIR+=       py-bottle
 SUBDIR+=       py-cfscrape
+SUBDIR+=       py-cheroot
 SUBDIR+=       py-cherrypy
 SUBDIR+=       py-clearsilver
 SUBDIR+=       py-curl
diff -r 94069e585b42 -r 810c7ad6d404 www/py-cheroot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cheroot/DESCR      Mon Feb 13 17:22:06 2017 +0000
@@ -0,0 +1,1 @@
+Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
diff -r 94069e585b42 -r 810c7ad6d404 www/py-cheroot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cheroot/Makefile   Mon Feb 13 17:22:06 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/02/13 17:22:07 adam Exp $
+
+DISTNAME=      cheroot-5.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cheroot/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.cherrypy.org/
+COMMENT=       High-performance, pure-Python HTTP server used by CherryPy
+LICENSE=       modified-bsd
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 94069e585b42 -r 810c7ad6d404 www/py-cheroot/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cheroot/PLIST      Mon Feb 13 17:22:06 2017 +0000
@@ -0,0 +1,67 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/13 17:22:07 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.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/_compat.py
+${PYSITELIB}/cheroot/_compat.pyc
+${PYSITELIB}/cheroot/_compat.pyo
+${PYSITELIB}/cheroot/errors.py
+${PYSITELIB}/cheroot/errors.pyc
+${PYSITELIB}/cheroot/errors.pyo
+${PYSITELIB}/cheroot/makefile.py
+${PYSITELIB}/cheroot/makefile.pyc
+${PYSITELIB}/cheroot/makefile.pyo
+${PYSITELIB}/cheroot/server.py
+${PYSITELIB}/cheroot/server.pyc
+${PYSITELIB}/cheroot/server.pyo
+${PYSITELIB}/cheroot/ssl/__init__.py
+${PYSITELIB}/cheroot/ssl/__init__.pyc
+${PYSITELIB}/cheroot/ssl/__init__.pyo
+${PYSITELIB}/cheroot/ssl/builtin.py
+${PYSITELIB}/cheroot/ssl/builtin.pyc
+${PYSITELIB}/cheroot/ssl/builtin.pyo
+${PYSITELIB}/cheroot/ssl/pyopenssl.py
+${PYSITELIB}/cheroot/ssl/pyopenssl.pyc
+${PYSITELIB}/cheroot/ssl/pyopenssl.pyo
+${PYSITELIB}/cheroot/test/__init__.py
+${PYSITELIB}/cheroot/test/__init__.pyc
+${PYSITELIB}/cheroot/test/__init__.pyo
+${PYSITELIB}/cheroot/test/helper.py
+${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
+${PYSITELIB}/cheroot/test/test_conn.py
+${PYSITELIB}/cheroot/test/test_conn.pyc
+${PYSITELIB}/cheroot/test/test_conn.pyo
+${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
+${PYSITELIB}/cheroot/test/webtest.py
+${PYSITELIB}/cheroot/test/webtest.pyc
+${PYSITELIB}/cheroot/test/webtest.pyo
+${PYSITELIB}/cheroot/workers/__init__.py
+${PYSITELIB}/cheroot/workers/__init__.pyc
+${PYSITELIB}/cheroot/workers/__init__.pyo
+${PYSITELIB}/cheroot/workers/threadpool.py
+${PYSITELIB}/cheroot/workers/threadpool.pyc
+${PYSITELIB}/cheroot/workers/threadpool.pyo
+${PYSITELIB}/cheroot/wsgi.py
+${PYSITELIB}/cheroot/wsgi.pyc
+${PYSITELIB}/cheroot/wsgi.pyo
diff -r 94069e585b42 -r 810c7ad6d404 www/py-cheroot/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cheroot/distinfo   Mon Feb 13 17:22:06 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/13 17:22:07 adam Exp $
+
+SHA1 (cheroot-5.1.0.tar.gz) = 8c8f35588a3461232305be9816b496c1d1a4e064
+RMD160 (cheroot-5.1.0.tar.gz) = c43404ebeed0673c28a048f1b26131f3b407e5c1
+SHA512 (cheroot-5.1.0.tar.gz) = 18be29f897cf7e9a800eef270913f1f099c3e6f137053ff5551e29294d8aa84a20f63eb6c3a7b741f8dfb9a9b576994fd77a91097755c1d8be68d04d6d691919
+Size (cheroot-5.1.0.tar.gz) = 59516 bytes



Home | Main Index | Thread Index | Old Index