dev-python/jplephem: switch to PEP517

Closes: https://bugs.gentoo.org/921852
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman 2024-01-15 16:55:12 +01:00
parent d95b40f158
commit 29b453c1a0
No known key found for this signature in database
GPG Key ID: FFAD0D85E1A0C8D7

View File

@ -3,7 +3,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11,12} )
inherit distutils-r1 pypi