diff options
author | adam <adam@pkgsrc.org> | 2017-02-13 17:22:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-02-13 17:22:06 +0000 |
commit | d42728ecbfc78c9157679c43c46fc1e87a1a2d49 (patch) | |
tree | 5718735c106e4e99829794014df01317b19822b5 /www | |
parent | f97b1c5fd557ab4e092029f8eac85a2497d21ee6 (diff) | |
download | pkgsrc-d42728ecbfc78c9157679c43c46fc1e87a1a2d49.tar.gz |
Added www/py-cheroot version 5.1.0:
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/py-cheroot/DESCR | 1 | ||||
-rw-r--r-- | www/py-cheroot/Makefile | 16 | ||||
-rw-r--r-- | www/py-cheroot/PLIST | 67 | ||||
-rw-r--r-- | www/py-cheroot/distinfo | 6 |
5 files changed, 92 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 56409be2490..638f7798794 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-cheroot/DESCR b/www/py-cheroot/DESCR new file mode 100644 index 00000000000..bc279977407 --- /dev/null +++ b/www/py-cheroot/DESCR @@ -0,0 +1 @@ +Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. diff --git a/www/py-cheroot/Makefile b/www/py-cheroot/Makefile new file mode 100644 index 00000000000..1e9fd14c42e --- /dev/null +++ b/www/py-cheroot/Makefile @@ -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 +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 --git a/www/py-cheroot/PLIST b/www/py-cheroot/PLIST new file mode 100644 index 00000000000..925002bda61 --- /dev/null +++ b/www/py-cheroot/PLIST @@ -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 --git a/www/py-cheroot/distinfo b/www/py-cheroot/distinfo new file mode 100644 index 00000000000..94161e45d94 --- /dev/null +++ b/www/py-cheroot/distinfo @@ -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 |