2014-02-11 22:46:44 +00:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
2012-10-19 16:27:26 +00:00
|
|
|
|
2014-02-11 22:46:44 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup python 1.0
|
2019-03-07 23:07:14 -05:00
|
|
|
PortGroup github 1.0
|
2012-10-19 16:27:26 +00:00
|
|
|
|
2019-03-07 23:07:14 -05:00
|
|
|
github.setup labjack LabJackPython 2.0.0
|
2014-02-11 22:46:44 +00:00
|
|
|
name py-LabJackPython
|
2019-03-07 23:07:14 -05:00
|
|
|
epoch 3
|
|
|
|
|
revision 0
|
|
|
|
|
license MIT X11
|
2014-10-13 16:43:22 +00:00
|
|
|
maintainers nomaintainer
|
2014-02-11 22:44:34 +00:00
|
|
|
|
2019-03-07 23:07:14 -05:00
|
|
|
description The LabJack Python modules for the LabJack U3, U6, UE9 and U12.
|
|
|
|
|
long_description ${description}
|
2012-10-19 16:27:26 +00:00
|
|
|
|
2014-02-11 22:46:44 +00:00
|
|
|
platforms darwin
|
|
|
|
|
supported_archs noarch
|
2012-10-19 16:27:26 +00:00
|
|
|
|
2019-03-07 23:07:14 -05:00
|
|
|
checksums rmd160 c8bac2cbad3f4a09aec0b74030d7fd8a8286e17f \
|
|
|
|
|
sha256 b231581203c08bb6809fbf3bed33bf881c012a0583f48a6f201713b789745b42 \
|
|
|
|
|
size 136675
|
2012-10-19 16:27:26 +00:00
|
|
|
|
2019-03-07 23:07:14 -05:00
|
|
|
python.versions 27 37
|
2012-10-19 16:27:26 +00:00
|
|
|
|
2013-12-05 08:44:51 +00:00
|
|
|
if {${name} ne ${subport}} {
|
2012-10-19 16:27:26 +00:00
|
|
|
depends_lib-append port:exodriver
|
2019-03-07 23:07:14 -05:00
|
|
|
|
|
|
|
|
post-destroot {
|
|
|
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
|
|
|
xinstall -d ${destroot}${docdir}
|
|
|
|
|
xinstall -m 0644 -W ${worksrcpath} README LICENSE \
|
|
|
|
|
ChangeLog.txt ${destroot}${docdir}
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-11 22:46:44 +00:00
|
|
|
livecheck.type none
|
2012-10-19 16:27:26 +00:00
|
|
|
} else {
|
2019-03-07 23:07:14 -05:00
|
|
|
github.livecheck.regex {([0-9.]+)}
|
2012-10-19 16:27:26 +00:00
|
|
|
}
|