dev-python/coreapi: new package, add 2.3.3-r2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
8874ae9270
commit
369b07e395
1
dev-python/coreapi/Manifest
Normal file
1
dev-python/coreapi/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST core-api-python-client-2.3.3.tar.gz 37470 BLAKE2B ce3f88e1608715eec06a50fa5df4cd331e90509d0b7e9ab275ccfb4b3b5216115539b7fcd70af64794f0ae50a5084873d2dbbd38c85cb8be3f319d6880f5993e SHA512 aeae3ace84c0ce61552236b83db28e47492f5ac17a0e216e1a8eeddaf67270b94127f7a40f8a37cc5051abe097555adfd690a7e6c8801524ca77c916bd451ab8
|
31
dev-python/coreapi/coreapi-2.3.3-r2.ebuild
Normal file
31
dev-python/coreapi/coreapi-2.3.3-r2.ebuild
Normal file
|
@ -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
|
13
dev-python/coreapi/metadata.xml
Normal file
13
dev-python/coreapi/metadata.xml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>python@gentoo.org</email>
|
||||||
|
<name>Python</name>
|
||||||
|
</maintainer>
|
||||||
|
<stabilize-allarches/>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">coreapi</remote-id>
|
||||||
|
<remote-id type="github">core-api/python-client</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue