[147763] trunk/dports/python/py-pyqtgraph/Portfile
khindenburg at macports.org
khindenburg at macports.org
Fri Apr 15 07:34:18 PDT 2016
Revision: 147763
https://trac.macports.org/changeset/147763
Author: khindenburg at macports.org
Date: 2016-04-15 07:34:18 -0700 (Fri, 15 Apr 2016)
Log Message:
-----------
py-pyqtgraph: add py35 #51154; fix livecheck
Modified Paths:
--------------
trunk/dports/python/py-pyqtgraph/Portfile
Modified: trunk/dports/python/py-pyqtgraph/Portfile
===================================================================
--- trunk/dports/python/py-pyqtgraph/Portfile 2016-04-15 13:28:19 UTC (rev 147762)
+++ trunk/dports/python/py-pyqtgraph/Portfile 2016-04-15 14:34:18 UTC (rev 147763)
@@ -5,6 +5,7 @@
PortGroup python 1.0
name py-pyqtgraph
+set real_name pyqtgraph
version 0.9.10
categories-append graphics math
platforms darwin
@@ -23,12 +24,12 @@
homepage http://pyqtgraph.org/
master_sites http://pyqtgraph.org/downloads
-distname pyqtgraph-${version}
+distname ${real_name}-${version}
checksums rmd160 45d5f581afd5ee68f25bf1fabb8f9b89dd97516b \
sha256 4c0589774e3c8b0c374931397cf6356b9cc99a790215d1917bb7f015c6f0729a
-python.versions 27 34
+python.versions 27 34 35
if {$subport ne $name} {
depends_lib-append port:py${python.version}-scipy
@@ -50,4 +51,8 @@
}
default_variants-append +opengl
+
+ livecheck.type none
+} else {
+ livecheck.name ${real_name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160415/525cdb3d/attachment.html>
More information about the macports-changes
mailing list