Modified: trunk/dports/python/py-scitools/Portfile (148870 => 148871)
--- trunk/dports/python/py-scitools/Portfile 2016-05-20 20:11:07 UTC (rev 148870)
+++ trunk/dports/python/py-scitools/Portfile 2016-05-20 20:26:27 UTC (rev 148871)
@@ -3,11 +3,12 @@
PortSystem 1.0
PortGroup python 1.0
+PortGroup github 1.0
-set basedistname scitools
-name py-${basedistname}
-version 0.9.0
+github.setup hplgit scitools 0.9.0 scitools-
+name py-${name}
categories python science
+license bsd
platforms darwin
maintainers aronnax openmaintainer
description Scientific computing tools for Python
@@ -15,14 +16,11 @@
Scientific computing tools for Python, built on other widely used packages \
such as Numpy and Scipy.
-homepage http://code.google.com/p/${basedistname}/
-master_sites googlecode:${basedistname}
-distname ${basedistname}-${version}
-checksums sha1 68f774a5580689dbecc95cd4a4dc28f56dfeca01 \
- rmd160 c0c57bc2f248ca1721e66210c00df4241a7dd4ac
-
python.versions 27
+checksums rmd160 c0c57bc2f248ca1721e66210c00df4241a7dd4ac \
+ sha256 312492e143317fca49045534407e0fc1a9edbaf1b6e290b9c95c11120787e555
+
if {${name} ne ${subport}} {
# The SciTools setup.py script attempts to import matplotlib
@@ -38,8 +36,4 @@
livecheck.type none
-} else {
-
- set livecheck.distname ${basedistname}-(\[^"\]+)[quotemeta ${extract.suffix}]
-
}