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/pyphen/, profiles/
Date: Sun, 01 Aug 2021 12:41:08
Message-Id: 1627821221.9c5752c28fff71b00c44491ea790cbe5678de241.mgorny@gentoo
1 commit: 9c5752c28fff71b00c44491ea790cbe5678de241
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 12:32:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 12:33:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5752c2
7
8 dev-python/pyphen: Require pyproj2setuppy with dict install fix
9
10 Closes: https://bugs.gentoo.org/799836
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pyphen/{pyphen-0.11.0.ebuild => pyphen-0.11.0-r1.ebuild} | 2 +-
14 profiles/package.mask | 5 -----
15 2 files changed, 1 insertion(+), 6 deletions(-)
16
17 diff --git a/dev-python/pyphen/pyphen-0.11.0.ebuild b/dev-python/pyphen/pyphen-0.11.0-r1.ebuild
18 similarity index 92%
19 rename from dev-python/pyphen/pyphen-0.11.0.ebuild
20 rename to dev-python/pyphen/pyphen-0.11.0-r1.ebuild
21 index 9fd945456c9..6483d12818a 100644
22 --- a/dev-python/pyphen/pyphen-0.11.0.ebuild
23 +++ b/dev-python/pyphen/pyphen-0.11.0-r1.ebuild
24 @@ -18,7 +18,7 @@ SLOT="0"
25 KEYWORDS="~amd64 ~x86"
26
27 BDEPEND="
28 - >=dev-python/pyproject2setuppy-17[${PYTHON_USEDEP}]"
29 + >=dev-python/pyproject2setuppy-18[${PYTHON_USEDEP}]"
30
31 distutils_enable_tests pytest
32
33
34 diff --git a/profiles/package.mask b/profiles/package.mask
35 index 20783dc3858..cd4b12bea06 100644
36 --- a/profiles/package.mask
37 +++ b/profiles/package.mask
38 @@ -32,11 +32,6 @@
39
40 #--- END OF EXAMPLES ---
41
42 -# Michał Górny <mgorny@g.o> (2021-08-01)
43 -# Due to a bug in pyproject2setuppy, this version does not install
44 -# bundled dictionaries. Masking until it is fixed.
45 -=dev-python/pyphen-0.11.0
46 -
47 # David Seifert <soap@g.o> (2021-08-01)
48 # Last release 10 years ago, EOL upstream, no other distro packages this
49 # anymore, tons of bugs. Revdeps are unmaintained too and out of date.