diff --git a/dev-python/datrie/Manifest b/dev-python/datrie/Manifest index 2214acc5cac..4b62f1985e2 100644 --- a/dev-python/datrie/Manifest +++ b/dev-python/datrie/Manifest @@ -1 +1 @@ -DIST datrie-0.8.2.tar.gz 63278 BLAKE2B 1f58058900c8987ace02d09b893c7df677cdbf7d17d77a2dca8b40f8f6b87d3ddd66b2bda9433afaf092d841e7025d628078976fbd85de469328d013d357db70 SHA512 db1aaa5c50fa4fb6f8abb80200b4b68b05b42e490364b63576492c44ae4208867cbd0ef0dd64ff5a932c6462cd60f41f339d85ac58ade47ef34d34f4f1cf68c6 +DIST datrie-0.8.3.tar.gz 499040 BLAKE2B 254ca48630a1d92dd4f5ecfb2b2692b1f8738e3785bd7e685c7a393b32b2d75e44a4641b2446539e4b16fbca619d82c6ccb00593ef06b444ead7a491c5120c82 SHA512 70269d586be0a9c1dde44f920961119fe3f702b2b1784034777de90470cebdf31947674b871f4bcbcff41451584a459b348a4a0be055fc26998dca28741fe028 diff --git a/dev-python/datrie/datrie-0.8.2-r2.ebuild b/dev-python/datrie/datrie-0.8.3.ebuild similarity index 56% rename from dev-python/datrie/datrie-0.8.2-r2.ebuild rename to dev-python/datrie/datrie-0.8.3.ebuild index 2cceff5cfd3..6ff2dedbe7f 100644 --- a/dev-python/datrie/datrie-0.8.2-r2.ebuild +++ b/dev-python/datrie/datrie-0.8.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi @@ -24,11 +24,3 @@ BDEPEND=" " distutils_enable_tests pytest - -python_prepare_all() { - # do not depend on pytest-runner - sed -i "/pytest-runner/d" setup.py || die - # https://github.com/pytries/datrie/pull/99 - sed -i "12s/struct AlphaMap:/ctypedef struct AlphaMap:/" src/cdatrie.pxd || die - distutils-r1_python_prepare_all -}