- Update to 1.0.7
- Set USE_PYTHON to -2.7, because it does not yet support Python 3.X
This commit is contained in:
parent
4967bfba64
commit
10a789f7ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273332
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= webob
|
||||
PORTVERSION= 1.0.6
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
@ -18,7 +18,7 @@ MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= WSGI request and response Python object
|
||||
|
||||
PYDISTUTILS_PKGNAME= WebOb
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
USE_ZIP= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (WebOb-1.0.6.zip) = d4119ff49e01b29aabf752316da74ab6a0397430a32893d701d8f7f2f1519583
|
||||
SIZE (WebOb-1.0.6.zip) = 59981
|
||||
SHA256 (WebOb-1.0.7.zip) = ea0f8be2555986e8e9a0cc104e8e58e438b5462b064d7e9da60101a266518620
|
||||
SIZE (WebOb-1.0.7.zip) = 193712
|
||||
|
Loading…
Reference in New Issue
Block a user