From 92cf7cfd786fbc2f4ee1aab8dd7d56cd0ad0afd2 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 23 Dec 2023 19:28:40 +0000 Subject: Adding metadata --- dev-python/zenlib/zenlib-1.2.0-r1.ebuild | 16 ++++++++++++++++ dev-python/zenlib/zenlib-1.2.0.ebuild | 19 ------------------- 2 files changed, 16 insertions(+), 19 deletions(-) create mode 100644 dev-python/zenlib/zenlib-1.2.0-r1.ebuild delete mode 100644 dev-python/zenlib/zenlib-1.2.0.ebuild (limited to 'dev-python/zenlib') diff --git a/dev-python/zenlib/zenlib-1.2.0-r1.ebuild b/dev-python/zenlib/zenlib-1.2.0-r1.ebuild new file mode 100644 index 000000000000..3b19cd41c055 --- /dev/null +++ b/dev-python/zenlib/zenlib-1.2.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 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} ) +inherit distutils-r1 + +DESCRIPTION="Useful python decorators and utilities" +HOMEPAGE="https://github.com/desultory/zenlib" +SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-python/zenlib/zenlib-1.2.0.ebuild b/dev-python/zenlib/zenlib-1.2.0.ebuild deleted file mode 100644 index de0bcd2e55ac..000000000000 --- a/dev-python/zenlib/zenlib-1.2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 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} ) -inherit distutils-r1 - -DESCRIPTION="Useful python decorators and utilities" -HOMEPAGE="https://github.com/desultory/zenlib" -SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -# Specify the subdirectory containing the actual source code -S="${WORKDIR}/${PN}-${PV}/src" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -- cgit v1.3