commit: 25c87ba55e44b6775ca5e6124fb7fda9b6460292 Author: Marius Brehler <marius.brehler+gentoo <AT> googlemail <DOT> com> AuthorDate: Fri Jul 12 14:17:26 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=25c87ba5
dev-python/PyVISA: Drop old 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-1.8.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild b/dev-python/PyVISA/PyVISA-1.8.ebuild deleted file mode 100644 index bc6311678..000000000 --- a/dev-python/PyVISA/PyVISA-1.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments" -HOMEPAGE="https://pyvisa.readthedocs.io" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -python_test() { - esetup.py test -}
