Commits
Andrew Stromnov authored f7796eab556
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=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-wand |
7 - | version 0.5.3 |
7 + | version 0.5.4 |
8 8 | revision 0 |
9 9 | categories-append graphics |
10 10 | platforms darwin |
11 11 | license MIT |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description Ctypes-based simple MagickWand API binding for Python |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage http://wand-py.org/ |
22 22 | master_sites pypi:W/Wand |
23 23 | |
24 24 | distname Wand-${version} |
25 25 | |
26 - | checksums rmd160 28c7ae0eed46726c2131882a0da4a3bfe43d4098 \ |
27 - | sha256 a2c318993791fab4fcfd460045415176f81d42f8c6fd8a88fb8d74d2f0f34b97 \ |
28 - | size 99392 |
26 + | checksums rmd160 1c66830bc5850649ddcf8f0a1fae92d0fef3986e \ |
27 + | sha256 e2e08e19a37c61e85eaa307fe319889af46fe4cac6c23e3ae668b96be3e497ff \ |
28 + | size 102569 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_build-append \ |
32 32 | port:py${python.version}-setuptools |
33 33 | depends_lib-append port:ImageMagick |
34 34 | |
35 35 | patchfiles-append patch-wand_api.py.diff |
36 36 | |
37 37 | post-patch { |
38 38 | reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/wand/api.py |