Skip to content

Commit

Permalink
py-statsmodels: update to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Feb 14, 2017
1 parent dc65af6 commit 2b853c6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions python/py-statsmodels/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-statsmodels
version 0.6.1
version 0.8.0
revision 0
categories-append science math
platforms darwin
Expand All @@ -26,8 +26,8 @@ master_sites pypi:s/statsmodels/

distname statsmodels-${version}

checksums rmd160 a4efe903ae6fa6b2a6f9938d58c785621ffe6572 \
sha256 be4e44374aec9e848b73e5a230dee190ac0c4519e1d40f69a5813190b13ec676
checksums rmd160 9e4226caca648f5398a74776822701c42b09da05 \
sha256 26431ab706fbae896db7870a0892743bfbb9f5c83231644692166a31d2d86048

if {${name} ne ${subport}} {
depends_build-append \
Expand All @@ -39,8 +39,4 @@ if {${name} ne ${subport}} {
port:py${python.version}-patsy

livecheck.type none
} else {
livecheck.type regex
livecheck.url https://pypi.python.org/pypi/statsmodels/json
livecheck.regex {statsmodels-(\d+(?:\.\d+)*)\.[tz]}
}

0 comments on commit 2b853c6

Please sign in to comment.