You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
960 B
Tcl
26 lines
960 B
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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup python-ivi python-vxi11 0.9 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-vxi11
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
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 310
|