summaryrefslogtreecommitdiff
path: root/dev-python/crashtest
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/crashtest
parent4418da21bd05d610a3450f4aa75481785ca372a0 (diff)
gentoo auto-resync : 28:02:2025 - 19:27:52
Diffstat (limited to 'dev-python/crashtest')
-rw-r--r--dev-python/crashtest/Manifest2
-rw-r--r--dev-python/crashtest/crashtest-0.4.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
index 4cff3c27fc1a..745985ad286d 100644
--- a/dev-python/crashtest/Manifest
+++ b/dev-python/crashtest/Manifest
@@ -1,3 +1,3 @@
DIST crashtest-0.4.1.gh.tar.gz 19114 BLAKE2B aa46efb2dbabfeaab54f9149da42cb033f5dca3ab1c75032ca2542018058cf16775f56450cadf3e1272e738d602f32f21b9a6668a99f2733cd53d23c1754a0bc SHA512 83faf66fb422c8fb13780ac5a8ddd4c47ebb77f248bea0eb94962caff24265b107fd8bbc0d577853969c4aecedd83977e9c74c81dc7e772b7684e09a832a0a2f
-EBUILD crashtest-0.4.1.ebuild 616 BLAKE2B 235a6c7fe95637250646fbca0dc748ca37b115f808e04672e2153bb4f028637f23fe573fbf75af929ea87a9c24c8dde7bfbfc3eb508d90b4335047051303398e SHA512 a701bda24862a2035b2735248bf6e4b640d4bd298168097d9e0bae3bb8380aff0b004304cab8aa1ad2f63dc600dfa898945da5e72c27f18c1f616febfb62860e
+EBUILD crashtest-0.4.1.ebuild 625 BLAKE2B 541d25a21f32ddacd5966e6c1c9d20c707edf108bf91c0dccc8fcef622609f9adfe98886fb8990a50d97788c39af82ab33ff105704703e8ac697305e3592fd72 SHA512 608eb253a8c40ad5cd76cb4de5843a44eca198d47b5a73970f74b6a55612e0b5b6896d0474147a00d9465be6fd548c08b52390259ba1c1313b18d4098a2cac84
MISC metadata.xml 420 BLAKE2B 32a5f22be6348a69b8c76a8be12905bfd4ecdc33873596ffc4c39fda214d4804678842bf17f97a7539d6e96c1bb08d70bcd12a63d588648d44262ca787238906 SHA512 b1b19c5e62f5fc1aafea4f2d70bcf940861f366937a325927c56a91fd29d55a4d9201552f3a4f751b17a3f505d8148c8012c783814b29ba56ffe7c8e2493dc88
diff --git a/dev-python/crashtest/crashtest-0.4.1.ebuild b/dev-python/crashtest/crashtest-0.4.1.ebuild
index 89ea76817f5b..800db0d55eb1 100644
--- a/dev-python/crashtest/crashtest-0.4.1.ebuild
+++ b/dev-python/crashtest/crashtest-0.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1