Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 22:32:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463088 - head/devel/py-pyvisa
Message-ID:  <201802262232.w1QMWgGN029155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 26 22:32:42 2018
New Revision: 463088
URL: https://svnweb.freebsd.org/changeset/ports/463088

Log:
  - Change MASTER_SITES to CHEESESHOP
  
  - Simplify Makefile: use PY_ENUM34
  - Update pkg-descr
  - Add GitHub repository to WWW
  - Take maintainership

Modified:
  head/devel/py-pyvisa/Makefile
  head/devel/py-pyvisa/distinfo
  head/devel/py-pyvisa/pkg-descr

Modified: head/devel/py-pyvisa/Makefile
==============================================================================
--- head/devel/py-pyvisa/Makefile	Mon Feb 26 22:32:37 2018	(r463087)
+++ head/devel/py-pyvisa/Makefile	Mon Feb 26 22:32:42 2018	(r463088)
@@ -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}
+RUN_DEPENDS=	${PY_ENUM34} \
+		${PYTHON_PKGNAMEPREFIX}pyvisa-py>=0:devel/py-pyvisa-py@${FLAVOR}
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	hgrecco
-
 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>

Modified: head/devel/py-pyvisa/distinfo
==============================================================================
--- head/devel/py-pyvisa/distinfo	Mon Feb 26 22:32:37 2018	(r463087)
+++ head/devel/py-pyvisa/distinfo	Mon Feb 26 22:32:42 2018	(r463088)
@@ -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

Modified: head/devel/py-pyvisa/pkg-descr
==============================================================================
--- head/devel/py-pyvisa/pkg-descr	Mon Feb 26 22:32:37 2018	(r463087)
+++ head/devel/py-pyvisa/pkg-descr	Mon Feb 26 22:32:42 2018	(r463088)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802262232.w1QMWgGN029155>