diff options
author | epg <epg@pkgsrc.org> | 2009-11-10 17:13:00 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2009-11-10 17:13:00 +0000 |
commit | 2b731be14d915f6d4153add2dc2283b7d9b45bb3 (patch) | |
tree | 93bbe831daad8a24874aa7d179de831a427bcc4b | |
parent | a1603a7f38b78d48d3012c503da7a648b340f549 (diff) | |
download | pkgsrc-2b731be14d915f6d4153add2dc2283b7d9b45bb3.tar.gz |
Import PasteDeploy-1.3.3
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files. Paste Script
provides commands to serve applications based on this configuration file.
-rw-r--r-- | www/py-PasteDeploy/DESCR | 3 | ||||
-rw-r--r-- | www/py-PasteDeploy/Makefile | 15 | ||||
-rw-r--r-- | www/py-PasteDeploy/PLIST | 43 | ||||
-rw-r--r-- | www/py-PasteDeploy/distinfo | 5 |
4 files changed, 66 insertions, 0 deletions
diff --git a/www/py-PasteDeploy/DESCR b/www/py-PasteDeploy/DESCR new file mode 100644 index 00000000000..2040c57a3ab --- /dev/null +++ b/www/py-PasteDeploy/DESCR @@ -0,0 +1,3 @@ +This tool provides code to load WSGI applications and servers from URIs; these +URIs can refer to Python Eggs for INI-style configuration files. Paste Script +provides commands to serve applications based on this configuration file. diff --git a/www/py-PasteDeploy/Makefile b/www/py-PasteDeploy/Makefile new file mode 100644 index 00000000000..779dd2fa4f5 --- /dev/null +++ b/www/py-PasteDeploy/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/10 17:13:00 epg Exp $ + +DISTNAME= PasteDeploy-1.3.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www +MASTER_SITES= http://pypi.python.org/packages/source/P/PasteDeploy/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pythonpaste.org/ +COMMENT= Load, configure, and compose WSGI applications and servers + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-PasteDeploy/PLIST b/www/py-PasteDeploy/PLIST new file mode 100644 index 00000000000..48ed51cdb90 --- /dev/null +++ b/www/py-PasteDeploy/PLIST @@ -0,0 +1,43 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/10 17:13:00 epg Exp $ +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/paste/deploy/__init__.py +${PYSITELIB}/paste/deploy/__init__.pyc +${PYSITELIB}/paste/deploy/__init__.pyo +${PYSITELIB}/paste/deploy/config.py +${PYSITELIB}/paste/deploy/config.pyc +${PYSITELIB}/paste/deploy/config.pyo +${PYSITELIB}/paste/deploy/converters.py +${PYSITELIB}/paste/deploy/converters.pyc +${PYSITELIB}/paste/deploy/converters.pyo +${PYSITELIB}/paste/deploy/epdesc.py +${PYSITELIB}/paste/deploy/epdesc.pyc +${PYSITELIB}/paste/deploy/epdesc.pyo +${PYSITELIB}/paste/deploy/interfaces.py +${PYSITELIB}/paste/deploy/interfaces.pyc +${PYSITELIB}/paste/deploy/interfaces.pyo +${PYSITELIB}/paste/deploy/loadwsgi.py +${PYSITELIB}/paste/deploy/loadwsgi.pyc +${PYSITELIB}/paste/deploy/loadwsgi.pyo +${PYSITELIB}/paste/deploy/paster_templates.py +${PYSITELIB}/paste/deploy/paster_templates.pyc +${PYSITELIB}/paste/deploy/paster_templates.pyo +${PYSITELIB}/paste/deploy/paster_templates/paste_deploy/+package+/sampleapp.py_tmpl +${PYSITELIB}/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl +${PYSITELIB}/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl +${PYSITELIB}/paste/deploy/util/__init__.py +${PYSITELIB}/paste/deploy/util/__init__.pyc +${PYSITELIB}/paste/deploy/util/__init__.pyo +${PYSITELIB}/paste/deploy/util/fixtypeerror.py +${PYSITELIB}/paste/deploy/util/fixtypeerror.pyc +${PYSITELIB}/paste/deploy/util/fixtypeerror.pyo +${PYSITELIB}/paste/deploy/util/threadinglocal.py +${PYSITELIB}/paste/deploy/util/threadinglocal.pyc +${PYSITELIB}/paste/deploy/util/threadinglocal.pyo diff --git a/www/py-PasteDeploy/distinfo b/www/py-PasteDeploy/distinfo new file mode 100644 index 00000000000..53169464b4a --- /dev/null +++ b/www/py-PasteDeploy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/10 17:13:00 epg Exp $ + +SHA1 (PasteDeploy-1.3.3.tar.gz) = dcb3d4cff75ccb284fb8c738f0abe27600ed8546 +RMD160 (PasteDeploy-1.3.3.tar.gz) = 3a3afb0405d31b0158a4b94f33e091f94f971900 +Size (PasteDeploy-1.3.3.tar.gz) = 30675 bytes |