diff options
author | nivit <nivit@FreeBSD.org> | 2011-05-17 04:31:07 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-05-17 04:31:07 +0800 |
commit | 16a68d2ed5783f2034c7e8b83dbde7f0cf48c5cf (patch) | |
tree | 618a2983ae324aecba09771465c05a2fc47a8663 /www | |
parent | 3e2c1e64df74abf44b09385f1a728be692b5a023 (diff) | |
download | freebsd-ports-gnome-16a68d2ed5783f2034c7e8b83dbde7f0cf48c5cf.tar.gz freebsd-ports-gnome-16a68d2ed5783f2034c7e8b83dbde7f0cf48c5cf.tar.zst freebsd-ports-gnome-16a68d2ed5783f2034c7e8b83dbde7f0cf48c5cf.zip |
- Update to 0.9.2 [1]
- Set USE_PYTHON to -2.7, because it does not yet support Python 3
PR: ports/157026
Submitted by: Mirko Zinn <mail at derzinn.de> [1] (actually v. 0.9.1)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-bottle/Makefile | 4 | ||||
-rw-r--r-- | www/py-bottle/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index aa3ba0296959..e0100f5ca0d2 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bottle -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.2 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ @@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Fast and simple WSGI-framework for small web-applications -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes .include <bsd.port.mk> diff --git a/www/py-bottle/distinfo b/www/py-bottle/distinfo index e1faedbfbbd9..3376549deed3 100644 --- a/www/py-bottle/distinfo +++ b/www/py-bottle/distinfo @@ -1,2 +1,2 @@ -SHA256 (bottle-0.8.5.tar.gz) = b13fc51cf267d299827ed11ba07257eaeb2f3fe375d4f532d032030b2a0c6a4a -SIZE (bottle-0.8.5.tar.gz) = 34047 +SHA256 (bottle-0.9.2.tar.gz) = 06ea41a44c06b34a37a85de72f0c984f37570f7239e13cf373b6ec3490f7062b +SIZE (bottle-0.9.2.tar.gz) = 45190 |