Permalink
Browse files
py-cli-helpers: update to 1.2.0
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-cli-helpers/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-cli-helpers |
|
|
version 1.0.2 |
|
|
version 1.2.0 |
|
|
license BSD |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
@@ -20,9 +20,9 @@ homepage https://pypi.python.org/pypi/${python.rootname}/ |
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
distname cli_helpers-${version} |
|
|
|
|
|
checksums rmd160 4e1f6bb54c161a0a4eb7dc9e27eb574470e2749c \ |
|
|
sha256 f77837c5fbcbea39e0cb782506515459a0da75465489bae35e46da7f51c5b9fc \ |
|
|
size 23557 |
|
|
checksums rmd160 1c466f1914accc5a5aeb308cac521090d56651b7 \ |
|
|
sha256 d211192b4d5a61de0020c516213ba67bbf1662ccd8c0624e6696dedb1a9d3e5d \ |
|
|
size 30843 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append port:py${python.version}-setuptools |
|
|
|