commit: 553e6031db71165c1702f416bf77986ef795ea8d
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:51:15 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Dec 31 00:51:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=553e6031
dev-python/pymorphy3: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/pymorphy3/pymorphy3-1.2.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild
b/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild
index ecd76fb515..85b2e25e9d 100644
--- a/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild
+++ b/dev-python/pymorphy3/pymorphy3-1.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Morphological analyzer (POS tagger + inflection engine) for
Russian language."