commit:     ce85e7f2442cfab750bea63326df6c02293a1862
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 09:56:45 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> 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 <heroxbd <AT> 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"

Reply via email to