summaryrefslogtreecommitdiff
path: root/dev-python/tabulate
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r--dev-python/tabulate/Manifest2
-rw-r--r--dev-python/tabulate/tabulate-0.9.0-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tabulate/Manifest b/dev-python/tabulate/Manifest
index a6ece23e87ca..75ceb5aa83b5 100644
--- a/dev-python/tabulate/Manifest
+++ b/dev-python/tabulate/Manifest
@@ -1,3 +1,3 @@
DIST python-tabulate-0.9.0.gh.tar.gz 59342 BLAKE2B dc101ab8d1411196619c3d77dd83c84e48f31e148ec3878c2b844a1e26ea1187cc948cfb1eb740d61a667d6b669806a5288c397ea7fcbd59685fedaa9bd0bd2e SHA512 26b0f079f1aca48578883147cb1a2e30e96e0bb85d5af3b72b26eba5f73cea41cf1a0686f666487c8374f95ca0412703168e480c947f1567e6408f941756498b
-EBUILD tabulate-0.9.0-r1.ebuild 1435 BLAKE2B 1b0f4191abd4ec2e040f278d87caaad0900805486e3bdc17d8a32e36e7948137f032e1104d7c9eb875a483308d32ae630c3a0c045fc0c08fb764980a7c254c77 SHA512 2fd25482afcd2db83f43ee7e78db6460716a3d4912fc9f797737f0bc04d9f49dd388c407a86289863529a8996afec01eda683269dab6520fd1cbb1d25bc1e0c2
+EBUILD tabulate-0.9.0-r1.ebuild 1444 BLAKE2B 80a44bd13e71e8aedaa4f892e1e83dc1fd36d4ec9a1d45237ee2e93f05e32fc8832b445480d709356ca64d30db987901bd619d23bc3fc4537cc34ea9d619397c SHA512 741a81daf0120bd5a37e0c95eae97c9dd57f2207f31c9cb4459e17662f49b4937b861e9ac79d6d007adb169e2e270950744c7a641419e848d6b9936e65e2a8b3
MISC metadata.xml 399 BLAKE2B b92bc308afead78cb604ddc6bc288fb28ed5a2a523c890270ee87eb5bfee21133748c5861829bafcc8a7b3401b430dff84dd99264ebf3e7ea74342f99ee8cfc5 SHA512 2d8c4dca9558e5a5d6413a6bd5e2cd6e15d1d0d447e6c692af84c8575be899f3d78246782e6c908a626326662aaffde56b2c3f96f4e9cfa0473c976109e3dcac
diff --git a/dev-python/tabulate/tabulate-0.9.0-r1.ebuild b/dev-python/tabulate/tabulate-0.9.0-r1.ebuild
index ddcac9a04095..352ab65282a2 100644
--- a/dev-python/tabulate/tabulate-0.9.0-r1.ebuild
+++ b/dev-python/tabulate/tabulate-0.9.0-r1.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