aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marius.brehler+gentoo@googlemail.com>2019-07-12 16:17:26 +0200
committerHorea Christian <chr@chymera.eu>2020-10-20 15:49:29 -0400
commit25c87ba55e44b6775ca5e6124fb7fda9b6460292 (patch)
tree3be22955e67d06bda26342d6f628b235ad88ef1d /dev-python
parentdev-python/PyVISA: Version bump to 1.9.1 (diff)
downloadsci-25c87ba55e44b6775ca5e6124fb7fda9b6460292.tar.gz
sci-25c87ba55e44b6775ca5e6124fb7fda9b6460292.tar.bz2
sci-25c87ba55e44b6775ca5e6124fb7fda9b6460292.zip
dev-python/PyVISA: Drop old
Signed-off-by: Marius Brehler <marius.brehler+gentoo@googlemail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyVISA/Manifest1
-rw-r--r--dev-python/PyVISA/PyVISA-1.8.ebuild20
2 files changed, 0 insertions, 21 deletions
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
-}