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

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

dev-python/python-vxi11: Add version 9999 to ChangeLog

---
 dev-python/python-vxi11/ChangeLog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-vxi11/ChangeLog b/dev-python/python-vxi11/ChangeLog
index 88b810c..e3ba7e6 100644
--- a/dev-python/python-vxi11/ChangeLog
+++ b/dev-python/python-vxi11/ChangeLog
@@ -1,6 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*python-vxi11-9999 (23 Jan 2015)
 *python-vxi11-0.7 (23 Jan 2015)
 
   23 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,


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

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

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

dev-python/python-vxi11: New package

---
 dev-python/python-vxi11/ChangeLog                |  8 ++++++++
 dev-python/python-vxi11/metadata.xml             | 14 ++++++++++++++
 dev-python/python-vxi11/python-vxi11-0.7.ebuild  |  1 +
 dev-python/python-vxi11/python-vxi11-9999.ebuild | 22 ++++++++++++++++++++++
 4 files changed, 45 insertions(+)

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

diff --git a/dev-python/python-vxi11/metadata.xml b/dev-python/python-vxi11/metadata.xml
new file mode 100644
index 0000000..05deeb0
--- /dev/null
+++ b/dev-python/python-vxi11/metadata.xml
@@ -0,0 +1,14 @@
+<?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 VXI-11 is a Python implementation of the VXI-11 Ethernet
+    instrument control protocol. It is compatible with VXI-11,
+    LXI instruments and VXI-11 to GPIB bridges (HP E2050A, etc.).
+  </longdescription>
+</pkgmetadata>
\ No newline at end of file

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

diff --git a/dev-python/python-vxi11/python-vxi11-9999.ebuild b/dev-python/python-vxi11/python-vxi11-9999.ebuild
new file mode 100644
index 0000000..c904159
--- /dev/null
+++ b/dev-python/python-vxi11/python-vxi11-9999.ebuild
@@ -0,0 +1,22 @@
+# 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="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
+HOMEPAGE="https://github.com/python-ivi/python-vxi11"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git@github.com:python-ivi/${PN}.git"
+else
+	SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"


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

* [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/
@ 2015-09-21 19:05 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-09-21 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8a6577c151a2fed9b9f4fdeddadce76da3fb5a2f
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Sep 21 18:21:24 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 18:21:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a6577c1

dev-python/python-vxi11: Version bump

Package-Manager: portage-2.2.20.1

 dev-python/python-vxi11/ChangeLog               | 6 ++++++
 dev-python/python-vxi11/python-vxi11-0.8.ebuild | 1 +
 2 files changed, 7 insertions(+)

diff --git a/dev-python/python-vxi11/ChangeLog b/dev-python/python-vxi11/ChangeLog
index 5ae270b..48d7bbe 100644
--- a/dev-python/python-vxi11/ChangeLog
+++ b/dev-python/python-vxi11/ChangeLog
@@ -1,6 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*python-vxi11-0.8 (21 Sep 2015)
+
+  21 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+  +python-vxi11-0.8.ebuild:
+  dev-python/python-vxi11: Version bump
+
   05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   dev-python/python-vxi11: Add github to remote-id in metadata.xml
 

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


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

* [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/
@ 2015-11-28 18:21 Marius Brehler
  0 siblings, 0 replies; 7+ messages in thread
From: Marius Brehler @ 2015-11-28 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     91df52a261488dc2368ce1d341ccbd6232d7f07e
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Nov 28 18:20:38 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Nov 28 18:20:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=91df52a2

dev-python/python-vxi11: Drop old

Package-Manager: portage-2.2.20.1

 dev-python/python-vxi11/ChangeLog               |  4 ++++
 dev-python/python-vxi11/python-vxi11-0.7.ebuild | 22 ----------------------
 2 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/dev-python/python-vxi11/ChangeLog b/dev-python/python-vxi11/ChangeLog
index 48d7bbe..5dfa75f 100644
--- a/dev-python/python-vxi11/ChangeLog
+++ b/dev-python/python-vxi11/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  28 Nov 2015; Marius Brehler <marbre@linux.sungazer.de>
+  -python-vxi11-0.7.ebuild:
+  dev-python/python-vxi11: Drop old
+
 *python-vxi11-0.8 (21 Sep 2015)
 
   21 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>

diff --git a/dev-python/python-vxi11/python-vxi11-0.7.ebuild b/dev-python/python-vxi11/python-vxi11-0.7.ebuild
deleted file mode 100644
index fd6fcc9..0000000
--- a/dev-python/python-vxi11/python-vxi11-0.7.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
-HOMEPAGE="https://github.com/python-ivi/python-vxi11"
-
-if [ ${PV} == "9999" ] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
-else
-	SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"


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

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

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

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

Package-Manager: portage-2.2.26

 dev-python/python-vxi11/python-vxi11-0.8.ebuild  | 16 +++++-----------
 dev-python/python-vxi11/python-vxi11-9999.ebuild | 19 ++++++-------------
 2 files changed, 11 insertions(+), 24 deletions(-)

diff --git a/dev-python/python-vxi11/python-vxi11-0.8.ebuild b/dev-python/python-vxi11/python-vxi11-0.8.ebuild
index fd6fcc9..f0482a8 100644
--- a/dev-python/python-vxi11/python-vxi11-0.8.ebuild
+++ b/dev-python/python-vxi11/python-vxi11-0.8.ebuild
@@ -1,22 +1,16 @@
-# 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="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
 HOMEPAGE="https://github.com/python-ivi/python-vxi11"
-
-if [ ${PV} == "9999" ] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
-else
-	SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
+SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
\ No newline at end of file

diff --git a/dev-python/python-vxi11/python-vxi11-9999.ebuild b/dev-python/python-vxi11/python-vxi11-9999.ebuild
index fd6fcc9..ce09d7f 100644
--- a/dev-python/python-vxi11/python-vxi11-9999.ebuild
+++ b/dev-python/python-vxi11/python-vxi11-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="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
 HOMEPAGE="https://github.com/python-ivi/python-vxi11"
-
-if [ ${PV} == "9999" ] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
-else
-	SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
+EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0"
\ No newline at end of file


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

* [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/
@ 2020-10-07  1:45 Aisha Tammy
  0 siblings, 0 replies; 7+ messages in thread
From: Aisha Tammy @ 2020-10-07  1:45 UTC (permalink / raw
  To: gentoo-commits

commit:     69bb7587050a5a4e68e7fcb64b69b7b75477cdf2
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Oct  7 01:43:30 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Oct  7 01:43:30 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=69bb7587

dev-python/python-vxi11: version bump to 0.9

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

 dev-python/python-vxi11/python-vxi11-0.9.ebuild  | 21 +++++++++++++++++++++
 dev-python/python-vxi11/python-vxi11-9999.ebuild | 21 ++++++++++++++-------
 2 files changed, 35 insertions(+), 7 deletions(-)

diff --git a/dev-python/python-vxi11/python-vxi11-0.9.ebuild b/dev-python/python-vxi11/python-vxi11-0.9.ebuild
new file mode 100644
index 000000000..fc6f73ae7
--- /dev/null
+++ b/dev-python/python-vxi11/python-vxi11-0.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
+HOMEPAGE="https://github.com/python-ivi/python-vxi11"
+
+if [[ ${PV} == 9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/python-ivi/python-vxi11"
+else
+	SRC_URI="https://github.com/python-ivi/python-vxi11/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"

diff --git a/dev-python/python-vxi11/python-vxi11-9999.ebuild b/dev-python/python-vxi11/python-vxi11-9999.ebuild
index f0da2f343..fc6f73ae7 100644
--- a/dev-python/python-vxi11/python-vxi11-9999.ebuild
+++ b/dev-python/python-vxi11/python-vxi11-9999.ebuild
@@ -1,14 +1,21 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # 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
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
 
 DESCRIPTION="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
 HOMEPAGE="https://github.com/python-ivi/python-vxi11"
-EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git git://github.com/python-ivi/${PN}.git"
+
+if [[ ${PV} == 9999 ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/python-ivi/python-vxi11"
+else
+	SRC_URI="https://github.com/python-ivi/python-vxi11/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="MIT"
-SLOT="0"
\ No newline at end of file
+SLOT="0"


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

* [gentoo-commits] proj/sci:master commit in: dev-python/python-vxi11/
@ 2020-10-07  1:45 Aisha Tammy
  0 siblings, 0 replies; 7+ messages in thread
From: Aisha Tammy @ 2020-10-07  1:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1c643e05ac5cd41b1d9588578f3490963ac3d1f0
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Oct  7 01:45:00 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Oct  7 01:45:00 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c643e05

dev-python/python-vxi11: drop old version

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

 dev-python/python-vxi11/python-vxi11-0.8.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/dev-python/python-vxi11/python-vxi11-0.8.ebuild b/dev-python/python-vxi11/python-vxi11-0.8.ebuild
deleted file mode 100644
index 0c4b25d06..000000000
--- a/dev-python/python-vxi11/python-vxi11-0.8.ebuild
+++ /dev/null
@@ -1,15 +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="Provides a pure Python VXI-11 driver for controlling instruments over Ethernet"
-HOMEPAGE="https://github.com/python-ivi/python-vxi11"
-SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"


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

end of thread, other threads:[~2020-10-07  1:45 UTC | newest]

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

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