You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
6ec0f4092d
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98881 d073be05-634f-4543-b044-5fe20cf6d1d6
36 lines
954 B
Plaintext
36 lines
954 B
Plaintext
# $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}
|
|
}
|