public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/python-ivi/
@ 2015-01-25 16:39 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-01-25 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e5eb050ec6b2399a7db075992a21139324e62db9
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Jan 23 19:54:57 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 23 19:54:57 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e5eb050e

dev-python/python-ivi: Add missing metadata.xml

---
 dev-python/python-ivi/metadata.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/dev-python/python-ivi/metadata.xml b/dev-python/python-ivi/metadata.xml
new file mode 100644
index 0000000..b423533
--- /dev/null
+++ b/dev-python/python-ivi/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>marbre@linux.sungazer.de</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <longdescription>
+    Python IVI is a Python-based interpretation of the Interchangeable
+    Virtual Instrument standard from the IVI foundation. Python IVI can
+    use Python VXI-11, Python USBTMC, PyVISA, pySerial and linux-gpib to
+    connect to instruments.
+  </longdescription>
+</pkgmetadata>
\ No newline at end of file


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/python-ivi/
@ 2015-01-25 16:39 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-01-25 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     02f0a472bd68d8fa378ea168535b197edefd75c8
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Jan 23 19:27:19 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 23 19:27:19 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=02f0a472

dev-python/python-ivi: New package

---
 dev-python/python-ivi/ChangeLog                |  9 ++++++++
 dev-python/python-ivi/python-ivi-0.14.9.ebuild |  1 +
 dev-python/python-ivi/python-ivi-9999.ebuild   | 30 ++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/python-ivi/ChangeLog b/dev-python/python-ivi/ChangeLog
new file mode 100644
index 0000000..f299a02
--- /dev/null
+++ b/dev-python/python-ivi/ChangeLog
@@ -0,0 +1,9 @@
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*python-ivi-9999 (23 Jan 2015)
+*python-ivi-0.14.9 (23 Jan 2015)
+
+  23 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+  +python-ivi-0.14.9.ebuild, +python-ivi-9999.ebuild:
+  Initial commit.

diff --git a/dev-python/python-ivi/python-ivi-0.14.9.ebuild b/dev-python/python-ivi/python-ivi-0.14.9.ebuild
new file mode 120000
index 0000000..267b209
--- /dev/null
+++ b/dev-python/python-ivi/python-ivi-0.14.9.ebuild
@@ -0,0 +1 @@
+python-ivi-9999.ebuild
\ No newline at end of file

diff --git a/dev-python/python-ivi/python-ivi-9999.ebuild b/dev-python/python-ivi/python-ivi-9999.ebuild
new file mode 100644
index 0000000..2a09abd
--- /dev/null
+++ b/dev-python/python-ivi/python-ivi-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python-based interpretation of the Interchangeable Virtual Instrument standard"
+HOMEPAGE="https://github.com/python-ivi/python-ivi"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git@github.com:${PN}/${PN}.git"
+else
+	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	|| (
+		dev-python/python-vxi11[${PYTHON_USEDEP}]
+		sci-libs/linux-gpib
+	)
+	dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/python-ivi/
@ 2016-02-08 13:39 Marius Brehler
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Brehler @ 2016-02-08 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     962ff02a25ed562c646f615f4a57b1c2cc17c626
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb  8 13:31:27 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Feb  8 13:31:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=962ff02a

dev-python/python-ivi: Bump to EAPI=6, enable python3_5, cleanup ebuilds

Package-Manager: portage-2.2.26

 dev-python/python-ivi/python-ivi-0.14.9.ebuild | 16 +++++-----------
 dev-python/python-ivi/python-ivi-9999.ebuild   | 17 +++++------------
 2 files changed, 10 insertions(+), 23 deletions(-)

diff --git a/dev-python/python-ivi/python-ivi-0.14.9.ebuild b/dev-python/python-ivi/python-ivi-0.14.9.ebuild
index f0a5176..f968361 100644
--- a/dev-python/python-ivi/python-ivi-0.14.9.ebuild
+++ b/dev-python/python-ivi/python-ivi-0.14.9.ebuild
@@ -1,25 +1,19 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python-based interpretation of the Interchangeable Virtual Instrument standard"
 HOMEPAGE="https://github.com/python-ivi/python-ivi"
-
-if [ ${PV} == "9999" ] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	|| (

diff --git a/dev-python/python-ivi/python-ivi-9999.ebuild b/dev-python/python-ivi/python-ivi-9999.ebuild
index f0a5176..8b0f2c8 100644
--- a/dev-python/python-ivi/python-ivi-9999.ebuild
+++ b/dev-python/python-ivi/python-ivi-9999.ebuild
@@ -1,22 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Python-based interpretation of the Interchangeable Virtual Instrument standard"
 HOMEPAGE="https://github.com/python-ivi/python-ivi"
-
-if [ ${PV} == "9999" ] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/python-ivi/
@ 2020-09-22 17:18 Aisha Tammy
  0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-09-22 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     cf687a9e43803a6c067190a5c95f2ed1bb7a65de
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 17:17:59 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 17:18:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf687a9e

dev-python/python-ivi: drop dead package

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/python-ivi/metadata.xml             | 21 ---------------------
 dev-python/python-ivi/python-ivi-0.14.9.ebuild | 23 -----------------------
 dev-python/python-ivi/python-ivi-9999.ebuild   | 22 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-python/python-ivi/metadata.xml b/dev-python/python-ivi/metadata.xml
deleted file mode 100644
index 0b9069525..000000000
--- a/dev-python/python-ivi/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>marbre@linux.sungazer.de</email>
-		<name>Marius Brehler</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription>
-Python IVI is a Python-based interpretation of the Interchangeable
-Virtual Instrument standard from the IVI foundation. Python IVI can
-use Python VXI-11, Python USBTMC, PyVISA, pySerial and linux-gpib to
-connect to instruments.
-</longdescription>
-	<upstream>
-		<remote-id type="github">python-ivi/python-ivi</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/python-ivi/python-ivi-0.14.9.ebuild b/dev-python/python-ivi/python-ivi-0.14.9.ebuild
deleted file mode 100644
index 842bef44e..000000000
--- a/dev-python/python-ivi/python-ivi-0.14.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python-based interpretation of the Interchangeable Virtual Instrument standard"
-HOMEPAGE="https://github.com/python-ivi/python-ivi"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	|| (
-		dev-python/python-vxi11[${PYTHON_USEDEP}]
-		sci-libs/linux-gpib
-	)
-	dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/python-ivi/python-ivi-9999.ebuild b/dev-python/python-ivi/python-ivi-9999.ebuild
deleted file mode 100644
index 1820ab353..000000000
--- a/dev-python/python-ivi/python-ivi-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python-based interpretation of the Interchangeable Virtual Instrument standard"
-HOMEPAGE="https://github.com/python-ivi/python-ivi"
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	|| (
-		dev-python/python-vxi11[${PYTHON_USEDEP}]
-		sci-libs/linux-gpib
-	)
-	dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-22 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 16:39 [gentoo-commits] proj/sci:master commit in: dev-python/python-ivi/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-01-25 16:39 Justin Lecher
2016-02-08 13:39 Marius Brehler
2020-09-22 17:18 Aisha Tammy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox