summaryrefslogtreecommitdiff
path: root/dev-python/comm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-21 00:15:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-21 00:15:53 +0000
commitdb653baf275126269bb89ea0d2bdb8e50497a94c (patch)
tree9d1ee94cfa7312384acd366d3dd8f629660b3f18 /dev-python/comm
parent1534d50aaf24272ec425fa439389ef7e1f7bf174 (diff)
gentoo auto-resync : 21:02:2025 - 00:15:53
Diffstat (limited to 'dev-python/comm')
-rw-r--r--dev-python/comm/Manifest2
-rw-r--r--dev-python/comm/comm-0.2.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/comm/Manifest b/dev-python/comm/Manifest
index 68b71758e33b..cce079347192 100644
--- a/dev-python/comm/Manifest
+++ b/dev-python/comm/Manifest
@@ -1,3 +1,3 @@
DIST comm-0.2.2.gh.tar.gz 9983 BLAKE2B aedbd55751cbf58b2e7adad5e59af1aa1479e653bb7b62f811686a30630682edfd6fe82e18ed14d9f7a4b875e2596fba375eb34493f3d29eeeb6ca1b7bdd7c71 SHA512 a37999859894186cb52f50835459dd6c3aced256ed1c6319660c98ad9e423f4ab1fd86545f68c82fbbbd74dcec70359566307cecbc3610d806084a33fae9e693
-EBUILD comm-0.2.2.ebuild 714 BLAKE2B 3061069e8ec71d40801601b0f1139bcdf551ee76db6c0a97b06b3c2bc334734f17b6ac887722bd0bbfa07c952b1eca5630c8ce4f1c40d14114c9d82466b92c1e SHA512 6757365430eadea80df3ab70e7302b5e20c27181100d4a955e5c0657b8d13dd43f5963083d1835fb1efdb96b3c6801741e35ef28e8d47e7eefc32fab6f6c9aa7
+EBUILD comm-0.2.2.ebuild 723 BLAKE2B 4aceaec5343670ce543a0ac94a6ea1b6dc3127160e707e20809004c9f48194ecea6aa4d555510d2766fc31bc4db2a4553a68ccff8b334c076808811c72c98c38 SHA512 c822676db0117da1d46835ba742582bce4cde14b7cfd53568305394ff1c2ccc4c7be0747c66610f2cd2f1f11102019c6f60078f64f018026d28a659b478190e4
MISC metadata.xml 384 BLAKE2B c122aaf6c2b9e6776b19efa2549030f0267c1d553f92862c5ecf21926f30a9c3cd7564434a573cca6fdbb85485eb49213b4d95100e8de2a29ced9c9c1fa81153 SHA512 b06853ad3cb1775ad70e44c48bca74bcf85c11715291974e7e3ee496344256fc57b91920812f19809e7cf14f6a7f7938531934d6a12740baec0dd984d5d48632
diff --git a/dev-python/comm/comm-0.2.2.ebuild b/dev-python/comm/comm-0.2.2.ebuild
index 2eb07d3ab5e1..3ebf0ea72d60 100644
--- a/dev-python/comm/comm-0.2.2.ebuild
+++ b/dev-python/comm/comm-0.2.2.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=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1