diff options
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.13.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest index 537ff7828a97..c3a3faee8ec7 100644 --- a/dev-python/pyparted/Manifest +++ b/dev-python/pyparted/Manifest @@ -1,3 +1,3 @@ DIST pyparted-3.13.0.gh.tar.gz 105838 BLAKE2B 37ba0004a36c6e9d417d3400bb2a91b2903050fa81e4deb0ef0f34232a1d59278f5074ce83e9ba03dc598fb9dae632a01d4d620837600543b130754dd0284463 SHA512 26819e28d73420937874f52fda03eb50ab1b136574ea9867a69d46ae4976d38c4f26a2697fa70597eed90dd78a5ea209bafcc3227a17a7a5d63cff6d107c2b11 -EBUILD pyparted-3.13.0.ebuild 652 BLAKE2B f286daa4ad03e723ea580996d5ba9003673ac204ad78ba09e3c67cbce2f7184686e2897dd0c4d7c360fa54de5413fe34aa4d53d5450e222cf99ee5550ee891e1 SHA512 3edc3025e735ab957546cd98a27e3a42c18f9e22f47e53b1ad396606b47b45c5d68fc393b3d822b8f08525de66c20cc9ef509c2402f3dd8daf3ddcd1298dc835 +EBUILD pyparted-3.13.0.ebuild 652 BLAKE2B b530a2bc84d42481879f0e05a19433efaf5a807f1941d98c3dc8bcf6a098b5924df8be6f9085ad6e5c3433cedbfd8d42fdefc7443f60183cf39201dcf617bde8 SHA512 ec48b0b920e0f1b9a4aeba8eda5591cb3befc3b662f4f485f6a2e17c345412d4a5130f578843ae28f581df85e2e192795a0a726d5a001a92f8e47886ca2ed70e MISC metadata.xml 478 BLAKE2B 52dafb612bb937b1451b00fd15b1f97609f0f9033c0a2dcbd080c73025e0d9cbdb1132c30803fb4e923811d852a2ea1b70c55d6cca13bc1c92777e0198c5bca3 SHA512 1e0ae2f7e920fe05c66940dc10c7e12e7c0d50de276c5fc530a8da09c336c458402b5ae773d09baba8fd68b7c09ee5cb369f3b675017a45e0ce8f6b1beafe0fc diff --git a/dev-python/pyparted/pyparted-3.13.0.ebuild b/dev-python/pyparted/pyparted-3.13.0.ebuild index ce6a364b280a..bb0fa19a5bf3 100644 --- a/dev-python/pyparted/pyparted-3.13.0.ebuild +++ b/dev-python/pyparted/pyparted-3.13.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 |