diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-09-17 11:21:46 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-18 08:39:03 +0100 |
commit | 67e6f07e053260277f0f57929f839fc37d081dd8 (patch) | |
tree | 96554eec714adafec43eb089f4bee0958773d97a /dev-python/yara-python | |
parent | dev-python/yara-python: add 4.4.0 (diff) | |
download | gentoo-67e6f07e053260277f0f57929f839fc37d081dd8.tar.gz gentoo-67e6f07e053260277f0f57929f839fc37d081dd8.tar.bz2 gentoo-67e6f07e053260277f0f57929f839fc37d081dd8.zip |
dev-python/yara-python: enable py3.12, sync live
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/32874
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/yara-python')
-rw-r--r-- | dev-python/yara-python/yara-python-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/yara-python/yara-python-9999.ebuild b/dev-python/yara-python/yara-python-9999.ebuild index a4fa9fa8737f..053d1d779d51 100644 --- a/dev-python/yara-python/yara-python-9999.ebuild +++ b/dev-python/yara-python/yara-python-9999.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_EXT=1 +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Python interface for a malware identification and classification tool" |