From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 573A5138350 for ; Mon, 27 Jan 2020 09:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1732E08DD; Mon, 27 Jan 2020 09:57:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4A63E08DD for ; Mon, 27 Jan 2020 09:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B908E34E396 for ; Mon, 27 Jan 2020 09:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6664235 for ; Mon, 27 Jan 2020 09:57:17 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1580118707.f1ef02f862b4dd03c4d796d01344fff5ed397951.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/PyVISA/PyVISA-1.8.ebuild dev-python/PyVISA/PyVISA-9999.ebuild dev-python/PyVISA/metadata.xml X-VCS-Directories: dev-python/PyVISA/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: f1ef02f862b4dd03c4d796d01344fff5ed397951 X-VCS-Branch: master Date: Mon, 27 Jan 2020 09:57:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e49e6a6-ec87-42a4-9524-e2b1facbc0ff X-Archives-Hash: 5ff770fd8244ba4870ebed1006f6a3a4 commit: f1ef02f862b4dd03c4d796d01344fff5ed397951 Author: Benda Xu gentoo org> AuthorDate: Mon Jan 27 09:51:47 2020 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Jan 27 09:51:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1ef02f8 dev-python/PyVISA: Bump to Python 3.6. Update homepage. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu gentoo.org> dev-python/PyVISA/PyVISA-1.8.ebuild | 13 ++++--------- dev-python/PyVISA/PyVISA-9999.ebuild | 15 +++++---------- dev-python/PyVISA/metadata.xml | 2 +- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild b/dev-python/PyVISA/PyVISA-1.8.ebuild index e16717b37..bc6311678 100644 --- a/dev-python/PyVISA/PyVISA-1.8.ebuild +++ b/dev-python/PyVISA/PyVISA-1.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +EAPI=7 +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" -HOMEPAGE="https://github.com/hgrecco/pyvisa" +HOMEPAGE="https://pyvisa.readthedocs.io" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -15,11 +15,6 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND=" - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) - " -DEPEND="${RDEPEND}" - python_test() { esetup.py test } diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild b/dev-python/PyVISA/PyVISA-9999.ebuild index a51331354..cc113f649 100644 --- a/dev-python/PyVISA/PyVISA-9999.ebuild +++ b/dev-python/PyVISA/PyVISA-9999.ebuild @@ -1,24 +1,19 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +EAPI=7 +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 git-r3 DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" -HOMEPAGE="https://github.com/hgrecco/pyvisa-py" +HOMEPAGE="https://pyvisa.readthedocs.io" EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git git://github.com/${PN}/${PN}.git" LICENSE="MIT" SLOT="0" IUSE="test" -RDEPEND=" - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) - " -DEPEND="${RDEPEND}" - python_test() { esetup.py test -} \ No newline at end of file +} diff --git a/dev-python/PyVISA/metadata.xml b/dev-python/PyVISA/metadata.xml index 1a5f4a861..332d2e0dc 100644 --- a/dev-python/PyVISA/metadata.xml +++ b/dev-python/PyVISA/metadata.xml @@ -15,7 +15,7 @@ Architecture" (VISA), in order to control measurement devices and test equipment via GPIB, RS232, Ethernet or USB. - hgrecco/pyvisa-py + pyvisa/pyvisa PyVISA