aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-20 11:05:56 +0100
committerAisha Tammy <gentoo@aisha.cc>2020-12-20 23:29:37 +0000
commitbdb4b8ea2484cbef25655d20fb3c86dc5eb3b820 (patch)
treef77131ab4f8391bef0a9b99bf9f39d2951bebcd4 /dev-python
parentsci-libs/ni-visa: moved to ::natinst (diff)
downloadsci-bdb4b8ea2484cbef25655d20fb3c86dc5eb3b820.tar.gz
sci-bdb4b8ea2484cbef25655d20fb3c86dc5eb3b820.tar.bz2
sci-bdb4b8ea2484cbef25655d20fb3c86dc5eb3b820.zip
dev-python/PyVISA: moved to ::natinst
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyVISA/Manifest1
-rw-r--r--dev-python/PyVISA/PyVISA-1.9.1.ebuild24
-rw-r--r--dev-python/PyVISA/PyVISA-9999.ebuild23
-rw-r--r--dev-python/PyVISA/metadata.xml21
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-python/PyVISA/Manifest b/dev-python/PyVISA/Manifest
deleted file mode 100644
index e36e1238b..000000000
--- a/dev-python/PyVISA/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyVISA-1.9.1.tar.gz 440456 BLAKE2B f7e89f25e961e3e4cba1590a0ca871d100dfde39a85f28e00992972d86de4efa5dce75f9d5c56cb4cfc1ba796d1263d85bc7fe8a0e976b52d4956fbbafaf430e SHA512 be33753be222dbc9fbbfb4668261b603b5ab269bc9fa8cac712a1e86156f7f0626d362fab86aed83fe6180f997d1bd5be2db0502fa3520adb00dc6c4e3299945
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>marius.brehler+gentoo@googlemail.com</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</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>