diff options
author | mirror@stealer.net <mirror@stealer.net> | 2025-05-27 17:00:21 +0000 |
---|---|---|
committer | mirror@stealer.net <mirror@stealer.net> | 2025-05-27 17:00:21 +0000 |
commit | ff68c5e7ac901e40da676033b3e873378d4b7110 (patch) | |
tree | ce2be0957df65e345edfa406739a2e099551b432 /dev-python/python-linux-procfs | |
parent | 1d8d14927ab95f8159dd5403382f091430a392f0 (diff) |
2025-05-27 16:40:56+00:00
Diffstat (limited to 'dev-python/python-linux-procfs')
-rw-r--r-- | dev-python/python-linux-procfs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-linux-procfs/Manifest b/dev-python/python-linux-procfs/Manifest index 3f0b2bac00aa4..52d6afd3b0bb5 100644 --- a/dev-python/python-linux-procfs/Manifest +++ b/dev-python/python-linux-procfs/Manifest @@ -1,3 +1,3 @@ DIST python-linux-procfs-0.7.3.tar.xz 11412 BLAKE2B 66c22261a3ab9fff68949e2e1e54a07ac5bc365d12e52b8149a02105e2ace85e22be38ec84fb1c97b3d4fec6392998d98252e11454a72135eacae770efa171ae SHA512 fbb4bd5b22ccafd6e8fed853f9bc175f9c7b5fc6795b9641a5e39404a96c1cdfdad7856fa89b3dc91ee9f13e3c76a23c79e3729fdfd7a10df1e46fdbb25aa631 -EBUILD python-linux-procfs-0.7.3.ebuild 651 BLAKE2B 6016d5e0020b73e610e6cca5df166a7bf5fd3a1baf9fd8eb8f02f14f91b945334c0cc3cb2a456cd7e337fbe0f22576b978fc824f8e790d4a22f5e0523ca103f2 SHA512 4f5ad16cb63e5935dd371531eeb81847a18563faddfc1d84e8a3ca58b17d74f35be83ba3b753137f622a8f24a2551700e58b6f89d65c95decdc9f903507a94ae +EBUILD python-linux-procfs-0.7.3.ebuild 651 BLAKE2B d6738e0621a72386e9ec0cc1ec5f4b2c967605a9f22027b92b220ef4dab71bf9a66e34efffea011bab2ba4a1ef379b7c60efcf66b27bf039c5895624a8acb3e3 SHA512 5f493d09c0004acbd56d8a9141615452dae8bb0fdc39ca4483d944b51d2d1cd71dbf10fe118cf09bd86156c964bf19599e5b1bf6819159924cdc72ec1ac6c750 MISC metadata.xml 241 BLAKE2B 4f18c355c71824c25df283b2d463a5abbf2295446e74b960e868dd78d4910ac066725450478087567a6e66b7a8948d99e053f13a7e58dbf2b89fdaf5c2f3436c SHA512 c46e70ffd66754ad84c64806f2bbff25ba9a688f035176a4565afc95351ce10fffba64bbde89965501460b05978c7e59b3d84db6a8cb6efff4055d4b7a5ab5d8 diff --git a/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild index 9c0709b185265..735d73195d189 100644 --- a/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild +++ b/dev-python/python-linux-procfs/python-linux-procfs-0.7.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 |