From 40a960e586ffe32b0be97060d218cacdf34bba61 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 19 Dec 2023 19:12:08 +0000 Subject: Adding metadata --- dev-python/plette/plette-0.4.4-r1.ebuild | 27 --------------------------- dev-python/plette/plette-0.4.4-r2.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 dev-python/plette/plette-0.4.4-r1.ebuild create mode 100644 dev-python/plette/plette-0.4.4-r2.ebuild (limited to 'dev-python/plette') diff --git a/dev-python/plette/plette-0.4.4-r1.ebuild b/dev-python/plette/plette-0.4.4-r1.ebuild deleted file mode 100644 index 19b871e6deb9..000000000000 --- a/dev-python/plette/plette-0.4.4-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Structured Pipfile and Pipfile.lock models" -HOMEPAGE=" - https://github.com/sarugaku/plette - https://pypi.org/project/plette/ -" -# pypi tarballs are missing test data -SRC_URI="https://github.com/sarugaku/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -RDEPEND=" - dev-python/cerberus[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/plette/plette-0.4.4-r2.ebuild b/dev-python/plette/plette-0.4.4-r2.ebuild new file mode 100644 index 000000000000..68d313b5cf5a --- /dev/null +++ b/dev-python/plette/plette-0.4.4-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Structured Pipfile and Pipfile.lock models" +HOMEPAGE=" + https://github.com/sarugaku/plette + https://pypi.org/project/plette/ +" +# pypi tarballs are missing test data +SRC_URI="https://github.com/sarugaku/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +RDEPEND=" + dev-python/cerberus[${PYTHON_USEDEP}] + dev-python/tomlkit[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest -- cgit v1.3.1