[98881] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Oct 19 09:27:26 PDT 2012


Revision: 98881
          http://trac.macports.org//changeset/98881
Author:   macsforever2000 at macports.org
Date:     2012-10-19 09:27:26 -0700 (Fri, 19 Oct 2012)
Log Message:
-----------
py-LabJackPython: new port.

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

Added: trunk/dports/python/py-LabJackPython/Portfile
===================================================================
--- trunk/dports/python/py-LabJackPython/Portfile	                        (rev 0)
+++ trunk/dports/python/py-LabJackPython/Portfile	2012-10-19 16:27:26 UTC (rev 98881)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python 1.0
+
+name            py-LabJackPython
+version         8-26-2011
+set rel_month   08
+set rel_year    2011
+license         MIT
+maintainers     macsforever2000 openmaintainer
+description     LabJack Python
+long_description    Python module for communicating with LabJack devices.
+
+platforms       darwin
+homepage        http://labjack.com/support/labjackpython
+master_sites    http://labjack.com/sites/default/files/${rel_year}/${rel_month}/
+distname        LabJackPython-${version}
+
+checksums       rmd160  2003d2817d9123d90ad030ad6f3661302edb92a4 \
+                sha256  bdc623f832b1435da190de0ffd4cf46e45457eba2f8bb4285a4c69b28f6e42f7
+
+use_zip         yes
+
+python.versions 25 26 27
+
+if {$subport != $name} {
+    depends_lib-append  port:exodriver
+    
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   ${homepage}
+    livecheck.regex {LabJackPython-([0-9\.]+)\.tar\.gz}
+}


Property changes on: trunk/dports/python/py-LabJackPython/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121019/2c215a02/attachment.html>


More information about the macports-changes mailing list