Permalink
Browse files
py-flask: update to 0.12.2
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/py-flask/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-flask |
|
|
version 0.12.1 |
|
|
version 0.12.2 |
|
|
python.versions 26 27 33 34 35 36 |
|
|
platforms darwin |
|
|
maintainers {ryandesign @ryandesign} openmaintainer |
|
|
@@ -19,8 +19,8 @@ homepage http://flask.pocoo.org/ |
|
|
master_sites pypi:F/Flask/ |
|
|
default distname {Flask-${version}} |
|
|
|
|
|
checksums rmd160 bae77b10e61899148103d5ab011edf4f7d00d801 \ |
|
|
sha256 9dce4b6bfbb5b062181d3f7da8f727ff70c1156cbb4024351eafd426deb5fb88 |
|
|
checksums rmd160 d62ed9207085d74a6583a5a3b2b47700c7bef00b \ |
|
|
sha256 49f44461237b69ecd901cc7ce66feea0319b9158743dd27a2899962ab214dac1 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append port:py${python.version}-setuptools |
|
|
|