On Jul 19, 2013, at 1:22 PM, [email protected] wrote: > Revision > 108331 > Author > [email protected] > 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 > Diff > > Added: trunk/dports/python/py-visa/Portfile (0 => 108331) > > --- 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
"openmaintainer" by itself is not valid. You must use "nomaintainer" instead. I fixed this in r108335. > + > +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.]+)"} > +} > _______________________________________________ > macports-changes mailing list > [email protected] > https://lists.macosforge.org/mailman/listinfo/macports-changes
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
