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 AE55E138350 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 CEC50E091D; Mon, 27 Jan 2020 09:57:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D37D7E091D for ; Mon, 27 Jan 2020 09:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BE5BD34E3A2 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 7962A97 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: <1580119005.ce85e7f2442cfab750bea63326df6c02293a1862.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/PyVISA-py/PyVISA-py-0.2.ebuild dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild dev-python/PyVISA-py/PyVISA-py-9999.ebuild X-VCS-Directories: dev-python/PyVISA-py/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: ce85e7f2442cfab750bea63326df6c02293a1862 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: c9da8dd3-6521-4822-8f52-c8b8a4abfa34 X-Archives-Hash: 77bfb9027cee13ee529f371cb5700657 commit: ce85e7f2442cfab750bea63326df6c02293a1862 Author: Benda Xu gentoo org> AuthorDate: Mon Jan 27 09:56:45 2020 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Jan 27 09:56:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce85e7f2 dev-python/PyVISA-py: Bump to 0.3.1. Bump to python 3.6, update homepages. Suggested-By: Marius Brehler Bug: https://github.com/gentoo/sci/pull/922 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu gentoo.org> .../PyVISA-py/{PyVISA-py-0.2.ebuild => PyVISA-py-0.3.1.ebuild} | 8 ++++---- dev-python/PyVISA-py/PyVISA-py-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild similarity index 70% rename from dev-python/PyVISA-py/PyVISA-py-0.2.ebuild rename to dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild index b0d4f09dc..3979b5df6 100644 --- a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild +++ b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild @@ -1,13 +1,13 @@ -# 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 DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" -HOMEPAGE="https://github.com/hgrecco/pyvisa-py" +HOMEPAGE="https://pyvisa-py.readthedocs.io" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild index 660858de3..4d31fbff7 100644 --- a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild +++ b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild @@ -1,13 +1,13 @@ -# 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-py.readthedocs.io" EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git git://github.com/${hgrecco}/${PN}.git" LICENSE="MIT"