Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gsd/
Date: Sun, 17 Nov 2019 15:12:36
Message-Id: 1574003529.8abb87b97732924423ee692c2c3bfa2b19260377.alexxy@gentoo
1 commit: 8abb87b97732924423ee692c2c3bfa2b19260377
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 13:29:45 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 15:12:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abb87b9
7
8 dev-python/gsd: Add py3.7 and move to eapi7
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 dev-python/gsd/{gsd-1.5.3.ebuild => gsd-1.5.3-r1.ebuild} | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/gsd/gsd-1.5.3.ebuild b/dev-python/gsd/gsd-1.5.3-r1.ebuild
17 similarity index 84%
18 rename from dev-python/gsd/gsd-1.5.3.ebuild
19 rename to dev-python/gsd/gsd-1.5.3-r1.ebuild
20 index 3296d63c7ea..caac808feb2 100644
21 --- a/dev-python/gsd/gsd-1.5.3.ebuild
22 +++ b/dev-python/gsd/gsd-1.5.3-r1.ebuild
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
31 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
32 inherit distutils-r1
33
34 DESCRIPTION="GSD - file format specification and a library to read and write it"
35 @@ -15,7 +15,9 @@ SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -DEPEND="
40 +RDEPEND="
41 dev-python/numpy[${PYTHON_USEDEP}]"
42 +BDEPEND="
43 + ${RDEPEND}"
44
45 S="${WORKDIR}/${PN}-v${PV}"