summaryrefslogtreecommitdiff
path: root/dev-python/parso
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/parso')
-rw-r--r--dev-python/parso/Manifest2
-rw-r--r--dev-python/parso/parso-0.8.4.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
index 0349e08ff164..683b02c90137 100644
--- a/dev-python/parso/Manifest
+++ b/dev-python/parso/Manifest
@@ -1,3 +1,3 @@
DIST parso-0.8.4.gh.tar.gz 398241 BLAKE2B 5a8a81f64b20b52cd3349b7bc059621733debfaf5cc271f3e89423d63e4af67391f7740c34b450b2a91fafe34b8986926e8f7c4ca0b8600eafd0171c01e664b0 SHA512 da96f0ab6cfbcf2a54ee73262a672bb4d9720aa91fd884a8c17165d597eece97569b7ee87fd7ea1c0be663c0cb2930a66a03b4e305070f59f346485817607db3
-EBUILD parso-0.8.4.ebuild 939 BLAKE2B b8feddfba8a2895839ebf535adaff56d285e034fe6b3fb4b8eb5b269d0a6c62b5e62f993fd906fc81bf23dec877f24be9bf59206bda7e8f44941fe2a8350d47c SHA512 9a40d660f48c82850b15d9bcd5bf258ab00a3c96d8123e4fb6762266b62c99777e80f045f1fcc0b04615ac3ed690d02976bfe2f0657448c8c5346dd4090edabc
+EBUILD parso-0.8.4.ebuild 948 BLAKE2B af6283211aceb23a2877f2cb67408e3326fd4393bfc49abcf750af08cf4719997eb6519fb05537e6ba9c0a7a600db101e02c92b87ed5fef2e513f9fbcde9b7ce SHA512 d5e348eb481afed4a537d58a6b64fedc1c4bdecbb2b9cb44d396838483dd2286c01b9e9802a8c4c7f5aa50c7d296e2488fc7793ff9f57afc930701dfa266292b
MISC metadata.xml 403 BLAKE2B be2e4f9dd7e074a3b76a591f034f679bff13b7dc36d8b206e45550276533ba752a8e04162ddf4f580a8e247d57f48a997cac34c14dc7b5ae4a3d74751fb9cac4 SHA512 10517311994816074cfcc4809206ccbdb6a9ac3430e92cf9c4dfc45d8e95a92843843e2bf1a19b97aaa3c330bb923581e4ea6cf6a88f1063f2dab8d041f6c90f
diff --git a/dev-python/parso/parso-0.8.4.ebuild b/dev-python/parso/parso-0.8.4.ebuild
index 95a7403a9a47..ed107d99e205 100644
--- a/dev-python/parso/parso-0.8.4.ebuild
+++ b/dev-python/parso/parso-0.8.4.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