summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:02 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:02 +0200
commit8e9fcf5474a4430ba95407c3d44a737fbfa25621 (patch)
tree2199af3e515a9a948762eec782d7002fb21349dc /dev-python/ukkonen
parentdev-python/ujson: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-8e9fcf5474a4430ba95407c3d44a737fbfa25621.tar.gz
gentoo-8e9fcf5474a4430ba95407c3d44a737fbfa25621.tar.bz2
gentoo-8e9fcf5474a4430ba95407c3d44a737fbfa25621.zip
dev-python/ukkonen: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ukkonen')
-rw-r--r--dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild
index 2aa653ee78a3..6937f3cb3063 100644
--- a/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild
+++ b/dev-python/ukkonen/ukkonen-1.0.1-r1.ebuild
@@ -3,8 +3,10 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
inherit distutils-r1
DESCRIPTION="Implementation of bounded Levenshtein distance (Ukkonen)"