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/mmtf-python/
Date: Sun, 17 Nov 2019 15:12:35
Message-Id: 1574003515.af0bb113de5a34b376d05127f58828e0b21a6f05.alexxy@gentoo
1 commit: af0bb113de5a34b376d05127f58828e0b21a6f05
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 13:08:01 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 15:11:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0bb113
7
8 dev-python/mmtf-python: 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 .../{mmtf-python-1.1.2.ebuild => mmtf-python-1.1.2-r1.ebuild} | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/mmtf-python/mmtf-python-1.1.2.ebuild b/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
17 similarity index 82%
18 rename from dev-python/mmtf-python/mmtf-python-1.1.2.ebuild
19 rename to dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
20 index 7394649afe4..189d6e2c00d 100644
21 --- a/dev-python/mmtf-python/mmtf-python-1.1.2.ebuild
22 +++ b/dev-python/mmtf-python/mmtf-python-1.1.2-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="The python implementation of the MMTF API, decoder and encoder"
35 @@ -15,5 +15,7 @@ SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -DEPEND="
40 +BDEPEND="
41 dev-python/msgpack[${PYTHON_USEDEP}]"
42 +RDEPEND="
43 + ${BDEPEND}"