Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PyVISA-py/
Date: Mon, 27 Jan 2020 09:57:21
Message-Id: 1580119005.ce85e7f2442cfab750bea63326df6c02293a1862.heroxbd@gentoo
1 commit: ce85e7f2442cfab750bea63326df6c02293a1862
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 09:56:45 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 09:56:45 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce85e7f2
7
8 dev-python/PyVISA-py: Bump to 0.3.1.
9
10 Bump to python 3.6, update homepages.
11
12 Suggested-By: Marius Brehler
13 Bug: https://github.com/gentoo/sci/pull/922
14 Package-Manager: Portage-2.3.79, Repoman-2.3.18
15 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
16
17 .../PyVISA-py/{PyVISA-py-0.2.ebuild => PyVISA-py-0.3.1.ebuild} | 8 ++++----
18 dev-python/PyVISA-py/PyVISA-py-9999.ebuild | 8 ++++----
19 2 files changed, 8 insertions(+), 8 deletions(-)
20
21 diff --git a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
22 similarity index 70%
23 rename from dev-python/PyVISA-py/PyVISA-py-0.2.ebuild
24 rename to dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
25 index b0d4f09dc..3979b5df6 100644
26 --- a/dev-python/PyVISA-py/PyVISA-py-0.2.ebuild
27 +++ b/dev-python/PyVISA-py/PyVISA-py-0.3.1.ebuild
28 @@ -1,13 +1,13 @@
29 -# Copyright 1999-2016 Gentoo Foundation
30 +# Copyright 1999-2020 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_6 )
37
38 inherit distutils-r1
39
40 DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
41 -HOMEPAGE="https://github.com/hgrecco/pyvisa-py"
42 +HOMEPAGE="https://pyvisa-py.readthedocs.io"
43 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44
45 LICENSE="MIT"
46
47 diff --git a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
48 index 660858de3..4d31fbff7 100644
49 --- a/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
50 +++ b/dev-python/PyVISA-py/PyVISA-py-9999.ebuild
51 @@ -1,13 +1,13 @@
52 -# Copyright 1999-2016 Gentoo Foundation
53 +# Copyright 1999-2020 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI=6
57 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
58 +EAPI=7
59 +PYTHON_COMPAT=( python3_6 )
60
61 inherit distutils-r1 git-r3
62
63 DESCRIPTION="Python VISA bindings for GPIB, RS232, and USB instruments"
64 -HOMEPAGE="https://github.com/hgrecco/pyvisa-py"
65 +HOMEPAGE="https://pyvisa-py.readthedocs.io"
66 EGIT_REPO_URI="https://github.com/hgrecco/${PN}.git git://github.com/${hgrecco}/${PN}.git"
67
68 LICENSE="MIT"