dev-python/ovh: new package, add 1.1.0

This commit is contained in:
odrling 2024-03-15 21:25:08 +01:00
parent a9b13c5d5e
commit dac082eb43
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
3 changed files with 42 additions and 0 deletions

1
dev-python/ovh/Manifest Normal file
View File

@ -0,0 +1 @@
DIST ovh-1.1.0.gh.tar.gz 116354 BLAKE2B 6217e93682db07f65207f78a65fa79c3f958ce2929028c0514be75b77c4f978c852634b6917da9445f7f60c2743458c3b8fdab7a03e003aa8cf178531580270f SHA512 0eb6e177d5d90e52c712daf27327fe6e478204d1ea8b06ac02aa1b7c38c0c21e6632c7423cf900ce80580d391dd3176fc967c3243fe20dc552a6538d3d9d9807

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>florianbadie@odrling.xyz</email>
<name>odrling</name>
</maintainer>
<upstream>
<remote-id type="github">ovh/python-ovh</remote-id>
<remote-id type="pypi">ovh</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,29 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Thin wrapper around OVH's APIs."
HOMEPAGE="
https://github.com/ovh/python-ovh
https://pypi.org/project/ovh/
"
SRC_URI="
https://github.com/ovh/python-ovh/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/python-ovh-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
$(python_gen_cond_dep '
dev-python/requests[${PYTHON_USEDEP}]
')
"