diff --git a/dev-python/findpython/Manifest b/dev-python/findpython/Manifest index 30a90d1..420bb15 100644 --- a/dev-python/findpython/Manifest +++ b/dev-python/findpython/Manifest @@ -1 +1 @@ -DIST findpython-0.2.5.tar.gz 16147 BLAKE2B 7eb37172218e3c974fcf2abde9eb0a34b0d51d5fd70732479031f48ee05c634f6fd7ba9963ae98d7271dfce6688789fb0ccb3e69fd978770059d64ed15b6529b SHA512 e3cfd3b8e6b3511df775817cadb29ad39f4fbc0cef6e2ff0a3f0428c95510838e3aecbb1d8fe7b9aae08d7d5ce1ca40a9ed35049a3bb5990584104e81f52a10d +DIST findpython-0.3.1.tar.gz 17379 BLAKE2B 73be0b8c064f0417c7023b367328c2694e74de4559acd48cf9faac8cb73b1450c15269b0078bc20392275cb032e57615e2345e9b72b5623262816f2ea3901aa0 SHA512 a9931cd305a12302753fc74be24f845242ac1d4a0b0bc4494dfaec4a32cb1edc88cc30f0924b24109db01409e20a4aa8dc3c3e3136cc8e780b00cd3a0eeb9816 diff --git a/dev-python/findpython/findpython-0.2.5.ebuild b/dev-python/findpython/findpython-0.3.1.ebuild similarity index 93% rename from dev-python/findpython/findpython-0.2.5.ebuild rename to dev-python/findpython/findpython-0.3.1.ebuild index 20fffc9..bfcf268 100644 --- a/dev-python/findpython/findpython-0.2.5.ebuild +++ b/dev-python/findpython/findpython-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -DISTUTILS_USE_PEP517=pdm +DISTUTILS_USE_PEP517=pdm-backend PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 pypi