diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-19 00:01:59 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-19 00:01:59 +0100 |
commit | 9d4810f84de876ec9d0ae03d0d44224500b41188 (patch) | |
tree | 1ca0866afdc949e405d20635d3d7f2115abb9ace /dev-python/pymdstat | |
parent | 075fd1f8cabc5879c6eb42127fb84c3058677fde (diff) |
gentoo auto-resync : 19:05:2024 - 00:01:59
Diffstat (limited to 'dev-python/pymdstat')
-rw-r--r-- | dev-python/pymdstat/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pymdstat/pymdstat-0.4.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pymdstat/Manifest b/dev-python/pymdstat/Manifest index 6ad3b88afbf3..af0d941de249 100644 --- a/dev-python/pymdstat/Manifest +++ b/dev-python/pymdstat/Manifest @@ -1,3 +1,3 @@ DIST pymdstat-0.4.3.gh.tar.gz 17359 BLAKE2B ac89ab5ec874ed1384c8ddd45d01bc1496352e64fc74ef5d4b327571fb599780f1d30f7cf49cbc923ab1c7269e43645a6b9572a31619fcc18e31b8cabb56ac38 SHA512 fd0c11ce511659e48e6f480d974f48b6da9ce184de4f910f0ac07ab2a517e7ea66a5ddf56afe0ae93e5c1dd26ec9189f0c6167689975238b2800c944dd577a1f -EBUILD pymdstat-0.4.3.ebuild 730 BLAKE2B 2bda3473b4758d3a7def1000782703f815aba8fefbf5f78c097f9147b8ef1bed4e7cf8300c0549860e6e418e33b11ae133829480f0cbbfae57140b1a2eeb519d SHA512 b3f5c9f1f1c34050d68a6586e58ec53ebaf47e73c9af95f088fd854bc75f69df6d0742e4dd6d6b7bc3704a07d0600c8b3d529a9175588c207b5be8277e0f0bcf +EBUILD pymdstat-0.4.3.ebuild 730 BLAKE2B 85b551f29e65e2a8a7b48e9e9baf5548bcd43dee320349e695eae93afeabe63fb5306dca743c8b8c30f7829c5a56a71a92751118b024bd54a90370a08a50b4b0 SHA512 b144053474fe80824100f5766d00d3b17efe2703d4c43c399e0f1794fc7a13c4951614e776bd4f3099260a65faf8b7f2c1e97149ae7b623b68eb3a4c71d848ad MISC metadata.xml 512 BLAKE2B a3859aeb65da7aead85ef57cb36738b0761befeab1ab3f8adb9f908a0559a5cc02ad0de28208c63d37c6d0247f9d0948d54cba7d5f55331e80772465ee12f8c6 SHA512 5c24edfccdc8c77083660b9c33ddafdc2701d0f29ddc979b2892e194c2e30647f27554089403e1055d9354e3cfbbaa5eddad08f195528a34b01fe6b3febdcd3e diff --git a/dev-python/pymdstat/pymdstat-0.4.3.ebuild b/dev-python/pymdstat/pymdstat-0.4.3.ebuild index b1bbeb972fb7..0b69ee216a1b 100644 --- a/dev-python/pymdstat/pymdstat-0.4.3.ebuild +++ b/dev-python/pymdstat/pymdstat-0.4.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |