summaryrefslogtreecommitdiff
path: root/dev-python/commandlines
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/commandlines')
-rw-r--r--dev-python/commandlines/commandlines-0.4.1-r1.ebuild (renamed from dev-python/commandlines/commandlines-0.4.1.ebuild)11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/commandlines/commandlines-0.4.1.ebuild b/dev-python/commandlines/commandlines-0.4.1-r1.ebuild
index 029794e60cdb..72c8ee90cee9 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_{7,8,9,10,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