commit: 225f6c62b9f5fd25eb842b3c4da44d336a85e93a
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 04:43:09 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 26 04:59:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=225f6c62
dev-python/commandlines: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
...mmandlines-0.4.1.ebuild => commandlines-0.4.1-r1.ebuild} | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-python/commandlines/commandlines-0.4.1.ebuild
b/dev-python/commandlines/commandlines-0.4.1-r1.ebuild
similarity index 52%
rename from dev-python/commandlines/commandlines-0.4.1.ebuild
rename to dev-python/commandlines/commandlines-0.4.1-r1.ebuild
index 7e43a09e3..38f9195bb 100644
--- a/dev-python/commandlines/commandlines-0.4.1.ebuild
+++ b/dev-python/commandlines/commandlines-0.4.1-r1.ebuild
@@ -1,22 +1,25 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Routines for extracting information from fontTools glyphs"
HOMEPAGE="
https://commandlines.github.io
+ https://pypi.org/project/commandlines/
https://github.com/chrissimpkins/commandlines
"
-SRC_URI="https://github.com/chrissimpkins/commandlines/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
+SRC_URI="https://github.com/chrissimpkins/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"
SLOT="0"
distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx-rtd-theme