From 369b07e395ad006b4242e55f20b0071a8600e2b8 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 21 Aug 2024 12:01:05 +0200 Subject: [PATCH] dev-python/coreapi: new package, add 2.3.3-r2 Signed-off-by: Alarig Le Lay --- dev-python/coreapi/Manifest | 1 + dev-python/coreapi/coreapi-2.3.3-r2.ebuild | 31 ++++++++++++++++++++++ dev-python/coreapi/metadata.xml | 13 +++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/coreapi/Manifest create mode 100644 dev-python/coreapi/coreapi-2.3.3-r2.ebuild create mode 100644 dev-python/coreapi/metadata.xml diff --git a/dev-python/coreapi/Manifest b/dev-python/coreapi/Manifest new file mode 100644 index 0000000..e04cc79 --- /dev/null +++ b/dev-python/coreapi/Manifest @@ -0,0 +1 @@ +DIST core-api-python-client-2.3.3.tar.gz 37470 BLAKE2B ce3f88e1608715eec06a50fa5df4cd331e90509d0b7e9ab275ccfb4b3b5216115539b7fcd70af64794f0ae50a5084873d2dbbd38c85cb8be3f319d6880f5993e SHA512 aeae3ace84c0ce61552236b83db28e47492f5ac17a0e216e1a8eeddaf67270b94127f7a40f8a37cc5051abe097555adfd690a7e6c8801524ca77c916bd451ab8 diff --git a/dev-python/coreapi/coreapi-2.3.3-r2.ebuild b/dev-python/coreapi/coreapi-2.3.3-r2.ebuild new file mode 100644 index 0000000..bd656f5 --- /dev/null +++ b/dev-python/coreapi/coreapi-2.3.3-r2.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=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +MY_P=python-client-${PV} +DESCRIPTION="Python client library for Core API" +HOMEPAGE="https://github.com/core-api/python-client" +SRC_URI=" + https://github.com/core-api/python-client/archive/${PV}.tar.gz + -> core-api-${MY_P}.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/coreschema[${PYTHON_USEDEP}] + dev-python/itypes[${PYTHON_USEDEP}] + dev-python/uritemplate[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/coreapi/metadata.xml b/dev-python/coreapi/metadata.xml new file mode 100644 index 0000000..b7a3f67 --- /dev/null +++ b/dev-python/coreapi/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + coreapi + core-api/python-client + +