# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        python-ivi python-vxi11 0.9 v
name                py-vxi11
platforms           darwin
license             MIT
maintainers         mojca openmaintainer

description         Python VXI 11 driver for controlling instruments over Ethernet
long_description    ${description}

#                   https://github.com/python-ivi/python-vxi11
homepage            http://alexforencich.com/wiki/en/python-vxi11/start

checksums           rmd160  61b7e58cfdb1ffaedc0591319c31a8d8aa1760c5 \
                    sha256  a3f32303512021ab184483d04f6b64e2ff454a7fb84d189ff6b55afce8328c4e

python.versions     27 34 35 36

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
} else {
    livecheck.type      pypi
}
