Permalink
Browse files
py-blessings: Update to 1.6.1
Also add size to checksums.
- Loading branch information
Showing
with
4 additions
and
3 deletions.
-
+4
−3
python/py-blessings/Portfile
|
|
@@ -5,7 +5,7 @@ PortGroup python 1.0 |
|
|
|
|
|
name py-blessings |
|
|
set real_name blessings |
|
|
version 1.6 |
|
|
version 1.6.1 |
|
|
maintainers nomaintainer |
|
|
python.versions 27 34 |
|
|
|
|
|
@@ -18,8 +18,9 @@ license MIT |
|
|
homepage https://github.com/erikrose/blessings |
|
|
master_sites pypi:b/${real_name}/ |
|
|
distname ${real_name}-${version} |
|
|
checksums rmd160 00014f95d6c303cb87f02476f9b4c1d3e242293a \ |
|
|
sha256 edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007 |
|
|
checksums rmd160 56381887db40a66014ea3ce6ae2d9490c0669be4 \ |
|
|
sha256 74919575885552e14bc24a68f8b539690bd1b5629180faa830b1a25b8c7fb6ea \ |
|
|
size 20122 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build port:py${python.version}-setuptools |
|
|
|