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/citeproc-py/
Date: Sun, 17 Nov 2019 15:12:34
Message-Id: 1574003522.0c0de4f445c06c998c4ffbb565425fc702d3a3ec.alexxy@gentoo
1 commit: 0c0de4f445c06c998c4ffbb565425fc702d3a3ec
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 13:22:01 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 15:12:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0de4f4
7
8 dev-python/citeproc-py: 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 .../{citeproc-py-0.4.0.ebuild => citeproc-py-0.4.0-r1.ebuild} | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/citeproc-py/citeproc-py-0.4.0.ebuild b/dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild
17 similarity index 85%
18 rename from dev-python/citeproc-py/citeproc-py-0.4.0.ebuild
19 rename to dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild
20 index 2e0420e00d4..b81b9c57d50 100644
21 --- a/dev-python/citeproc-py/citeproc-py-0.4.0.ebuild
22 +++ b/dev-python/citeproc-py/citeproc-py-0.4.0-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="Yet another Python CSL Processor"
35 @@ -17,6 +17,8 @@ IUSE=""
36
37 PATCHES=( "${FILESDIR}/b1a5f925527093b0b5c11507f379a908e3354820.patch" )
38
39 -DEPEND="
40 +RDEPEND="
41 dev-python/rnc2rng[${PYTHON_USEDEP}]
42 dev-python/lxml[${PYTHON_USEDEP}]"
43 +BDEPEND="
44 + ${RDEPEND}"