[108331] trunk/dports/python

vince at macports.org vince at macports.org
Fri Jul 19 12:22:39 PDT 2013


Revision: 108331
          https://trac.macports.org/changeset/108331
Author:   vince at macports.org
Date:     2013-07-19 12:22:39 -0700 (Fri, 19 Jul 2013)
Log Message:
-----------
Initial commit

Added Paths:
-----------
    trunk/dports/python/py-visa/
    trunk/dports/python/py-visa/Portfile

Added: trunk/dports/python/py-visa/Portfile
===================================================================
--- trunk/dports/python/py-visa/Portfile	                        (rev 0)
+++ trunk/dports/python/py-visa/Portfile	2013-07-19 19:22:39 UTC (rev 108331)
@@ -0,0 +1,38 @@
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-visa
+version             1.4
+categories-append   science
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         openmaintainer
+
+description         Python binding to VISA instrument protocol
+long_description    PyVISA allows dialog between a computer and \
+                    various engineering instruments such as oscilloscopes \
+                    spectrum analyzers, waveform generators, etc.
+
+homepage            http://pyvisa.sourceforge.net/
+
+master_sites        https://pypi.python.org/packages/source/P/PyVISA/
+distname            PyVISA-${version}
+
+checksums           md5     5a391c8d0bca3c9d58ee1bbe573bc6b9 \
+                    rmd160  6cc4aae064dbe744bb260a8f329959e50f5694eb \
+                    sha256  6ff001554b206534a54bbb3f60121f9265f0dde5261726c9ee5d1aae67f8e4f0
+
+
+python.versions     24 25 26 27
+
+if {$subport != $name} {
+    depends_build           port:py${python.version}-setuptools
+    depends_build-append    port:py${python.version}-sphinx
+    test.run                yes
+    livecheck.type          none
+} else {
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/PyVISA
+    livecheck.regex {PyVISA/([0-9.]+)"}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130719/a1de448a/attachment.html>


More information about the macports-changes mailing list