summaryrefslogtreecommitdiff
path: root/dev-python/statsd
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/statsd')
-rw-r--r--dev-python/statsd/Manifest2
-rw-r--r--dev-python/statsd/statsd-4.0.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/statsd/Manifest b/dev-python/statsd/Manifest
index 3549ca209e0a..a76ce1448126 100644
--- a/dev-python/statsd/Manifest
+++ b/dev-python/statsd/Manifest
@@ -1,3 +1,3 @@
DIST statsd-4.0.1.tar.gz 27814 BLAKE2B 18e7d1c0e4701e53972cf0f7f8fb7f4d17e41023019a642e609fc86537a6f51cd89da8d4e725ffaf5328f7d4a2a41034676f419856d0da0bbeb9915751b81eff SHA512 1a9aa4ba810aa75b3235e6357b820d8987ffe4ed55709929a9a53c6ced587525217e55754600f9c5596ea1e5fd26a0ea15b643199aa39e920d95120e22fc2ae0
-EBUILD statsd-4.0.1.ebuild 497 BLAKE2B 097a5b1959d4caf9f07bf6bdde893f7fa20ac05fa51cb0cbcb61f111f0a30c6e609d0217debdb118f69a18655e5a363151bb11f42fb51e1ceb03b3b5ff2ee4af SHA512 abbc9d5b541fd566df602b006db2021eb786492e2a588ed9478058ae2d7bbc76e9199ea209a25e8fc197660ac7e89eeadfc14b359f0048c56ce68af3f2ffdfe2
+EBUILD statsd-4.0.1.ebuild 506 BLAKE2B 4aec1f0a3786d2d46d7825cf4cccde45edc940cabf2b94c5009e37dc76ce8bb015e7d30600c015300adbbbab0859484d1b8db868bb14f1636f609df340dfc191 SHA512 e30e3535f5d5fc214d8f5f31916d16030adba611872a87ecd4d9069db4352cc83bbef5cd9c82f74213f65e8349ff99383dbd7fb0dea8c7e957e7fb093b341127
MISC metadata.xml 499 BLAKE2B 051f5627c5346348db815cc04cb6424767df8c5d0356db4d21a315f3f13acce3389d4f6015f185a24f302a4e768c135eab5255a453791df75f56c966d048ff02 SHA512 3f32abbd1912837281894a52edc7220d52e6324c5ff07c9800e0df86500ac41039225aa0c82b8fdc9d1923200fa4b2bce59ad6562e6d46aaeb4cf502338c18e8
diff --git a/dev-python/statsd/statsd-4.0.1.ebuild b/dev-python/statsd/statsd-4.0.1.ebuild
index 52aa01d52e80..b34b8bd1f1f7 100644
--- a/dev-python/statsd/statsd-4.0.1.ebuild
+++ b/dev-python/statsd/statsd-4.0.1.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 pypi