* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/
@ 2016-06-15 14:57 Marius Brehler
0 siblings, 0 replies; 3+ messages in thread
From: Marius Brehler @ 2016-06-15 14:57 UTC (permalink / raw
To: gentoo-commits
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>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>
+ 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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/
@ 2020-01-27 9:57 Benda XU
0 siblings, 0 replies; 3+ messages in thread
From: Benda XU @ 2020-01-27 9:57 UTC (permalink / raw
To: gentoo-commits
commit: ce85e7f2442cfab750bea63326df6c02293a1862
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 09:56:45 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 09:56:45 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce85e7f2
dev-python/PyVISA-py: Bump to 0.3.1.
Bump to python 3.6, update homepages.
Suggested-By: Marius Brehler
Bug: https://github.com/gentoo/sci/pull/922
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
.../PyVISA-py/{PyVISA-py-0.2.ebuild => PyVISA-py-0.3.1.ebuild} | 8 ++++----
dev-python/PyVISA-py/PyVISA-py-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
similarity index 70%
rename from dev-python/PyVISA-py/PyVISA-py-0.2.ebuild
rename to dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
index b0d4f09dc..3979b5df6 100644
--- a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild
+++ b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
@@ -1,13 +1,13 @@
-# 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} )
+EAPI=7
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/hgrecco/pyvisa-py"
+HOMEPAGE="https://pyvisa-py.readthedocs.io"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
index 660858de3..4d31fbff7 100644
--- a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
+++ b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
@@ -1,13 +1,13 @@
-# 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} )
+EAPI=7
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 git-r3
DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/hgrecco/pyvisa-py"
+HOMEPAGE="https://pyvisa-py.readthedocs.io"
EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git git://github.com/${hgrecco}/${PN}.git"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/
@ 2020-12-20 23:29 Aisha Tammy
0 siblings, 0 replies; 3+ messages in thread
From: Aisha Tammy @ 2020-12-20 23:29 UTC (permalink / raw
To: gentoo-commits
commit: 91f59684c53606c6b6348cedbe6aeb7b84b156eb
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Dec 20 10:06:20 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Dec 20 23:29:37 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=91f59684
dev-python/PyVISA-py: moved to ::natinst
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild | 19 -------------------
dev-python/PyVISA-py/PyVISA-py-9999.ebuild | 18 ------------------
dev-python/PyVISA-py/metadata.xml | 20 --------------------
3 files changed, 57 deletions(-)
diff --git a/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
deleted file mode 100644
index 3979b5df6..000000000
--- a/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://pyvisa-py.readthedocs.io"
-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
deleted file mode 100644
index 4d31fbff7..000000000
--- a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://pyvisa-py.readthedocs.io"
-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
deleted file mode 100644
index b55b92cd3..000000000
--- a/dev-python/PyVISA-py/metadata.xml
+++ /dev/null
@@ -1,20 +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>
-A PyVISA backend that implements a large part of the "Virtual
-Instrument Software Architecture" (VISA) in pure Python.
-</longdescription>
- <upstream>
- <remote-id type="github">hgrecco/pyvisa-py</remote-id>
- <remote-id type="pypi">PyVISA-py</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-20 23:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-20 23:29 [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2020-01-27 9:57 Benda XU
2016-06-15 14:57 Marius Brehler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox