* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2016-06-15 14:48 Marius Brehler
0 siblings, 0 replies; 9+ messages in thread
From: Marius Brehler @ 2016-06-15 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 91036ef072d479e33d82bd01b72a8b408459a82f
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jun 15 14:44:11 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jun 15 14:44:11 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=91036ef0
dev-python/PyVISA: New package, ebuild written by me
Package-Manager: portage-2.2.28
dev-python/PyVISA/PyVISA-1.8.ebuild | 26 ++++++++++++++++++++++++++
dev-python/PyVISA/PyVISA-9999.ebuild | 25 +++++++++++++++++++++++++
dev-python/PyVISA/metadata.xml | 21 +++++++++++++++++++++
3 files changed, 72 insertions(+)
diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild b/dev-python/PyVISA/PyVISA-1.8.ebuild
new file mode 100644
index 0000000..b0d315b
--- /dev/null
+++ b/dev-python/PyVISA/PyVISA-1.8.ebuild
@@ -0,0 +1,26 @@
+# 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"
+IUSE="test"
+
+RDEPEND="
+ $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+ "
+DEPEND="${RDEPEND}"
+
+python_test() {
+ esetup.py test
+}
\ No newline at end of file
diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild b/dev-python/PyVISA/PyVISA-9999.ebuild
new file mode 100644
index 0000000..0243852
--- /dev/null
+++ b/dev-python/PyVISA/PyVISA-9999.ebuild
@@ -0,0 +1,25 @@
+# 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/${PN}/${PN}.git"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+ "
+DEPEND="${RDEPEND}"
+
+python_test() {
+ esetup.py test
+}
\ No newline at end of file
diff --git a/dev-python/PyVISA/metadata.xml b/dev-python/PyVISA/metadata.xml
new file mode 100644
index 0000000..c7529e2
--- /dev/null
+++ b/dev-python/PyVISA/metadata.xml
@@ -0,0 +1,21 @@
+<?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 Python package for support of the "Virtual Instrument Software
+ Architecture" (VISA), in order to control measurement devices and
+ test equipment via GPIB, RS232, Ethernet or USB.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">PyVISA</remote-id>
+ <remote-id type="github">hgrecco/pyvisa</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2017-03-20 3:32 Marius Brehler
0 siblings, 0 replies; 9+ messages in thread
From: Marius Brehler @ 2017-03-20 3:32 UTC (permalink / raw
To: gentoo-commits
commit: a6500aa9ec92840930f3e8d63518dea48eb6f769
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Mar 20 03:33:21 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Mar 20 03:33:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6500aa9
dev-python/PyVISA: Correct homepage
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/PyVISA/PyVISA-1.8.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild b/dev-python/PyVISA/PyVISA-1.8.ebuild
index 5d435ef9f..e16717b37 100644
--- a/dev-python/PyVISA/PyVISA-1.8.ebuild
+++ b/dev-python/PyVISA/PyVISA-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ 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"
+HOMEPAGE="https://github.com/hgrecco/pyvisa"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -22,4 +22,4 @@ DEPEND="${RDEPEND}"
python_test() {
esetup.py test
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2020-01-27 9:57 Benda XU
0 siblings, 0 replies; 9+ messages in thread
From: Benda XU @ 2020-01-27 9:57 UTC (permalink / raw
To: gentoo-commits
commit: f1ef02f862b4dd03c4d796d01344fff5ed397951
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 09:51:47 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 09:51:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1ef02f8
dev-python/PyVISA: Bump to Python 3.6.
Update homepage.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
dev-python/PyVISA/PyVISA-1.8.ebuild | 13 ++++---------
dev-python/PyVISA/PyVISA-9999.ebuild | 15 +++++----------
dev-python/PyVISA/metadata.xml | 2 +-
3 files changed, 10 insertions(+), 20 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild b/dev-python/PyVISA/PyVISA-1.8.ebuild
index e16717b37..bc6311678 100644
--- a/dev-python/PyVISA/PyVISA-1.8.ebuild
+++ b/dev-python/PyVISA/PyVISA-1.8.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 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"
+HOMEPAGE="https://pyvisa.readthedocs.io"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -15,11 +15,6 @@ 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
}
diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild b/dev-python/PyVISA/PyVISA-9999.ebuild
index a51331354..cc113f649 100644
--- a/dev-python/PyVISA/PyVISA-9999.ebuild
+++ b/dev-python/PyVISA/PyVISA-9999.ebuild
@@ -1,24 +1,19 @@
-# 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.readthedocs.io"
EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git git://github.com/${PN}/${PN}.git"
LICENSE="MIT"
SLOT="0"
IUSE="test"
-RDEPEND="
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
- "
-DEPEND="${RDEPEND}"
-
python_test() {
esetup.py test
-}
\ No newline at end of file
+}
diff --git a/dev-python/PyVISA/metadata.xml b/dev-python/PyVISA/metadata.xml
index 1a5f4a861..332d2e0dc 100644
--- a/dev-python/PyVISA/metadata.xml
+++ b/dev-python/PyVISA/metadata.xml
@@ -15,7 +15,7 @@ Architecture" (VISA), in order to control measurement devices and
test equipment via GPIB, RS232, Ethernet or USB.
</longdescription>
<upstream>
- <remote-id type="github">hgrecco/pyvisa-py</remote-id>
+ <remote-id type="github">pyvisa/pyvisa</remote-id>
<remote-id type="pypi">PyVISA</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2020-10-20 19:51 Horea Christian
0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2020-10-20 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 809156a6ce6bd89c545441696611afadae1fc815
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Oct 20 19:51:09 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Oct 20 19:51:09 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=809156a6
dev-python/PyVISA: PYTHON_COMPAT, dep, and test updates
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/PyVISA/PyVISA-1.9.1.ebuild | 17 ++++++++---------
dev-python/PyVISA/PyVISA-9999.ebuild | 16 ++++++++++------
2 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-1.9.1.ebuild b/dev-python/PyVISA/PyVISA-1.9.1.ebuild
index 5520ac62b..e56a983c5 100644
--- a/dev-python/PyVISA/PyVISA-1.9.1.ebuild
+++ b/dev-python/PyVISA/PyVISA-1.9.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
@@ -15,11 +15,10 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-RDEPEND="
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
- "
+RDEPEND=""
DEPEND="${RDEPEND}"
-python_test() {
- esetup.py test
-}
+distutils_enable_tests unittest
+#python_test() {
+# esetup.py test
+#}
diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild b/dev-python/PyVISA/PyVISA-9999.ebuild
index 65af77c0e..5c5a1ce95 100644
--- a/dev-python/PyVISA/PyVISA-9999.ebuild
+++ b/dev-python/PyVISA/PyVISA-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 git-r3
@@ -14,6 +14,10 @@ LICENSE="MIT"
SLOT="0"
IUSE="test"
-python_test() {
- esetup.py test
-}
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
+#python_test() {
+# esetup.py test
+#}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2020-10-20 19:51 Horea Christian
0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2020-10-20 19:51 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2020-10-20 19:51 Horea Christian
0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2020-10-20 19:51 UTC (permalink / raw
To: gentoo-commits
commit: d03323690b780ce5ab2afdff9751b300df7dad6a
Author: Marius Brehler <marius.brehler+gentoo <AT> googlemail <DOT> com>
AuthorDate: Fri Jul 12 14:19:03 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=d0332369
dev-python/PyVISA: Update metadata
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/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/PyVISA/metadata.xml b/dev-python/PyVISA/metadata.xml
index 332d2e0dc..f690c3570 100644
--- a/dev-python/PyVISA/metadata.xml
+++ b/dev-python/PyVISA/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>marbre@linux.sungazer.de</email>
+ <email>marius.brehler+gentoo@googlemail.com</email>
<name>Marius Brehler</name>
</maintainer>
<maintainer type="project">
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2020-10-20 19:51 Horea Christian
0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2020-10-20 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 25c87ba55e44b6775ca5e6124fb7fda9b6460292
Author: Marius Brehler <marius.brehler+gentoo <AT> googlemail <DOT> com>
AuthorDate: Fri Jul 12 14:17:26 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=25c87ba5
dev-python/PyVISA: Drop old
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.8.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-1.8.ebuild b/dev-python/PyVISA/PyVISA-1.8.ebuild
deleted file mode 100644
index bc6311678..000000000
--- a/dev-python/PyVISA/PyVISA-1.8.ebuild
+++ /dev/null
@@ -1,20 +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.readthedocs.io"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2020-10-20 19:51 Horea Christian
0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2020-10-20 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 83e47743ea6a71ba8a1a4df270323a74575e751c
Author: Marius Brehler <marius.brehler+gentoo <AT> googlemail <DOT> com>
AuthorDate: Fri Jul 12 14:21:32 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=83e47743
dev-python/PyVISA: Update live ebuild
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-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild b/dev-python/PyVISA/PyVISA-9999.ebuild
index cc113f649..65af77c0e 100644
--- a/dev-python/PyVISA/PyVISA-9999.ebuild
+++ b/dev-python/PyVISA/PyVISA-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1 git-r3
DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://pyvisa.readthedocs.io"
-EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git git://github.com/${PN}/${PN}.git"
+HOMEPAGE="https://github.com/pyvisa/pyvisa-py"
+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] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/
@ 2020-12-20 23:29 Aisha Tammy
0 siblings, 0 replies; 9+ messages in thread
From: Aisha Tammy @ 2020-12-20 23:29 UTC (permalink / raw
To: gentoo-commits
commit: bdb4b8ea2484cbef25655d20fb3c86dc5eb3b820
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Dec 20 10:05:56 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=bdb4b8ea
dev-python/PyVISA: moved to ::natinst
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/PyVISA/PyVISA-1.9.1.ebuild | 24 ------------------------
dev-python/PyVISA/PyVISA-9999.ebuild | 23 -----------------------
dev-python/PyVISA/metadata.xml | 21 ---------------------
3 files changed, 68 deletions(-)
diff --git a/dev-python/PyVISA/PyVISA-1.9.1.ebuild b/dev-python/PyVISA/PyVISA-1.9.1.ebuild
deleted file mode 100644
index e56a983c5..000000000
--- a/dev-python/PyVISA/PyVISA-1.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-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=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-#python_test() {
-# esetup.py test
-#}
diff --git a/dev-python/PyVISA/PyVISA-9999.ebuild b/dev-python/PyVISA/PyVISA-9999.ebuild
deleted file mode 100644
index 5c5a1ce95..000000000
--- a/dev-python/PyVISA/PyVISA-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
-HOMEPAGE="https://github.com/pyvisa/pyvisa-py"
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-#python_test() {
-# esetup.py test
-#}
diff --git a/dev-python/PyVISA/metadata.xml b/dev-python/PyVISA/metadata.xml
deleted file mode 100644
index f690c3570..000000000
--- a/dev-python/PyVISA/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>marius.brehler+gentoo@googlemail.com</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-A Python package for support of the "Virtual Instrument Software
-Architecture" (VISA), in order to control measurement devices and
-test equipment via GPIB, RS232, Ethernet or USB.
-</longdescription>
- <upstream>
- <remote-id type="github">pyvisa/pyvisa</remote-id>
- <remote-id type="pypi">PyVISA</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-12-20 23:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20 19:51 [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2020-12-20 23:29 Aisha Tammy
2020-10-20 19:51 Horea Christian
2020-10-20 19:51 Horea Christian
2020-10-20 19:51 Horea Christian
2020-10-20 19:51 Horea Christian
2020-01-27 9:57 Benda XU
2017-03-20 3:32 Marius Brehler
2016-06-15 14:48 Marius Brehler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox