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 clade PyDAQmx 07adbdafad7905d64abf07e6cb986af661455ea8 |
---|
9 | version 20150422 |
---|
10 | |
---|
11 | name py-daqmx |
---|
12 | categories-append science |
---|
13 | description Python interface for the NI-DAQmx drivers |
---|
14 | long_description This package provides an interface in Python for the\ |
---|
15 | NIDAQmx drivers from National Instruments (which must be\ |
---|
16 | installed separately). |
---|
17 | |
---|
18 | license BSD |
---|
19 | platforms darwin |
---|
20 | supported_archs noarch |
---|
21 | maintainers nomaintainer |
---|
22 | |
---|
23 | checksums md5 e81a40533b3f76ce59d2b53095020ddd \ |
---|
24 | rmd160 75c82e80aa148e4bf62fc12d08ced0a5c4674163 \ |
---|
25 | sha256 339e5ed9536e6ffee63a8dc868f4f8814b517bfd3632fe0d62aff1ac7dfc5aa3 |
---|
26 | |
---|
27 | python.versions 27 33 34 |
---|
28 | |
---|
29 | if {${name} ne ${subport}} { |
---|
30 | depends_build-append port:py${python.version}-setuptools\ |
---|
31 | port:py${python.version}-sphinx |
---|
32 | test.run yes |
---|
33 | } |
---|
34 | |
---|
35 | livecheck.type none |
---|