commit: a6500aa9ec92840930f3e8d63518dea48eb6f769
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Mar 20 03:33:21 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Mar 20 03:33:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6500aa9
dev-python/PyVISA: Correct homepage
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/PyVISA/PyVISA-1.8.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild
b/dev-python/PyVISA/PyVISA-1.8.ebuild
index 5d435ef9f..e16717b37 100644
--- a/dev-python/PyVISA/PyVISA-1.8.ebuild
+++ b/dev-python/PyVISA/PyVISA-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/hgrecco/pyvisa-py"
+HOMEPAGE="https://github.com/hgrecco/pyvisa"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -22,4 +22,4 @@ DEPEND="${RDEPEND}"
python_test() {
esetup.py test
-}
\ No newline at end of file
+}