diff --git a/dev-python/hyperion-py/Manifest b/dev-python/hyperion-py/Manifest index bdc5703ca..78775b3af 100644 --- a/dev-python/hyperion-py/Manifest +++ b/dev-python/hyperion-py/Manifest @@ -1,3 +1,3 @@ DIST hyperion-py-0.7.5.tar.gz 27304 BLAKE2B 117daa5ae657d09f809d89c7121e5101868cb1633fb6066cf2391f1cb92af4ee0ea59cd46bffc67c2baa29ea096fa0e0038d5c162075d7bfc38ff231d4c50573 SHA512 03f4e896deb22e0bfb048072189768b2ab0ac8f4ecc6c0ec8c3491e5b10e8566ddb24a06d14a951b650c7c2f2c06a250967dc514d8e59515f153799ce2adab8e -EBUILD hyperion-py-0.7.5.ebuild 805 BLAKE2B b1999bc7fae5795151aa5b442e20f9e50ddd5cf7d85855c50cd7a66ffae102c089eb36b4f7c0c73fe51a56b423fcb96a3f3074af5988ce550934df07d16d1e1e SHA512 e991c958164f7a25739d6c177aa66ee8c4071e703f5db1592c99b9d7ccdda2c863b32223f3bde09541395ebbb1ce690f7749b933f218b625cf648f7579f29461 +EBUILD hyperion-py-0.7.5.ebuild 915 BLAKE2B 13eb26a2e7ac0aa473e5b78f06f4c5e311665b7669bbc8f3c7433f45c1d87cecb2e97873eaff91e575e045b50bf0d9769e37488ba25d87b83c20a71a7fec2d80 SHA512 80357df6882e3684472f7b2d50cab3fb63ce6290b5bee52bc482d68b211a8fdf7ab2efb353aeab84a69b9eaf501d5ea68bfb9db3991d96d1838ffa61c47c2cfb MISC metadata.xml 523 BLAKE2B 489c8668ca78cb6b33b5951d37eefc4c6957e98e3ce34199547183da24ca4594afb47413aac58bad03241bd3b7048d7ee8b5605e4510f7073c52b9b5dc8d0982 SHA512 111b9e59c9b83dd615ef48115d5125568eaff08e601c6d9343160eecca67d5ce6c637e0fa29c80961c8647383bbf1778cd18e87392f3e1fddce147b098cf1176 diff --git a/dev-python/hyperion-py/hyperion-py-0.7.5.ebuild b/dev-python/hyperion-py/hyperion-py-0.7.5.ebuild index bc0505c48..1dd5bba30 100644 --- a/dev-python/hyperion-py/hyperion-py-0.7.5.ebuild +++ b/dev-python/hyperion-py/hyperion-py-0.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,3 +34,8 @@ python_test() { } distutils_enable_tests pytest + +python_prepare_all() { + sed -i -e 's:, "LICENSE"::' pyproject.toml || die + distutils-r1_python_prepare_all +}