Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libzilla/
Date: Fri, 29 Dec 2017 10:34:44
Message-Id: 1514543675.c7c1e05b9b22cee59b30130261ed18c8c7ff8a5e.monsieurp@gentoo
1 commit: c7c1e05b9b22cee59b30130261ed18c8c7ff8a5e
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 10:33:37 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 10:34:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c1e05b
7
8 dev-python/libzilla: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/libzilla/libzilla-1.4.ebuild | 12 +++++++-----
13 1 file changed, 7 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-python/libzilla/libzilla-1.4.ebuild b/dev-python/libzilla/libzilla-1.4.ebuild
16 index cd4bc3e6f2c..562ddd19f86 100644
17 --- a/dev-python/libzilla/libzilla-1.4.ebuild
18 +++ b/dev-python/libzilla/libzilla-1.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_{4,5,6} )
24 +PYTHON_COMPAT=( python3_{4,5} )
25
26 inherit distutils-r1
27
28 @@ -11,12 +11,14 @@ DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
29 HOMEPAGE="https://github.com/monsieurp/libzilla"
30 SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31
32 -KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="amd64 x86"
34 LICENSE="MIT"
35 SLOT="0"
36
37 -RDEPEND=""
38 -DEPEND="${RDEPEND}
39 +RDEPEND="
40 dev-python/docopt[${PYTHON_USEDEP}]
41 - dev-python/requests[${PYTHON_USEDEP}]
42 + dev-python/requests[${PYTHON_USEDEP}]"
43 +
44 +DEPEND="
45 + ${RDEPEND}
46 dev-python/setuptools[${PYTHON_USEDEP}]"