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/duecredit/
Date: Sun, 17 Nov 2019 15:12:36
Message-Id: 1574003526.a2c9c747137c456e10eba2d07b6b523a88690c51.alexxy@gentoo
1 commit: a2c9c747137c456e10eba2d07b6b523a88690c51
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 13:23:05 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 15:12:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c9c747
7
8 dev-python/duecredit: 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 .../{duecredit-0.6.4.ebuild => duecredit-0.6.4-r1.ebuild} | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/duecredit/duecredit-0.6.4.ebuild b/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
17 similarity index 84%
18 rename from dev-python/duecredit/duecredit-0.6.4.ebuild
19 rename to dev-python/duecredit/duecredit-0.6.4-r1.ebuild
20 index 315503695ad..fc106d66d2d 100644
21 --- a/dev-python/duecredit/duecredit-0.6.4.ebuild
22 +++ b/dev-python/duecredit/duecredit-0.6.4-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="Publications (and donations) tracer"
35 @@ -15,7 +15,9 @@ SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -DEPEND="
40 +RDEPEND="
41 >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
42 dev-python/requests[${PYTHON_USEDEP}]
43 dev-python/six[${PYTHON_USEDEP}]"
44 +BDEPEND="
45 + ${RDEPEND}"