diff options
Diffstat (limited to 'dev-python/textdistance')
-rw-r--r-- | dev-python/textdistance/Manifest | 2 | ||||
-rw-r--r-- | dev-python/textdistance/textdistance-4.6.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest index 09374946252f..1420f6ae6daa 100644 --- a/dev-python/textdistance/Manifest +++ b/dev-python/textdistance/Manifest @@ -1,3 +1,3 @@ DIST textdistance-4.6.3.gh.tar.gz 46631 BLAKE2B 9d4c2172934ba14326fe8ecdf7e955cd664196e58d8cc0c58f712525e6ea3aaa267879c09ba5a67ab015f6abd37593af959f02262c5a4a2fa08a859fe38a52b4 SHA512 ad9b8e031a8ae11dd2cd0f8ee8ee42f15e14eccc05910a45b4b5bf2f2048c4895da354832f88957502998b423616a54e64b94a093e4ddb7be2744c19e7f283e9 -EBUILD textdistance-4.6.3.ebuild 691 BLAKE2B 4c67d2fbbe0adc1c02ae5fe505e8573be0e342fe4b6d8e6237715871ff9885dab3367454a94c1a39609adfcfa6636014634d696ea985266e318a7695a30ef0ca SHA512 8e9de580203a53041c2b82fa48cf6efe0cd4003e80c9975fd093538fc65c4d1149468f551da014a8d92f82043a90af37539017af69ab98c7117321ff8f514550 +EBUILD textdistance-4.6.3.ebuild 700 BLAKE2B d775c8b3b86a2201e76bf12ceb1173d2e012efca8a2aafc4bc04f149788a12999bbdf47975dbc1422527c3585228fdc26845d282adf466e468702c282771716d SHA512 4af18da45b5d4f83508ecca7b4c9b7441039f5ea9e5e5fbb39466ec4fb8da0e1e46b2c4d607e710c5fac70f5e1c31c4fcb89bc4e1c14cfe1f85e6dac8fb22e35 MISC metadata.xml 504 BLAKE2B 942b1641d4a8b13e5772f1a05ffb09341952c4e083e8f936b28cb0afcdaf7af0d50c364bef6f321c9c4c6f6f2fee519b69ee014f403897727e25704378ba4135 SHA512 e6e3bfb93279bb6eb6a0240fd436b1aa7cc717d307ce415ecddd74b8d5cb2776b68f57330027f34997d8e112abc1172996c06e1bf4304e87d1209c612b8e57c0 diff --git a/dev-python/textdistance/textdistance-4.6.3.ebuild b/dev-python/textdistance/textdistance-4.6.3.ebuild index 65f504fe0b61..a733dd069332 100644 --- a/dev-python/textdistance/textdistance-4.6.3.ebuild +++ b/dev-python/textdistance/textdistance-4.6.3.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 |