From 25c87ba55e44b6775ca5e6124fb7fda9b6460292 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Fri, 12 Jul 2019 16:17:26 +0200 Subject: dev-python/PyVISA: Drop old Signed-off-by: Marius Brehler Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Horea Christian --- dev-python/PyVISA/Manifest | 1 - dev-python/PyVISA/PyVISA-1.8.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 dev-python/PyVISA/PyVISA-1.8.ebuild (limited to 'dev-python') diff --git a/dev-python/PyVISA/Manifest b/dev-python/PyVISA/Manifest index e077b791c..e36e1238b 100644 --- a/dev-python/PyVISA/Manifest +++ b/dev-python/PyVISA/Manifest @@ -1,2 +1 @@ -DIST PyVISA-1.8.tar.gz 429701 BLAKE2B 5e35dba270df0e39fe132cad4adcbaf136146add9c9a06419a724daa5fc7da1e31010aba1d0e1025a4559dff38d33a8d645705051987db3e64b973b8f950c55e SHA512 e3346c0966a97ef09158820df5df74480b0f253c1bde6a3d3621e8011f98f3059d2e9f04c6a361c3332abef433e8e5bb85fc161cbfe737be354d1786336d9254 DIST PyVISA-1.9.1.tar.gz 440456 BLAKE2B f7e89f25e961e3e4cba1590a0ca871d100dfde39a85f28e00992972d86de4efa5dce75f9d5c56cb4cfc1ba796d1263d85bc7fe8a0e976b52d4956fbbafaf430e SHA512 be33753be222dbc9fbbfb4668261b603b5ab269bc9fa8cac712a1e86156f7f0626d362fab86aed83fe6180f997d1bd5be2db0502fa3520adb00dc6c4e3299945 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 -} -- cgit v1.2.3-65-gdbad