pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 13 17:22:07 UTC 2017
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-cheroot: DESCR Makefile PLIST distinfo
Log Message:
Added www/py-cheroot version 5.1.0:
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
To generate a diff of this commit:
cvs rdiff -u -r1.1210 -r1.1211 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-cheroot/DESCR \
pkgsrc/www/py-cheroot/Makefile pkgsrc/www/py-cheroot/PLIST \
pkgsrc/www/py-cheroot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1210 pkgsrc/www/Makefile:1.1211
--- pkgsrc/www/Makefile:1.1210 Thu Feb 9 06:38:03 2017
+++ pkgsrc/www/Makefile Mon Feb 13 17:22:06 2017
@@ -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-bleach
SUBDIR+= py-blosxom
SUBDIR+= py-bottle
SUBDIR+= py-cfscrape
+SUBDIR+= py-cheroot
SUBDIR+= py-cherrypy
SUBDIR+= py-clearsilver
SUBDIR+= py-curl
Added files:
Index: pkgsrc/www/py-cheroot/DESCR
diff -u /dev/null pkgsrc/www/py-cheroot/DESCR:1.1
--- /dev/null Mon Feb 13 17:22:07 2017
+++ pkgsrc/www/py-cheroot/DESCR Mon Feb 13 17:22:07 2017
@@ -0,0 +1 @@
+Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
Index: pkgsrc/www/py-cheroot/Makefile
diff -u /dev/null pkgsrc/www/py-cheroot/Makefile:1.1
--- /dev/null Mon Feb 13 17:22:07 2017
+++ pkgsrc/www/py-cheroot/Makefile Mon Feb 13 17:22:07 2017
@@ -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"
Index: pkgsrc/www/py-cheroot/PLIST
diff -u /dev/null pkgsrc/www/py-cheroot/PLIST:1.1
--- /dev/null Mon Feb 13 17:22:07 2017
+++ pkgsrc/www/py-cheroot/PLIST Mon Feb 13 17:22:07 2017
@@ -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
Index: pkgsrc/www/py-cheroot/distinfo
diff -u /dev/null pkgsrc/www/py-cheroot/distinfo:1.1
--- /dev/null Mon Feb 13 17:22:07 2017
+++ pkgsrc/www/py-cheroot/distinfo Mon Feb 13 17:22:07 2017
@@ -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