aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2020-01-27 17:56:45 +0800
committerBenda Xu <heroxbd@gentoo.org>2020-01-27 17:56:45 +0800
commitce85e7f2442cfab750bea63326df6c02293a1862 (patch)
tree120e7680717d9145a106c7bc19bd3153aea1c75b
parentdev-python/PyVISA: Bump to Python 3.6. (diff)
downloadsci-ce85e7f2442cfab750bea63326df6c02293a1862.tar.gz
sci-ce85e7f2442cfab750bea63326df6c02293a1862.tar.bz2
sci-ce85e7f2442cfab750bea63326df6c02293a1862.zip
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@gentoo.org>
-rw-r--r--dev-python/PyVISA-py/Manifest2
-rw-r--r--dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild (renamed from dev-python/PyVISA-py/PyVISA-py-0.2.ebuild)8
-rw-r--r--dev-python/PyVISA-py/PyVISA-py-9999.ebuild8
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-python/PyVISA-py/Manifest b/dev-python/PyVISA-py/Manifest
index 19c1c9963..517e2fc16 100644
--- a/dev-python/PyVISA-py/Manifest
+++ b/dev-python/PyVISA-py/Manifest
@@ -1 +1 @@
-DIST PyVISA-py-0.2.tar.gz 50244 BLAKE2B ed3c0e249f441c0c44ac07d9b76a5711895cd3bd4fae6b56784d1cc078721004d5e6f47970c99f1c8f8849d60d5d9db123789d93e40660494d5dce01dc61632e SHA512 6ef4d98d37885fb63f2518a0d9a74741fec0c5b833db381cc7d33ce1fbe766d4c65bbc5ba337a2a609c57f8526a80afa15d2e66770a7262336fb0c02f36acb95
+DIST PyVISA-py-0.3.1.tar.gz 57613 BLAKE2B f6408f814a5a4fcd6e7265fe6c4b940d8065562c1183b3305951d1c192d04272fd2f387629d8391f8eb161881aff5d81e70aa374dae89d13d6dc86c26dc95a56 SHA512 05801e907139b6408605cd18d4261f11f96bac6b9fb07bfcb11c9126208c2b1d5f8bf13f0dfe66b85e0e3a39122df2210ef1aff7586051d1409a49eebf098c52
diff --git a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild b/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"