Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcwidth/
Date: Wed, 03 Jun 2020 07:47:45
Message-Id: 1591170433.44cdab75b1273af61a5b1af78b282f0c3913ca7c.mgorny@gentoo
1 commit: 44cdab75b1273af61a5b1af78b282f0c3913ca7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 3 07:45:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 07:47:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cdab75
7
8 dev-python/wcwidth: Add missing dep on lru-cache backport for py2.7
9
10 Closes: https://bugs.gentoo.org/726878
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/wcwidth/{wcwidth-0.2.2.ebuild => wcwidth-0.2.2-r1.ebuild} | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-python/wcwidth/wcwidth-0.2.2.ebuild b/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild
17 similarity index 88%
18 rename from dev-python/wcwidth/wcwidth-0.2.2.ebuild
19 rename to dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild
20 index 7f0021a0fad..42a66c08410 100644
21 --- a/dev-python/wcwidth/wcwidth-0.2.2.ebuild
22 +++ b/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild
23 @@ -17,6 +17,11 @@ SLOT="0"
24 LICENSE="MIT"
25 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
26
27 +RDEPEND="
28 + $(python_gen_cond_dep '
29 + dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]
30 + ' -2)"
31 +
32 distutils_enable_tests pytest
33
34 src_prepare() {