diff options
author | Sam James <sam@gentoo.org> | 2023-06-24 07:36:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-24 07:36:42 +0100 |
commit | e82e7977db7be95f0e8e4b90cbdd50525db62571 (patch) | |
tree | 74714b90d65c91a7d96501617be1c4a7fb407e97 /dev-python/tlsh | |
parent | dev-python/python-magic: backport test (only) fix, enable py3.12 (diff) | |
download | gentoo-e82e7977db7be95f0e8e4b90cbdd50525db62571.tar.gz gentoo-e82e7977db7be95f0e8e4b90cbdd50525db62571.tar.bz2 gentoo-e82e7977db7be95f0e8e4b90cbdd50525db62571.zip |
dev-python/tlsh: enable py3.12, set DISTUTILS_EXT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/tlsh')
-rw-r--r-- | dev-python/tlsh/tlsh-4.8.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/tlsh/tlsh-4.8.2.ebuild b/dev-python/tlsh/tlsh-4.8.2.ebuild index 32069fa93036..0973a0cbb0a7 100644 --- a/dev-python/tlsh/tlsh-4.8.2.ebuild +++ b/dev-python/tlsh/tlsh-4.8.2.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_EXT=1 inherit distutils-r1 DESCRIPTION="Fuzzy matching library - C++ extension for Python" |