commit: 83e47743ea6a71ba8a1a4df270323a74575e751c
Author: Marius Brehler <marius.brehler+gentoo <AT> googlemail <DOT> com>
AuthorDate: Fri Jul 12 14:21:32 2019 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Oct 20 19:49:29 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=83e47743
dev-python/PyVISA: Update live ebuild
Signed-off-by: Marius Brehler <marius.brehler+gentoo <AT> googlemail.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/PyVISA/PyVISA-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild
b/dev-python/PyVISA/PyVISA-9999.ebuild
index cc113f649..65af77c0e 100644
--- a/dev-python/PyVISA/PyVISA-9999.ebuild
+++ b/dev-python/PyVISA/PyVISA-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1 git-r3
DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://pyvisa.readthedocs.io"
-EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git
git://github.com/${PN}/${PN}.git"
+HOMEPAGE="https://github.com/pyvisa/pyvisa-py"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git
git://github.com/${PN}/${PN}.git"
LICENSE="MIT"
SLOT="0"