1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup pearu pylibnidaqmx c3f76199865166a3c426a82a2f22fa877aacd1a8 |
---|
9 | version 20140826 |
---|
10 | |
---|
11 | name py-libnidaqmx |
---|
12 | categories-append science |
---|
13 | description Python wrapper for the NI-DAQmx driver software |
---|
14 | long_description The PyLibNIDAQmx project provides a Python package nidaqmx\ |
---|
15 | that wraps the NI-DAQmx driver software (which must be\ |
---|
16 | installed separately) for Python using ctypes. |
---|
17 | homepage http://pylibnidaqmx.googlecode.com/ |
---|
18 | |
---|
19 | license BSD |
---|
20 | platforms darwin |
---|
21 | supported_archs noarch |
---|
22 | maintainers nomaintainer |
---|
23 | |
---|
24 | checksums md5 cb06c26c16742e3b437f468b8c90091f \ |
---|
25 | rmd160 71473f8eb9954b5a03296da2845a86736705e184 \ |
---|
26 | sha256 522547cf714f2cef51d90301d9596fd5b73e828c9f3d5871ac6f29c5981b3dde |
---|
27 | |
---|
28 | python.versions 26 27 |
---|
29 | |
---|
30 | if {${name} ne ${subport}} { |
---|
31 | depends_run-append port:py${python.version}-numpy |
---|
32 | depends_build-append port:py${python.version}-setuptools\ |
---|
33 | port:py${python.version}-sphinx |
---|
34 | test.run yes |
---|
35 | } |
---|
36 | |
---|
37 | livecheck.type none |
---|