- Update to 0.11.9
- Use GitHub instead of CHEESESHOP, because tarball on the Python Package Index (PyPI) seems not downloadable
This commit is contained in:
parent
de90917e70
commit
10887865a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414028
2 changed files with 8 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= werkzeug
|
||||
PORTVERSION= 0.11.8
|
||||
PORTVERSION= 0.11.9
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
#MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Werkzeug-${DISTVERSION}
|
||||
#DISTNAME= Werkzeug-${DISTVERSION}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Python utilities collection for building WSGI applications
|
||||
|
@ -15,6 +15,9 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pallets
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Werkzeug-0.11.8.tar.gz) = 729730a25f43a29ac6a79f08384ea18a3a125d07079492e15c3b3c2a3f090c37
|
||||
SIZE (Werkzeug-0.11.8.tar.gz) = 1154973
|
||||
SHA256 (pallets-werkzeug-0.11.9_GH0.tar.gz) = fe140008e5f9da77e6e8524ed995ab7155d4537ea2337fc4e7bdee936cde80db
|
||||
SIZE (pallets-werkzeug-0.11.9_GH0.tar.gz) = 1170570
|
||||
|
|
Loading…
Reference in a new issue