diff options
Diffstat (limited to 'dev-python/unrardll')
-rw-r--r-- | dev-python/unrardll/Manifest | 2 | ||||
-rw-r--r-- | dev-python/unrardll/unrardll-0.1.7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/unrardll/Manifest b/dev-python/unrardll/Manifest index 98c34a37517f..94c70b6ed10e 100644 --- a/dev-python/unrardll/Manifest +++ b/dev-python/unrardll/Manifest @@ -1,3 +1,3 @@ DIST unrardll-0.1.7.tar.gz 10780032 BLAKE2B 92f852ed9cbc02d4c48093dbd5a7f64f4bc279a7b3a3018247a832a61c263b3be19ec5ea94ffdc78c85bd2737647cc3eb231ae9d0953da1de5f23002e7e6ffdc SHA512 23da519c37e52e5cc032d119d1b723c0f4b4ec2c8a08b8ec24a193395d5530780c65a1c20f69aa58f6976ea5e7481c11b92a472cfbce8c477af14673be2189fc -EBUILD unrardll-0.1.7.ebuild 740 BLAKE2B 4928d8ed8012f903d053745c5c7ffbc94d46c20ccb01eeeb07c088a19e245291881b597e39406ec5f9fa28faf0016494f408f815a6216c644a0ba3bdbb512af0 SHA512 384b71506a2010d0905812c8324a6657da10af593e862a7eb9f5ded8490d9cba018661b4cbbf8424252d1933a90eb6c932626cef04d5e9e1869f664579b5e1ac +EBUILD unrardll-0.1.7.ebuild 740 BLAKE2B 71acd8a9ae62fd9a1f5c9353d12bc5d1bd923b8b6308f08fef2f747821d734e8a11530568eea34305d72dc66f1b8321a494c5ebe7be7f6c8a1399ec6a4b0d97c SHA512 687be7308c34ea9508177f77b08561898f2d237c6b698d7d9b4bc4cc4c11c3027afdac515ca63c468c1ae6930a02c901a2d9b609fe744806e85d784b341dedf4 MISC metadata.xml 480 BLAKE2B 0fbccdda637aec34e03d883db8869d5a644924a893d506552e12b8a4a0e8aca1b690c1978d004cb93bc05c49647dc60e0cbf4521bab9c950d48fa6a4f7f9fcd9 SHA512 7d4a0d7922e7dbe38cce84b6889bc6eaa372ec00f6c831ed7325258365e05f3f19dafa23932a92b7588ec6dfbc73e37cb7950dc68cd88b90e3b041f36a9136c0 diff --git a/dev-python/unrardll/unrardll-0.1.7.ebuild b/dev-python/unrardll/unrardll-0.1.7.ebuild index 001a69c9e218..6ae62df1e098 100644 --- a/dev-python/unrardll/unrardll-0.1.7.ebuild +++ b/dev-python/unrardll/unrardll-0.1.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-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_{11..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi |