summaryrefslogtreecommitdiff
path: root/dev-python/pymdstat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-28 19:27:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-28 19:27:52 +0000
commit4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (patch)
treee2f0118b102bf7e7ad852582d410adb43f13b035 /dev-python/pymdstat
parent4418da21bd05d610a3450f4aa75481785ca372a0 (diff)
gentoo auto-resync : 28:02:2025 - 19:27:52next
Diffstat (limited to 'dev-python/pymdstat')
-rw-r--r--dev-python/pymdstat/Manifest2
-rw-r--r--dev-python/pymdstat/pymdstat-0.4.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pymdstat/Manifest b/dev-python/pymdstat/Manifest
index af0d941de249..a1d06de76f2e 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 85b551f29e65e2a8a7b48e9e9baf5548bcd43dee320349e695eae93afeabe63fb5306dca743c8b8c30f7829c5a56a71a92751118b024bd54a90370a08a50b4b0 SHA512 b144053474fe80824100f5766d00d3b17efe2703d4c43c399e0f1794fc7a13c4951614e776bd4f3099260a65faf8b7f2c1e97149ae7b623b68eb3a4c71d848ad
+EBUILD pymdstat-0.4.3.ebuild 739 BLAKE2B 4e700a733aba17e215dbb925ae7bddf1cd5bcc5c6ace67f87e7cd7cc76b263581655f056c9c89beff0841ffe8ce01a998e13f580e5743de12ea82787188c4db8 SHA512 3a20a592de08a93d81afe80c0b910c0aed878525abcd280f72b3234bb51c1fa10e91440be2150a94a75291240758d934d67e26ab6c4dadaf249452aa9bf22c1c
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 0b69ee216a1b..b1c4a0aea688 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-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} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1