Commits
Andrew Stromnov authored 48b49b19598
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-mpmath |
7 - | version 0.19 |
7 + | version 1.0.0 |
8 8 | revision 0 |
9 9 | categories-append math |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 |
15 15 | |
16 16 | maintainers stromnov openmaintainer |
17 17 | |
18 18 | description Arbitrary-precision floating-point library for Python |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage http://mpmath.org |
22 22 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
23 23 | |
24 24 | distname ${python.rootname}-${version} |
25 25 | |
26 - | checksums rmd160 96c4f24528e8785209242cb9c36686c42248213f \ |
27 - | sha256 68ddf6426dcda445323467d89892d2cffbbd1ae0b31ac1241b1b671749d63222 |
26 + | checksums rmd160 89440e75bf0b33b125314bf60d92c5d4279c123b \ |
27 + | sha256 04d14803b6875fe6d69e6dccea87d5ae5599802e4b1df7997bddd2024001050c |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | post-destroot { |
31 31 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} |
32 32 | xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE \ |
33 33 | ${destroot}${prefix}/share/doc/${subport} |
34 34 | } |
35 35 | |
36 36 | livecheck.type none |
37 37 | } |