commit: 9c5752c28fff71b00c44491ea790cbe5678de241 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 1 12:32:51 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 1 12:33:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5752c2
dev-python/pyphen: Require pyproj2setuppy with dict install fix Closes: https://bugs.gentoo.org/799836 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyphen/{pyphen-0.11.0.ebuild => pyphen-0.11.0-r1.ebuild} | 2 +- profiles/package.mask | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/pyphen/pyphen-0.11.0.ebuild b/dev-python/pyphen/pyphen-0.11.0-r1.ebuild similarity index 92% rename from dev-python/pyphen/pyphen-0.11.0.ebuild rename to dev-python/pyphen/pyphen-0.11.0-r1.ebuild index 9fd945456c9..6483d12818a 100644 --- a/dev-python/pyphen/pyphen-0.11.0.ebuild +++ b/dev-python/pyphen/pyphen-0.11.0-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" BDEPEND=" - >=dev-python/pyproject2setuppy-17[${PYTHON_USEDEP}]" + >=dev-python/pyproject2setuppy-18[${PYTHON_USEDEP}]" distutils_enable_tests pytest diff --git a/profiles/package.mask b/profiles/package.mask index 20783dc3858..cd4b12bea06 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,11 +32,6 @@ #--- END OF EXAMPLES --- -# Michał Górny <[email protected]> (2021-08-01) -# Due to a bug in pyproject2setuppy, this version does not install -# bundled dictionaries. Masking until it is fixed. -=dev-python/pyphen-0.11.0 - # David Seifert <[email protected]> (2021-08-01) # Last release 10 years ago, EOL upstream, no other distro packages this # anymore, tons of bugs. Revdeps are unmaintained too and out of date.
