1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

- Change MASTER_SITES to CHEESESHOP

- Simplify Makefile: use PY_ENUM34
- Update pkg-descr
- Add GitHub repository to WWW
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-26 22:32:42 +00:00
parent 196e09ff90
commit 21259c24ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463088
3 changed files with 14 additions and 19 deletions

View File

@ -3,28 +3,22 @@
PORTNAME= pyvisa
PORTVERSION= 1.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyVISA-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python VISA bindings for GPIB, RS232, and USB instruments
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python VISA bindings for GPIB, RS232, TCPIP and USB instruments
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyvisa-py>0:devel/py-pyvisa-py@${FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= hgrecco
RUN_DEPENDS= ${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}pyvisa-py>=0:devel/py-pyvisa-py@${FLAVOR}
USES= python
USE_LOCALE= en_US.UTF-8
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3400
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1519652917
SHA256 (hgrecco-pyvisa-1.9.0_GH0.tar.gz) = ee0f9c40304234358d6be5699dbe9f0080442ca01a39220733545307b57307fd
SIZE (hgrecco-pyvisa-1.9.0_GH0.tar.gz) = 429390
TIMESTAMP = 1519582213
SHA256 (PyVISA-1.9.0.tar.gz) = 38e4a2800122b06441346d8469317f8117ee0d8ce700d12bf5bef337e6c152b5
SIZE (PyVISA-1.9.0.tar.gz) = 440041

View File

@ -1,5 +1,6 @@
Python bindings to the "Virtual Instrument Software Architecture"
VISA library, in order to control measurement devices via GPIB,
RS232, or USB.
A Python package for support of the "Virtual Instrument Software Architecture"
(VISA), in order to control measurement devices and test equipment via GPIB,
RS232, Ethernet or USB.
WWW: https://pypi.python.org/pypi/PyVISA
WWW: https://github.com/pyvisa/pyvisa