commit: bdb4b8ea2484cbef25655d20fb3c86dc5eb3b820
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Dec 20 10:05:56 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Dec 20 23:29:37 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bdb4b8ea
dev-python/PyVISA: moved to ::natinst
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/PyVISA/PyVISA-1.9.1.ebuild | 24 ------------------------
dev-python/PyVISA/PyVISA-9999.ebuild | 23 -----------------------
dev-python/PyVISA/metadata.xml | 21 ---------------------
3 files changed, 68 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-1.9.1.ebuild
b/dev-python/PyVISA/PyVISA-1.9.1.ebuild
deleted file mode 100644
index e56a983c5..000000000
--- a/dev-python/PyVISA/PyVISA-1.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/pyvisa/pyvisa"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-#python_test() {
-# esetup.py test
-#}
diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild
b/dev-python/PyVISA/PyVISA-9999.ebuild
deleted file mode 100644
index 5c5a1ce95..000000000
--- a/dev-python/PyVISA/PyVISA-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-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"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-#python_test() {
-# esetup.py test
-#}
diff --git a/dev-python/PyVISA/metadata.xml b/dev-python/PyVISA/metadata.xml
deleted file mode 100644
index f690c3570..000000000
--- a/dev-python/PyVISA/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-A Python package for support of the "Virtual Instrument Software
-Architecture" (VISA), in order to control measurement devices and
-test equipment via GPIB, RS232, Ethernet or USB.
-</longdescription>
- <upstream>
- <remote-id type="github">pyvisa/pyvisa</remote-id>
- <remote-id type="pypi">PyVISA</remote-id>
- </upstream>
-</pkgmetadata>