Commits
Andrew Stromnov authored 6ec69c453eb
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-patsy |
7 - | version 0.5.0 |
7 + | version 0.5.1 |
8 8 | revision 0 |
9 9 | categories-append math |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | |
13 13 | python.versions 27 34 35 36 37 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description Python package for describing statistical models. |
18 18 | |
19 19 | long_description A Python package for describing statistical models \ |
20 20 | and for building design matrices. It is closely inspired \ |
21 21 | by and compatible with the 'formula' mini-language used \ |
22 22 | in R and S. |
23 23 | |
24 24 | homepage https://github.com/pydata/patsy |
25 25 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
26 26 | |
27 27 | distname ${python.rootname}-${version} |
28 28 | |
29 - | checksums rmd160 769a2541687d633412f432f75d1a2893407639e5 \ |
30 - | sha256 e05f38d5c38c8d216f0cc2b765b1069b433c92d628b954fb2fee68d13e42883b |
29 + | checksums rmd160 2ca7512c63fedba257228597444869cd3164fa07 \ |
30 + | sha256 f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991 \ |
31 + | size 397623 |
31 32 | |
32 33 | if {${name} ne ${subport}} { |
33 34 | depends_build-append \ |
34 35 | port:py${python.version}-setuptools |
35 36 | depends_lib-append port:py${python.version}-numpy \ |
36 37 | port:py${python.version}-six |
37 38 | |
38 39 | livecheck.type none |
39 40 | } |