From 225f6c62b9f5fd25eb842b3c4da44d336a85e93a Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 26 Feb 2023 09:43:09 +0500 Subject: [PATCH] dev-python/commandlines: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova --- ...es-0.4.1.ebuild => commandlines-0.4.1-r1.ebuild} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename dev-python/commandlines/{commandlines-0.4.1.ebuild => commandlines-0.4.1-r1.ebuild} (52%) 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 7e43a09e30..38f9195bb1 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