From 628a0a1b76f8b7b08c8286a429bd1371f790e421 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 28 Feb 2023 09:15:11 +0000 Subject: Adding metadata --- .../commandlines/commandlines-0.4.1-r1.ebuild | 25 ++++++++++++++++++++++ dev-python/commandlines/commandlines-0.4.1.ebuild | 22 ------------------- 2 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 dev-python/commandlines/commandlines-0.4.1-r1.ebuild delete mode 100644 dev-python/commandlines/commandlines-0.4.1.ebuild (limited to 'dev-python/commandlines') diff --git a/dev-python/commandlines/commandlines-0.4.1-r1.ebuild b/dev-python/commandlines/commandlines-0.4.1-r1.ebuild new file mode 100644 index 000000000000..72c8ee90cee9 --- /dev/null +++ b/dev-python/commandlines/commandlines-0.4.1-r1.ebuild @@ -0,0 +1,25 @@ +# 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/${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 diff --git a/dev-python/commandlines/commandlines-0.4.1.ebuild b/dev-python/commandlines/commandlines-0.4.1.ebuild deleted file mode 100644 index 029794e60cdb..000000000000 --- a/dev-python/commandlines/commandlines-0.4.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Routines for extracting information from fontTools glyphs" -HOMEPAGE=" - https://commandlines.github.io - https://github.com/chrissimpkins/commandlines -" -SRC_URI="https://github.com/chrissimpkins/commandlines/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 -- cgit v1.3.1