[142288] trunk/dports/python/py-patsy/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Dec 12 05:07:32 PST 2015
Revision: 142288
https://trac.macports.org/changeset/142288
Author: stromnov at macports.org
Date: 2015-11-09 03:01:06 -0800 (Mon, 09 Nov 2015)
Log Message:
-----------
py-patsy: update to version 0.4.1
Modified Paths:
--------------
trunk/dports/python/py-patsy/Portfile
Modified: trunk/dports/python/py-patsy/Portfile
===================================================================
--- trunk/dports/python/py-patsy/Portfile 2015-11-09 10:52:47 UTC (rev 142287)
+++ trunk/dports/python/py-patsy/Portfile 2015-11-09 11:01:06 UTC (rev 142288)
@@ -5,13 +5,13 @@
PortGroup python 1.0
name py-patsy
-version 0.4.0
+version 0.4.1
revision 0
categories-append math
platforms darwin
license BSD
-python.versions 26 27 33 34
+python.versions 26 27 33 34 35
maintainers stromnov openmaintainer
@@ -23,14 +23,14 @@
in R and S.
homepage https://github.com/pydata/patsy
-master_sites https://pypi.python.org/packages/source/p/patsy/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname patsy-${version}
+distname ${python.rootname}-${version}
use_zip yes
-checksums rmd160 d42ba081123308f172cb1502846ab7a9434cd951 \
- sha256 e4f3034f5593f0e2e66701b9bed623ca15c843ce293458a9ea0a0ad64d4a7acd
+checksums rmd160 07edb13617442aca434b414a3cf1ed0af2bc1bb9 \
+ sha256 dc1cc280045b0e6e50c04706fd1e26d2a00ea400aa112f88e8142f88b0b7d3d4
if {${name} ne ${subport}} {
depends_build-append \
@@ -39,7 +39,5 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/patsy/json
- livecheck.regex "patsy-(\\d+(?:\\.\\d+)*)\.\[tz\]"
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5ad2a626/attachment-0001.html>
More information about the macports-changes
mailing list