dev-python/vehicle: drop 2.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:13:17 +02:00
parent 3c774f3293
commit d907c584ff
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 41 deletions

View File

@ -1,5 +1,3 @@
DIST vehicle-2.0.0.tar.gz 11033 BLAKE2B 41077f483368e19973115b48e98b2380a048635f387f0710d0f371b904e0814d5d7aed2f2d00452f0aae4e6ca9194eec0c32a4aba34e66ad5d202ddcfe37b03a SHA512 ebf3efdc3554376dfa6bfc4015c9ad765bc029112ed49b413e03da5aa229e6698350dead50b27df59c880db649746b6d29221cef0343f7a3c493360d4fedb8c5
DIST vehicle-2.2.1.tar.gz 11326 BLAKE2B d56ef046a1f9ab183095d289ddbe22959a17a03e05aae402c4fdc6d720031950300069aa6c49208ecc21a1e71146b749be2980df77a5a6057d9beb5535b749f4 SHA512 0de627bfb08bcdba611def38b1826f3b6e2a938d7f4b4590f7239498ac0caf5351f73c7a929fb54847d7847381ed2e0149185cfbe03b4149e324cd5fc27e8b93
EBUILD vehicle-2.0.0.ebuild 930 BLAKE2B d20415016a0abed80235cc41d38709dc5124ce2b56338696fad40b92cce6bd919136ab9a4d6e26355dbef33f95a78c66e594d0aa9ee4f2d470e65f0c7adb0d3a SHA512 82b4f5464e3381a4350ec299d8d5995747fbab8adadf621d2c36482075c8cc56e057ed5af501014ab59138b50df7d07559fa39d624ef12e2f3fe6dda0b331a36
EBUILD vehicle-2.2.1.ebuild 1097 BLAKE2B 01f721cfe8c37a3d12a41ff483724eb9c76d8317f566e7be701a25417992d2eb9256e007f0b3561434260fc799de8f31829859822bdf35d543d4ccde00c3f855 SHA512 6dc2d038ed772a5111259fff78313523a1e1d03a009cdd31157739facda24026707b8d478b46577ecbdee8eb4b6edde2d868ceae3380cdd02ab1908a69abf20c
EBUILD vehicle-2.2.1.ebuild 1097 BLAKE2B 749d4dc090a63da753afdfdedf3c39752cd56e9bd532f7f5b2122c8ac72f9a5734c8812068b62cbe2336f9d4c2a05d30fa336fd792b23dc9d8833c6daa08a563 SHA512 e1bcacf9e1628ba795d39f55900132d150e1dc47b19bb068516b292b64c09abe522df477837c50bf667f5921fa6afe3b9d405e9dab7537c23e2ba48e74159354
MISC metadata.xml 517 BLAKE2B bfe0fa304af55b10e6b2ad3b66b913c3d53b05bf967ff01488fe990c7a778fa4cd55e5cec30a981e9ba44b00547eaace83df3f4fd7f78368881034264422ac17 SHA512 a2f4941508982c6a63beac1e481de5e117684c7f223cb909fb6aa2ec8ce8ab13fa5cd49d721fc0de3216ef9707d727f1c4cbb2f007c15cb151c5ceb174ebabbc

View File

@ -1,36 +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="Asynchronous Python client providing RDW vehicle information."
HOMEPAGE="https://github.com/frenck/python-vehicle https://pypi.org/project/vehicle/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.8.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/asynctest[${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
DESCRIPTION="Asynchronous Python client providing RDW vehicle information."