Commits
Andrew Stromnov authored 1e181b3ab4b
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-pywavelets |
7 - | version 0.5.1 |
7 + | version 0.5.2 |
8 8 | revision 0 |
9 9 | categories-append science math |
10 10 | platforms darwin |
11 11 | license MIT |
12 12 | |
13 13 | python.versions 26 27 35 36 |
14 14 | |
15 15 | maintainers stromnov openmaintainer |
16 16 | |
17 17 | description PyWavelets is a Python wavelet transforms module |
18 18 | long_description ${description}. |
19 19 | |
20 20 | homepage https://github.com/PyWavelets/pywt |
21 21 | master_sites pypi:P/PyWavelets |
22 22 | |
23 23 | distname PyWavelets-${version} |
24 24 | |
25 - | checksums rmd160 d4bb11cfc6dea4fce7818302d678322a1e54636c \ |
26 - | sha256 7b0634e3588f1d1f9c8bceaf366c8d61bb7e2869096652eb3ca66f723659c9a6 |
25 + | checksums rmd160 5a6fb1760e82dcdf1488b7d823bef8ecaa6c669c \ |
26 + | sha256 ce36e2f0648ea1781490b09515363f1f64446b0eac524603e5db5e180113bed9 |
27 27 | |
28 28 | if {${name} ne ${subport}} { |
29 29 | depends_build-append \ |
30 30 | port:py${python.version}-setuptools \ |
31 31 | port:py${python.version}-cython |
32 32 | |
33 33 | depends_lib-append port:py${python.version}-numpy |
34 34 | |
35 35 | livecheck.type none |
36 36 | } else { |