Update to Werkzeug 0.8.1. Remove maintainer (djm@) as per his request.
ok ex-maintainer.
This commit is contained in:
parent
e279341c39
commit
5a84d5c350
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/09/16 12:00:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/10/04 09:48:17 fgsch Exp $
|
||||
|
||||
COMMENT = WSGI utility collection
|
||||
|
||||
MODPY_EGG_VERSION = 0.6.2
|
||||
MODPY_EGG_VERSION = 0.8.1
|
||||
DISTNAME = Werkzeug-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = www devel
|
||||
|
||||
@ -13,8 +12,6 @@ HOMEPAGE = http://werkzeug.pocoo.org/
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_PYPI:=W/Werkzeug/}
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
@ -25,15 +22,17 @@ MODULES = lang/python
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
PKG_ARCH = *
|
||||
|
||||
BUILD_DEPENDS = textproc/py-sphinx
|
||||
REGRESS_DEPENDS = devel/py-nose \
|
||||
textproc/py-lxml
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/docs && \
|
||||
${LOCALBASE}/bin/sphinx-build -N -b html . _build/html
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-werkzeug
|
||||
cd ${WRKSRC}/docs/_build/html && \
|
||||
pax -rw * ${PREFIX}/share/doc/py-werkzeug
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC} && ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Werkzeug-0.6.2.tar.gz) = UZQINQNGokczO7XVhDcXJA==
|
||||
RMD160 (Werkzeug-0.6.2.tar.gz) = GfJDgPIBOF83knSlMN2f4oc0HRk=
|
||||
SHA1 (Werkzeug-0.6.2.tar.gz) = IFY3m6AcekZWEoChTLCmv0AFCrk=
|
||||
SHA256 (Werkzeug-0.6.2.tar.gz) = SoDIfbTBBfJLtlh7L9xFoYROaw0YXWmFQ7Q/LPkA0ns=
|
||||
SIZE (Werkzeug-0.6.2.tar.gz) = 1720741
|
||||
MD5 (Werkzeug-0.8.1.tar.gz) = IPOmVxDWT59FURHtcePaZg==
|
||||
RMD160 (Werkzeug-0.8.1.tar.gz) = wJu0tfvdGXRd25DTQRca3byBs2I=
|
||||
SHA1 (Werkzeug-0.8.1.tar.gz) = hUHIAP6MwQ0oNAf7DFDbS0CYpYk=
|
||||
SHA256 (Werkzeug-0.8.1.tar.gz) = 7EEirc8/YnfCPxASi+HC2pNSuJmpdqAyRaaY6D39lds=
|
||||
SIZE (Werkzeug-0.8.1.tar.gz) = 1107020
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/03/09 11:39:01 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/10/04 09:48:17 fgsch Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/__init__.py
|
||||
@ -45,13 +46,10 @@ lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/console.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/console.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/render.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/render.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/repr.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/repr.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/body.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/codetable.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/FONT_LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/console.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/debugger.js
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/jquery.js
|
||||
@ -59,20 +57,9 @@ lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/less.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/more.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/source.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/style.css
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/vartable.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/ubuntu.ttf
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/tbtools.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/tbtools.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/console.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/dump_object.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/frame.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/help_command.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/source.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/traceback_full.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/traceback_plaintext.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/traceback_summary.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/exceptions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/exceptions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/formparser.py
|
||||
@ -97,6 +84,87 @@ lib/python${MODPY_VERSION}/site-packages/werkzeug/test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/test.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testapp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testapp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/compat.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/compat.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/cache.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/cache.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/fixers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/fixers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/iterio.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/iterio.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/securecookie.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/securecookie.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/sessions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/sessions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/wrappers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/contrib/wrappers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/datastructures.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/datastructures.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/debug.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/debug.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/exceptions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/exceptions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/formparser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/formparser.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/http.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/http.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/internal.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/internal.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/local.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/local.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/collect.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/collect.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt/file1.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt/file2.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt/request.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt/text.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext/file1.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext/file2.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext/request.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext/text.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt/file1.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt/file2.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt/request.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt/text.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/ie7_full_path_request.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt/file1.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt/file2.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt/request.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt/text.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt/file1.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt/file2.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt/request.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt/text.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/res/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/res/test.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/routing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/routing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/security.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/security.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/serving.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/serving.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/test.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/urls.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/urls.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/wrappers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/wrappers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/wsgi.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testsuite/wsgi.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/urls.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/urls.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/useragents.py
|
||||
@ -110,7 +178,7 @@ lib/python${MODPY_VERSION}/site-packages/werkzeug/wsgi.pyc
|
||||
share/doc/py-werkzeug/
|
||||
share/doc/py-werkzeug/_images/
|
||||
share/doc/py-werkzeug/_images/debug-screenshot.png
|
||||
share/doc/py-werkzeug/_images/shorty-screenshot.png
|
||||
share/doc/py-werkzeug/_images/shortly.png
|
||||
share/doc/py-werkzeug/_sources/
|
||||
share/doc/py-werkzeug/_sources/changes.txt
|
||||
share/doc/py-werkzeug/_sources/contrib/
|
||||
@ -136,6 +204,7 @@ share/doc/py-werkzeug/_sources/exceptions.txt
|
||||
share/doc/py-werkzeug/_sources/http.txt
|
||||
share/doc/py-werkzeug/_sources/index.txt
|
||||
share/doc/py-werkzeug/_sources/installation.txt
|
||||
share/doc/py-werkzeug/_sources/latexindex.txt
|
||||
share/doc/py-werkzeug/_sources/levels.txt
|
||||
share/doc/py-werkzeug/_sources/local.txt
|
||||
share/doc/py-werkzeug/_sources/middlewares.txt
|
||||
@ -147,6 +216,7 @@ share/doc/py-werkzeug/_sources/serving.txt
|
||||
share/doc/py-werkzeug/_sources/templates.txt
|
||||
share/doc/py-werkzeug/_sources/terms.txt
|
||||
share/doc/py-werkzeug/_sources/test.txt
|
||||
share/doc/py-werkzeug/_sources/transition.txt
|
||||
share/doc/py-werkzeug/_sources/tutorial.txt
|
||||
share/doc/py-werkzeug/_sources/unicode.txt
|
||||
share/doc/py-werkzeug/_sources/utils.txt
|
||||
@ -158,7 +228,6 @@ share/doc/py-werkzeug/_static/basic.css
|
||||
share/doc/py-werkzeug/_static/codebackground.png
|
||||
share/doc/py-werkzeug/_static/contents.png
|
||||
share/doc/py-werkzeug/_static/debug-screenshot.png
|
||||
share/doc/py-werkzeug/_static/default.css
|
||||
share/doc/py-werkzeug/_static/doctools.js
|
||||
share/doc/py-werkzeug/_static/favicon.ico
|
||||
share/doc/py-werkzeug/_static/file.png
|
||||
@ -170,9 +239,11 @@ share/doc/py-werkzeug/_static/navigation_active.png
|
||||
share/doc/py-werkzeug/_static/plus.png
|
||||
share/doc/py-werkzeug/_static/pygments.css
|
||||
share/doc/py-werkzeug/_static/searchtools.js
|
||||
share/doc/py-werkzeug/_static/shortly.png
|
||||
share/doc/py-werkzeug/_static/shorty-screenshot.png
|
||||
share/doc/py-werkzeug/_static/style.css
|
||||
share/doc/py-werkzeug/_static/underscore.js
|
||||
share/doc/py-werkzeug/_static/werkzeug.css
|
||||
share/doc/py-werkzeug/_static/werkzeug.js
|
||||
share/doc/py-werkzeug/_static/werkzeug.png
|
||||
share/doc/py-werkzeug/changes.html
|
||||
@ -200,6 +271,7 @@ share/doc/py-werkzeug/genindex.html
|
||||
share/doc/py-werkzeug/http.html
|
||||
share/doc/py-werkzeug/index.html
|
||||
share/doc/py-werkzeug/installation.html
|
||||
share/doc/py-werkzeug/latexindex.html
|
||||
share/doc/py-werkzeug/levels.html
|
||||
share/doc/py-werkzeug/local.html
|
||||
share/doc/py-werkzeug/middlewares.html
|
||||
@ -215,6 +287,7 @@ share/doc/py-werkzeug/serving.html
|
||||
share/doc/py-werkzeug/templates.html
|
||||
share/doc/py-werkzeug/terms.html
|
||||
share/doc/py-werkzeug/test.html
|
||||
share/doc/py-werkzeug/transition.html
|
||||
share/doc/py-werkzeug/tutorial.html
|
||||
share/doc/py-werkzeug/unicode.html
|
||||
share/doc/py-werkzeug/utils.html
|
||||
|
Loading…
Reference in New Issue
Block a user