mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-python/josepy: Remove obsolete poetry-core<2 fix
>=dev-python/poetry-core-2 changed the defaults, so the package doesn't need to be fixed not to install random files to site-packages anymore. Upstream can gladly continue ignoring pull requests. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
@@ -26,10 +26,3 @@ distutils_enable_sphinx docs \
|
||||
'>=dev-python/sphinx-4.3.0' \
|
||||
'>=dev-python/sphinx-rtd-theme-1.0'
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
# I haven't seen a single switch to poetry without major bugs yet...
|
||||
sed -i -e 's:^include:exclude:' pyproject.toml || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user