Commits
Marius Schamschula authored b51f61974a9
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-imagesize |
7 - | version 0.7.1 |
7 + | version 1.0.0 |
8 8 | categories-append devel graphics |
9 9 | platforms darwin |
10 10 | supported_archs noarch |
11 11 | license MIT |
12 12 | maintainers nomaintainer |
13 13 | description get size from image file headers |
14 14 | long_description \ |
15 15 | This module analyzes jpeg/jpeg2000/png/gif image headers and returns the \ |
16 16 | image size. |
17 17 | |
18 18 | homepage https://github.com/shibukawa/imagesize_py |
19 19 | master_sites pypi:i/imagesize/ |
20 20 | |
21 - | checksums md5 976148283286a6ba5f69b0f81aef8052 \ |
22 - | rmd160 c2165ac9d0e6dc5eb1c8666e2fa05abce3f586d7 \ |
23 - | sha256 0ab2c62b87987e3252f89d30b7cedbec12a01af9274af9ffa48108f2c13c6062 |
21 + | checksums rmd160 e7913341bc0970f17a8411675dd34f84106694e8 \ |
22 + | sha256 5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315 |
24 23 | distname ${python.rootname}-${version} |
25 24 | |
26 25 | python.versions 26 27 33 34 35 36 |
27 26 | |
28 27 | if {$subport ne $name} { |
29 28 | depends_build port:py${python.version}-setuptools |
30 29 | post-destroot { |
31 30 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} |
32 31 | xinstall -m 644 -W ${worksrcpath} README.rst \ |
33 32 | ${destroot}${prefix}/share/doc/${subport} |