[145068] trunk/dports/python/py-seaborn/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jan 25 06:26:58 PST 2016


Revision: 145068
          https://trac.macports.org/changeset/145068
Author:   stromnov at macports.org
Date:     2016-01-25 06:26:58 -0800 (Mon, 25 Jan 2016)
Log Message:
-----------
py-seaborn: update to version 0.7.0

Modified Paths:
--------------
    trunk/dports/python/py-seaborn/Portfile

Modified: trunk/dports/python/py-seaborn/Portfile
===================================================================
--- trunk/dports/python/py-seaborn/Portfile	2016-01-25 14:23:10 UTC (rev 145067)
+++ trunk/dports/python/py-seaborn/Portfile	2016-01-25 14:26:58 UTC (rev 145068)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-seaborn
-version             0.6.0
+version             0.7.0
 revision            0
 categories-append   science
 license             BSD
 platforms           darwin
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -25,12 +25,12 @@
                     from scipy and statsmodels.
 
 homepage            http://stanford.edu/~mwaskom/software/seaborn/
-master_sites        https://pypi.python.org/packages/source/s/seaborn/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            seaborn-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  d6142f677e98daaee39ae198a48841a5a521ab6a \
-                    sha256  e078399b56ed0d53a4aa8bd4d6bd4a9a9deebc0b4acad259d0ef81830affdb68
+checksums           rmd160  9d6b41c82dca77d8edeaf32bdd2d6eeaf822d353 \
+                    sha256  15a8b2747becfdb86cfa60b5fcfa9bb934e42ef0ced660e0d57e8aea741f7145
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -45,7 +45,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/seaborn/json
-    livecheck.regex     {seaborn-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160125/cb3b1f1c/attachment-0001.html>


More information about the macports-changes mailing list