[117013] trunk/dports/python/py-netcdf4/Portfile

sean at macports.org sean at macports.org
Wed Feb 12 12:47:47 PST 2014


Revision: 117013
          https://trac.macports.org/changeset/117013
Author:   sean at macports.org
Date:     2014-02-12 12:47:47 -0800 (Wed, 12 Feb 2014)
Log Message:
-----------
py-netcdf4: fix livecheck

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

Modified: trunk/dports/python/py-netcdf4/Portfile
===================================================================
--- trunk/dports/python/py-netcdf4/Portfile	2014-02-12 20:46:04 UTC (rev 117012)
+++ trunk/dports/python/py-netcdf4/Portfile	2014-02-12 20:47:47 UTC (rev 117013)
@@ -43,6 +43,7 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      googlecode
-    livecheck.regex     {netCDF4-(.*)\.tar\.gz}
+    livecheck.type      regex
+    livecheck.url       https://pypi.python.org/pypi/netCDF4
+    livecheck.regex     >netCDF4-(.*)${extract.suffix}<
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140212/12e65b16/attachment.html>


More information about the macports-changes mailing list