diff options
author | kleink <kleink@pkgsrc.org> | 2015-12-15 17:40:36 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2015-12-15 17:40:36 +0000 |
commit | 378a06d725aa85f277ea1d466134e6401b7fb909 (patch) | |
tree | ad8c5ea97e1f8a0ec3a125adde0f7fb13b2b5859 /www | |
parent | e0093bf8cfff8b437f9a76806e548e79614a4a38 (diff) | |
download | pkgsrc-378a06d725aa85f277ea1d466134e6401b7fb909.tar.gz |
Restore the MASTER_SITE-related changes from the 0.10.4 update
which got reverted in the 0.11.2 update, despite being documented
in the log:
> Due to a change in packaging the docs themes are currently excluded
> from the pypi distribution, breaking the -docs package. Issue
> ``#761`` should address this upstream; we'll being using GitHub as
> the master site for the time being.
(Also, when touching the base package, make sure the -docs package
still builds. Makefile.common quite visibly mentions it.)
Bump PKGREVISION, and temporarily invent a DIST_SUBDIR so the
different distfile gets picked up until the next update.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-werkzeug/Makefile | 5 | ||||
-rw-r--r-- | www/py-werkzeug/Makefile.common | 6 | ||||
-rw-r--r-- | www/py-werkzeug/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index 1981c65af1a..0e12a3c6bb5 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2015/11/15 03:42:42 wen Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/15 17:40:36 kleink Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 COMMENT= Python WSGI Utility Library -USE_LANGUAGES= c # empty +USE_LANGUAGES= # empty USE_TOOLS+= pax REPLACE_PYTHON= examples/cookieauth.py diff --git a/www/py-werkzeug/Makefile.common b/www/py-werkzeug/Makefile.common index bf149ef198a..d9bd092a259 100644 --- a/www/py-werkzeug/Makefile.common +++ b/www/py-werkzeug/Makefile.common @@ -1,11 +1,13 @@ -# $NetBSD: Makefile.common,v 1.9 2015/11/15 03:42:42 wen Exp $ +# $NetBSD: Makefile.common,v 1.10 2015/12/15 17:40:36 kleink Exp $ # used by www/py-werkzeug/Makefile # used by www/py-werkzeug-docs/Makefile DISTNAME= Werkzeug-0.11.2 +DIST_SUBDIR= py-werkzeug CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=mitsuhiko/} +GITHUB_PROJECT=${DISTNAME:tl:C/-[^-]*$//} DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo PATCHDIR= ${.CURDIR}/../../www/py-werkzeug/patches diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index dbcf821a3dc..75b7fac18e3 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/15 03:42:42 wen Exp $ +$NetBSD: distinfo,v 1.10 2015/12/15 17:40:36 kleink Exp $ -SHA1 (Werkzeug-0.11.2.tar.gz) = 401b8f7d1e94823c4a1fb493fd38cb417c401938 -RMD160 (Werkzeug-0.11.2.tar.gz) = 3e4b2668a4f499ee340b8c52c2f37e6e1a41edce -SHA512 (Werkzeug-0.11.2.tar.gz) = aa83da47763a4c5b9b68c10e84ad195d8ae50b419faf25928d135cd0eebf7a57c4a7e178002a2f7a849005e0df8491398e12cd00098ccfb227ae2b75129e4966 -Size (Werkzeug-0.11.2.tar.gz) = 1152067 bytes +SHA1 (py-werkzeug/Werkzeug-0.11.2.tar.gz) = 3cb7316582e0f42af1fe2dba61aa01d759ffd870 +RMD160 (py-werkzeug/Werkzeug-0.11.2.tar.gz) = 3d6874cf5f0e07b4c1af460a3ac84b77b56a7c3a +SHA512 (py-werkzeug/Werkzeug-0.11.2.tar.gz) = 99b522726de37da1d29e71f8e069f30fae4b92105009c9aeebd18868a5734c0f00cbb39ae983f187bf5f049598785e239b580bb811450cae8687877f771a8896 +Size (py-werkzeug/Werkzeug-0.11.2.tar.gz) = 1167356 bytes |