Permalink
Browse files
py-imagesize: update to version 1.0.0
- Loading branch information
Showing
with
3 additions
and
4 deletions.
-
+3
−4
python/py-imagesize/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-imagesize |
|
|
version 0.7.1 |
|
|
version 1.0.0 |
|
|
categories-append devel graphics |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
@@ -18,9 +18,8 @@ long_description \ |
|
|
homepage https://github.com/shibukawa/imagesize_py |
|
|
master_sites pypi:i/imagesize/ |
|
|
|
|
|
checksums md5 976148283286a6ba5f69b0f81aef8052 \ |
|
|
rmd160 c2165ac9d0e6dc5eb1c8666e2fa05abce3f586d7 \ |
|
|
sha256 0ab2c62b87987e3252f89d30b7cedbec12a01af9274af9ffa48108f2c13c6062 |
|
|
checksums rmd160 e7913341bc0970f17a8411675dd34f84106694e8 \ |
|
|
sha256 5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315 |
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
python.versions 26 27 33 34 35 36 |
|
|
|