From owner-svn-ports-all@freebsd.org Mon Feb 26 22:32:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9519FF28F8D; Mon, 26 Feb 2018 22:32:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4942C6F8E4; Mon, 26 Feb 2018 22:32:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BDFB219B6; Mon, 26 Feb 2018 22:32:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QMWhBa029159; Mon, 26 Feb 2018 22:32:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWgGN029155; Mon, 26 Feb 2018 22:32:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWgGN029155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463088 - head/devel/py-pyvisa X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyvisa X-SVN-Commit-Revision: 463088 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:43 -0000 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 - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - -.include +.include 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