Commits

Marius Schamschula authored 1f8b2b7a90c
py-imagesize: update to 1.2.0
No tags

python/py-imagesize/Portfile

Modified
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 1.1.0
7 +version 1.2.0
8 +revision 0
8 9 categories-append devel graphics
9 10 platforms darwin
10 11 supported_archs noarch
11 12 license MIT
12 13 maintainers nomaintainer
13 14
14 15 description get size from image file headers
15 16 long_description \
16 17 This module analyzes jpeg/jpeg2000/png/gif image headers and returns the \
17 18 image size.
18 19
19 20 homepage https://github.com/shibukawa/imagesize_py
20 21 master_sites pypi:i/imagesize/
21 22
22 -checksums rmd160 266d0cb2befd5bb93c980a7bb672cd99e41ad6b9 \
23 - sha256 f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5 \
24 - size 1275201
23 +checksums rmd160 ecc5e8725ead3d02dbd7b5a1ede428519ecdf3cf \
24 + sha256 b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1 \
25 + size 1274955
25 26
26 27 distname ${python.rootname}-${version}
27 28
28 29 python.versions 27 34 35 36 37 38
29 30
30 31 if {$subport ne $name} {
31 32 depends_build port:py${python.version}-setuptools
32 33 post-destroot {
33 34 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
34 35 xinstall -m 644 -W ${worksrcpath} README.rst \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut