From 8874ae9270c355c2b065b48fb09a55a3fce883f4 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 21 Aug 2024 12:00:32 +0200 Subject: [PATCH] dev-python/itypes: new package, add 1.2.0-r1 Signed-off-by: Alarig Le Lay --- dev-python/itypes/Manifest | 1 + dev-python/itypes/itypes-1.2.0-r1.ebuild | 29 ++++++++++++++++++++++++ dev-python/itypes/metadata.xml | 12 ++++++++++ 3 files changed, 42 insertions(+) create mode 100644 dev-python/itypes/Manifest create mode 100644 dev-python/itypes/itypes-1.2.0-r1.ebuild create mode 100644 dev-python/itypes/metadata.xml diff --git a/dev-python/itypes/Manifest b/dev-python/itypes/Manifest new file mode 100644 index 0000000..94c2239 --- /dev/null +++ b/dev-python/itypes/Manifest @@ -0,0 +1 @@ +DIST itypes-1.2.0.gh.tar.gz 5578 BLAKE2B c4025c2ad54203c4f3bbcd6f369fc6a86d21bd54a63c42acd68a98b6b44404340c3242e3c7a896483860eaa7f3df156fec79a71974e3cbb7b984fd83aa631eb2 SHA512 94421fa3f9ec7d18989332ca518607f09bd9d674e80bbca4a3c7324c20c3ae4e0679457e6a328e50ffe3d94c6db733f092798293133d42c1f07d959e0f837891 diff --git a/dev-python/itypes/itypes-1.2.0-r1.ebuild b/dev-python/itypes/itypes-1.2.0-r1.ebuild new file mode 100644 index 0000000..6e0a268 --- /dev/null +++ b/dev-python/itypes/itypes-1.2.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Basic immutable container types for python" +HOMEPAGE=" + https://github.com/PavanTatikonda/itypes/ + https://pypi.org/project/itypes/ +" +SRC_URI=" + https://github.com/PavanTatikonda/itypes/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest + +python_test() { + epytest tests.py +} diff --git a/dev-python/itypes/metadata.xml b/dev-python/itypes/metadata.xml new file mode 100644 index 0000000..9b383a6 --- /dev/null +++ b/dev-python/itypes/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + PavanTatikonda/itypes + itypes + +