Commits
Andrey Stromnov authored 224a37d8ff0
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-mahotas |
7 - | version 1.4.5 |
7 + | version 1.4.7 |
8 8 | revision 0 |
9 9 | platforms darwin |
10 10 | license MIT |
11 11 | |
12 12 | python.versions 27 34 35 36 37 |
13 13 | |
14 14 | maintainers {stromnov @stromnov} openmaintainer |
15 15 | |
16 16 | description Set of functions for image processing and computer vision in Python |
17 17 | long_description ${description} |
18 18 | |
19 19 | homepage http://luispedro.org/software/mahotas/ |
20 20 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
21 21 | |
22 22 | distname ${python.rootname}-${version} |
23 23 | |
24 - | checksums rmd160 16a0971c3a6295a2a73cb0682feba492fd3ed1a8 \ |
25 - | sha256 cf7e661add06fb446a257fdecfb24e103e36b4e69a675c188e042921a0ff75ab \ |
26 - | size 1529383 |
24 + | checksums rmd160 035167d6901169f79aa4ebfd68370adac9e95da9 \ |
25 + | sha256 a2ca4cd8b33bfe56d646956c56b5de1087c9d44d579386b6b8ad19303272b496 \ |
26 + | size 1530911 |
27 27 | |
28 28 | if {${name} ne ${subport}} { |
29 - | depends_build-append \ |
30 - | port:py${python.version}-setuptools |
31 - | |
32 - | depends_lib-append port:py${python.version}-numpy \ |
29 + | depends_lib-append port:py${python.version}-setuptools \ |
30 + | port:py${python.version}-numpy \ |
33 31 | port:py${python.version}-imread \ |
34 32 | port:py${python.version}-Pillow \ |
35 33 | port:freeimage |
36 34 | |
37 35 | livecheck.type none |
38 36 | } |