diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-16 10:50:50 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-16 10:50:50 +0100 |
commit | 0cdf0885110e7857d66555c5000968d39b7892ef (patch) | |
tree | ada667cacee69fb0d7144ff0f0786da207e55127 /dev-python | |
parent | 8109437d9298c290d0388795ad5a4dce19a307fd (diff) |
dev-python/animation : port to GPEP517
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/animation/animation-0.0.5-r6.ebuild (renamed from dev-python/animation/animation-0.0.5-r5.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/animation/animation-0.0.5-r5.ebuild b/dev-python/animation/animation-0.0.5-r6.ebuild index d5fd0a77..a5c2f10e 100644 --- a/dev-python/animation/animation-0.0.5-r5.ebuild +++ b/dev-python/animation/animation-0.0.5-r6.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -15,6 +16,7 @@ LICENSE="GPL" SLOT="0" KEYWORDS="amd64 arm64" IUSE="" +RESTRICT="test" RDEPEND="" DEPEND=" |