commit:     3ed84f6afeb154b16ab721edb8d51af535ca4d58
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jun 15 14:53:25 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jun 15 14:53:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ed84f6a

dev-python/PyVISA-py: New package, ebuild written by me

Package-Manager: portage-2.2.28

 dev-python/PyVISA-py/PyVISA-py-0.2.ebuild  | 20 ++++++++++++++++++++
 dev-python/PyVISA-py/PyVISA-py-9999.ebuild | 19 +++++++++++++++++++
 dev-python/PyVISA-py/metadata.xml          | 20 ++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild 
b/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild
new file mode 100644
index 0000000..7f15a6b
--- /dev/null
+++ b/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
+HOMEPAGE="https://github.com/hgrecco/pyvisa-py";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/PyVISA-1.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild 
b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
new file mode 100644
index 0000000..047a5d9
--- /dev/null
+++ b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
+HOMEPAGE="https://github.com/hgrecco/pyvisa-py";
+EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git 
git://github.com/${hgrecco}/${PN}.git"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+       >=dev-python/PyVISA-1.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-python/PyVISA-py/metadata.xml 
b/dev-python/PyVISA-py/metadata.xml
new file mode 100644
index 0000000..be11d62
--- /dev/null
+++ b/dev-python/PyVISA-py/metadata.xml
@@ -0,0 +1,20 @@
+<?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 PyVISA backend that implements a large part of the "Virtual
+    Instrument Software Architecture" (VISA) in pure Python.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">PyVISA-py</remote-id>
+    <remote-id type="github">hgrecco/pyvisa-py</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to