dev-python/vehicle: drop 1.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 18:36:58 +01:00
committed by Andreas Billmeier
parent 7197c6d3b7
commit dd7333cb62
3 changed files with 2 additions and 41 deletions

View File

@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1746 Ebuilds in total, 1735 of them have in total 1749 (40 different) licenses assigned.
There are 1745 Ebuilds in total, 1734 of them have in total 1748 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1007|
|MIT|1006|
|Apache-2.0|370|
|GPL-3|103|
|BSD|100|

View File

@@ -1,7 +1,5 @@
DIST vehicle-1.0.0.tar.gz 10894 BLAKE2B da45cbcc5facb36aabfe7481e70c738ee4faa64cad51ea82cd295d50371ac948b52bbb8853021c46c436e0f178c56b162ee407677db7b2b374deb87e0a513e7e SHA512 fd32861d1d40714fd0e537cc256146a8b172bd032cc61230752d3f9ec4b6885fed060add38bda95a7d26cc60ab67ffc696399c5d5e7efb07b663a888289477ba
DIST vehicle-1.0.1.tar.gz 10927 BLAKE2B 49932598fa32411e6ca9ccc31771c0239d30ad555bd7787aa5c2052f20b4447b753f65fa1566f471e6ff29c070c0e49d6e4fedb2cf116d1105774402b463cbbc SHA512 a878996dffaca0bf6d7a80eceab0c82f250b727980cd2cd8e9db699d1f9719b298a117b2a19cf7aa6442ac756d99e98fe8157f4c1ae4b8fbc34c4d5164dc42cb
DIST vehicle-2.0.0.tar.gz 11033 BLAKE2B 41077f483368e19973115b48e98b2380a048635f387f0710d0f371b904e0814d5d7aed2f2d00452f0aae4e6ca9194eec0c32a4aba34e66ad5d202ddcfe37b03a SHA512 ebf3efdc3554376dfa6bfc4015c9ad765bc029112ed49b413e03da5aa229e6698350dead50b27df59c880db649746b6d29221cef0343f7a3c493360d4fedb8c5
EBUILD vehicle-1.0.0.ebuild 931 BLAKE2B 05db8d022a11f615e616e359ba1842b0ee561fa06bd30d218f88f8c9423c01cedca133d435aea02623e7ad13c28610cb2fa8c438a9de47ed8461dd798f8330d5 SHA512 fd993acd21ea00617f5c38bee0d6de3d4de79fc8e205d9c00dd2d3524e43c9a9e4d59dd29d8a87a50b0b3ca0295182f3dac44ac2a7f1b95251d33f470946033e
EBUILD vehicle-1.0.1.ebuild 930 BLAKE2B d20415016a0abed80235cc41d38709dc5124ce2b56338696fad40b92cce6bd919136ab9a4d6e26355dbef33f95a78c66e594d0aa9ee4f2d470e65f0c7adb0d3a SHA512 82b4f5464e3381a4350ec299d8d5995747fbab8adadf621d2c36482075c8cc56e057ed5af501014ab59138b50df7d07559fa39d624ef12e2f3fe6dda0b331a36
EBUILD vehicle-2.0.0.ebuild 930 BLAKE2B d20415016a0abed80235cc41d38709dc5124ce2b56338696fad40b92cce6bd919136ab9a4d6e26355dbef33f95a78c66e594d0aa9ee4f2d470e65f0c7adb0d3a SHA512 82b4f5464e3381a4350ec299d8d5995747fbab8adadf621d2c36482075c8cc56e057ed5af501014ab59138b50df7d07559fa39d624ef12e2f3fe6dda0b331a36
MISC metadata.xml 517 BLAKE2B bfe0fa304af55b10e6b2ad3b66b913c3d53b05bf967ff01488fe990c7a778fa4cd55e5cec30a981e9ba44b00547eaace83df3f4fd7f78368881034264422ac17 SHA512 a2f4941508982c6a63beac1e481de5e117684c7f223cb909fb6aa2ec8ce8ab13fa5cd49d721fc0de3216ef9707d727f1c4cbb2f007c15cb151c5ceb174ebabbc

View File

@@ -1,37 +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