dev-python/glances-api: drop 0.4.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:38:23 +02:00
parent b8739fd0f2
commit 5e02465170
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 38 deletions

View File

@ -1,5 +1,3 @@
DIST glances_api-0.4.3.tar.gz 4264 BLAKE2B 609f5b5a1ca5b6ed2883154a328dc1a0b5414ee0d7ddb826620c8179451fb29df297991c64711b4bbb7e5603a5b99cf5eb6e53e3707ceaadd8f613144d61309e SHA512 d56ae78c109600fe184f15d534cd97b6600cff028c8aa78c5fced351643075ff9225308ac40102a79dd3b7f83af6607eb76e5c0fe83a9593de9d438e0f453c17
DIST glances_api-0.5.0.tar.gz 4491 BLAKE2B 0a9fbc5637fe0fc3bb2c8af58c878a991c0f722d80e437f7a6061afb88788ca76f65c73f9bf1c1ca9ef57e46184c1268bc9a67dcb4286a8568ad2ace36aae5e0 SHA512 0fb3882367012e031e632c024f15cb6f7d7d241cdba36b4f3eff911deaf2c5c23792c3e21ca6c9f997da9dbf86612af9e3dbcfdee5d1b3126a59d5a7f32fcfa9
EBUILD glances-api-0.4.3.ebuild 759 BLAKE2B f79926630a381aba16f5344371758858bd7f4b325f9fc579511750f7f9ea993ac87b160b16220184b6167d7192aa7a22ae52f65fff92ccaf6918c34ff23d2ed5 SHA512 0cec9e17ef12301ba9f234baca54e1ed6abdb5e02c4540b909cae4822031e0737f45affbfec95c651a8a46045e96b7ffebd6688b957b501589e12e48b92a3b11
EBUILD glances-api-0.5.0.ebuild 718 BLAKE2B c860d2866120f5c1b7c5a797c5e9f242681814f4f00bdbc9536cd86149355d0c2ba86f3ae04fb1c8c77fcb601f227533d99aa366620688486509585914422e94 SHA512 cf6eec191c716e10b5e4fa3e3df7ebfc4e57df63badeea3a1bb9ee22d6a48d5e38c2e323d02a2e4499600e152e9f98f6bded033c9387b00968e7f5fc5adf2dad
EBUILD glances-api-0.5.0.ebuild 718 BLAKE2B 187727e13272c9ca0c0dfdc2c176d4b3ae2eebf9486b2ef447e321b21d9daaa7150de721b69be90d844b64444679ca740ffb5f7d9b9187320ae75c2f9b8849b5 SHA512 887cfe535b9af2ffff6ddec9690a6d26bdc07af21164dba05c7888c2f8eca5dd43e0a9dcb0d66cabd3c7fdf121fa7aa5d4bfbf9992c991429a540e2a97da321c
MISC metadata.xml 554 BLAKE2B 3492ee78ab6e68925049a36574fac953a37a4f176758bb468a29716b9e9b6c9ba270082be06606b338664aec753b5598e73098dee85e67399f283ccaef7032d0 SHA512 e6fb459d34b4a1a287c853efe70de09f098a9c17c19451cabaa892fcdb1b5cdf60c773f10a3ecb79e4700da82b8aea38aee805b7a0518ec1d6df3c4514dbb344

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python API for interacting with Glances."
HOMEPAGE="https://github.com/home-assistant-ecosystem/python-glances-api https://pypi.org/project/glances-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/httpx-0.23[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-httpx[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi