diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-06 20:39:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-06 20:39:17 +0300 |
commit | 9cc48229123637818ae4c7b39c987c2eb26a6b69 (patch) | |
tree | 61f2797d01331163c690c66ae0b01e3a46aa4948 /dev-python/pydiffx/pydiffx-1.1.ebuild | |
parent | dev-python/ConfigArgParse: enable py3.12 (diff) | |
download | gentoo-9cc48229123637818ae4c7b39c987c2eb26a6b69.tar.gz gentoo-9cc48229123637818ae4c7b39c987c2eb26a6b69.tar.bz2 gentoo-9cc48229123637818ae4c7b39c987c2eb26a6b69.zip |
dev-python/pydiffx: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pydiffx/pydiffx-1.1.ebuild')
-rw-r--r-- | dev-python/pydiffx/pydiffx-1.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/pydiffx/pydiffx-1.1.ebuild b/dev-python/pydiffx/pydiffx-1.1.ebuild index ec079b0ec93f..c35d375a1651 100644 --- a/dev-python/pydiffx/pydiffx-1.1.ebuild +++ b/dev-python/pydiffx/pydiffx-1.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -34,6 +34,10 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${P}-fix-py3.12.patch +) + distutils_enable_tests unittest src_prepare() { |