From b8fd4b30e5005c467ce75fcc4607245edbd512ce Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 3 Feb 2023 16:19:02 +0100 Subject: app-portage/gpyutils: Add a RDEP on dev-python/packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Sam James. Signed-off-by: Michał Górny --- app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild | 31 +++++++++++++++++++++++++++ app-portage/gpyutils/gpyutils-0.8.3.ebuild | 30 -------------------------- 2 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild delete mode 100644 app-portage/gpyutils/gpyutils-0.8.3.ebuild (limited to 'app-portage') diff --git a/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild b/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild new file mode 100644 index 000000000000..b458fe6df37d --- /dev/null +++ b/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Utitilies for maintaining Python packages" +HOMEPAGE=" + https://github.com/projg2/gpyutils/ + https://pypi.org/project/gpyutils/ +" +SRC_URI=" + https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/app-portage/gpyutils/gpyutils-0.8.3.ebuild b/app-portage/gpyutils/gpyutils-0.8.3.ebuild deleted file mode 100644 index d37ab54a558b..000000000000 --- a/app-portage/gpyutils/gpyutils-0.8.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Utitilies for maintaining Python packages" -HOMEPAGE=" - https://github.com/projg2/gpyutils/ - https://pypi.org/project/gpyutils/ -" -SRC_URI=" - https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad