diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:24:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:47:09 +0200 |
commit | f5a56b444f449a6b48d432846043259a4332e41f (patch) | |
tree | 8c641c7567d371033d68733f7d8e24dbadf35b4f /dev-python/enzyme | |
parent | dev-python/environs: Enable py3.12 (diff) | |
download | gentoo-f5a56b444f449a6b48d432846043259a4332e41f.tar.gz gentoo-f5a56b444f449a6b48d432846043259a4332e41f.tar.bz2 gentoo-f5a56b444f449a6b48d432846043259a4332e41f.zip |
dev-python/enzyme: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/enzyme')
-rw-r--r-- | dev-python/enzyme/enzyme-0.4.1-r3.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/enzyme/enzyme-0.4.1-r3.ebuild b/dev-python/enzyme/enzyme-0.4.1-r3.ebuild index 532cb307588f..d5e7aa38e2c9 100644 --- a/dev-python/enzyme/enzyme-0.4.1-r3.ebuild +++ b/dev-python/enzyme/enzyme-0.4.1-r3.ebuild @@ -4,13 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 pypi DESCRIPTION="Python video metadata parser" -HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.org/project/enzyme/" +HOMEPAGE=" + https://github.com/Diaoul/enzyme/ + https://pypi.org/project/enzyme/ +" SRC_URI+=" test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip ) " @@ -29,7 +32,7 @@ BDEPEND=" ) " -distutils_enable_tests setup.py +distutils_enable_tests unittest python_prepare_all() { if use test; then |