From 0261dc041f71d8689e262bb297ddd2394c8e49e5 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 24 Feb 2024 22:06:56 +0000 Subject: Adding metadata --- dev-python/schema/metadata.xml | 8 ++++---- dev-python/schema/schema-0.7.5-r1.ebuild | 27 +++++++++++++++++++++++++++ dev-python/schema/schema-0.7.5.ebuild | 17 ----------------- 3 files changed, 31 insertions(+), 21 deletions(-) create mode 100644 dev-python/schema/schema-0.7.5-r1.ebuild delete mode 100644 dev-python/schema/schema-0.7.5.ebuild (limited to 'dev-python/schema') diff --git a/dev-python/schema/metadata.xml b/dev-python/schema/metadata.xml index 56988650ec34..a0d4c5913ba0 100644 --- a/dev-python/schema/metadata.xml +++ b/dev-python/schema/metadata.xml @@ -1,10 +1,10 @@ - - davidroman96@gmail.com - David Roman + + python@gentoo.org - gentoo-guru-overlay + gentoo-staging + \ No newline at end of file diff --git a/dev-python/schema/schema-0.7.5-r1.ebuild b/dev-python/schema/schema-0.7.5-r1.ebuild new file mode 100644 index 000000000000..c38c48fcbb6a --- /dev/null +++ b/dev-python/schema/schema-0.7.5-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2024 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="Simple data validation library" +HOMEPAGE=" + https://github.com/keleshev/schema/ + https://pypi.org/project/schema/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest + +src_prepare() { + # py2 leftover + > requirements.txt || die + distutils-r1_src_prepare +} diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild deleted file mode 100644 index f4b88597e181..000000000000 --- a/dev-python/schema/schema-0.7.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2022 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 pypi - -DESCRIPTION="Python module to validate and convert data structures" -HOMEPAGE="https://github.com/keleshev/schema" -KEYWORDS="~amd64" -LICENSE="MIT" -SLOT="0" - -distutils_enable_tests pytest -- cgit v1.3