Permalink
Browse files
py-werkzeug: update to 0.15.2
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-werkzeug/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-werkzeug |
|
|
version 0.15.1 |
|
|
version 0.15.2 |
|
|
revision 0 |
|
|
categories-append www |
|
|
platforms darwin |
|
|
@@ -29,9 +29,9 @@ master_sites pypi:W/Werkzeug |
|
|
|
|
|
distname Werkzeug-${version} |
|
|
|
|
|
checksums rmd160 690e9dfb7993033575b7fbb5bfb1dfc13b2d6ba7 \ |
|
|
sha256 ca5c2dcd367d6c0df87185b9082929d255358f5391923269335782b213d52655 \ |
|
|
size 924191 |
|
|
checksums rmd160 c02d42a95fe3706b74d09b97c504c774cef862d0 \ |
|
|
sha256 0a73e8bb2ff2feecfc5d56e6f458f5b99290ef34f565ffb2665801ff7de6af7a \ |
|
|
size 925108 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:py${python.version}-setuptools |
|
|
|