You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.1 KiB
Tcl
38 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup labjack LabJackPython 2.0.4
|
|
name py-LabJackPython
|
|
epoch 3
|
|
revision 0
|
|
license MIT X11
|
|
maintainers nomaintainer
|
|
|
|
description The LabJack Python modules for the LabJack U3, U6, UE9 and U12.
|
|
long_description {*}${description}
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 5d6265ed1a6bb7500340c49e4fe309f4146a1922 \
|
|
sha256 c49793037ec62948c2844f97a22cd1eb73cd6552f9184cdecef4fadd61fc07d5 \
|
|
size 138153
|
|
|
|
python.versions 38 39 310
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:exodriver
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${subport}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} README LICENSE \
|
|
ChangeLog.txt ${destroot}${docdir}
|
|
}
|
|
}
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|