commit:     1762cef65508e1ef0ac5a3ed536883dec0b2fe5f
Author:     Marius Brehler <marius.brehler+gentoo <AT> googlemail <DOT> com>
AuthorDate: Fri Jul 12 14:16:40 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=1762cef6

dev-python/PyVISA: Version bump to 1.9.1

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.9.1.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/PyVISA/PyVISA-1.9.1.ebuild 
b/dev-python/PyVISA/PyVISA-1.9.1.ebuild
new file mode 100644
index 000000000..5520ac62b
--- /dev/null
+++ b/dev-python/PyVISA/PyVISA-1.9.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+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="
+       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+       "
+DEPEND="${RDEPEND}"
+
+python_test() {
+       esetup.py test
+}

Reply via email to