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

View file

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

View file

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