dev-python/renault-api: drop 0.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 20:53:43 +02:00
parent 8ecf4db28e
commit 068d18f7dd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 45 deletions

View File

@ -617,11 +617,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 1815 Ebuilds in total, 1804 of them have in total 1824 (42 different) licenses assigned.
There are 1812 Ebuilds in total, 1801 of them have in total 1821 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1028|
|MIT|1025|
|Apache-2.0|405|
|GPL-3|117|
|BSD|105|

View File

@ -1,5 +1,3 @@
DIST renault_api-0.2.0.tar.gz 35480 BLAKE2B 94edf525e96f3787c080cb41c206efc254e12f425b3a229a1486c7658af60da007d72503af42495c5bbcbcbdc463113e3bc9dc27787b38180293413c4a0e1ea6 SHA512 d9e51f996df9c0555152d9904edeecbf0d409747d2fcf12cb8f7eefc7d62fb02fecb6d0f8dd15aaaa0df3e3bf78e8c9951f79b1b75392d28f383359fbe5ed4c3
DIST renault_api-0.2.1.tar.gz 35516 BLAKE2B 063592462c8db031ed6d356498d5c73291f1a2efe788999881b2349fecba2418b9d2b9ca6196f552e3c0b4b386f6b78097685a520e20344b74334be557946fde SHA512 20dc6bf5f86960a6075a0cf5e5be0ed865a8102af9614d1729e3e96133b32046d0543eaee968e1c99a7e781a564444efacf54cdf47066fb5aa95323bd077754a
EBUILD renault-api-0.2.0.ebuild 945 BLAKE2B 11dc57b40c7e3432e78f3d05c05952ba9d1e0ad44e2e796c745d7e7a19ec262056bdabb857b35dd054452cefe14550bd4fe0f71f20979e2f54c66e5497f57ba6 SHA512 0e8f07ecb591f0e63b0ca20335c14d36b15d925bc2965a7096b8e476019db89e3e4ed83b31d467e253711207fb8a09733b8329d3ee9dd28fd0f0b54c673b08cb
EBUILD renault-api-0.2.1.ebuild 904 BLAKE2B 5404195db0c161fb3f13b0ebb517bcc3cb8fe5a636a76e41c4e8fbef437b3cf627b4a287276fb062f6c7c26d2c89c899a417bfdd9cf2eb9906bc1cefafdce5e0 SHA512 1b56c98ba5e502644f7b5342a5ab9f1ce0b8d943cd8549b38d62228b9be87a19375538c468a8e09fbbcfc7ccc6a98e82110d4c91745a39b45162e4b06237bc86
EBUILD renault-api-0.2.1.ebuild 904 BLAKE2B 1c64198896689a4b9ed80e0210d44f92a45bc0a67b91c44bfa0bc98ac553257f9a7fff759aa5c30fc056f09633c0685e19718d0c5ce915ffc0e420d048f9520a SHA512 dc786be4d8da30ee8c804db65ed4e60f4c23058da03cd996cccd25f3302c01b9031e47aced1c8c1ae31dc07bca618e16238c3441f9e89c1939ee7f1d3ea6ec8c
MISC metadata.xml 391 BLAKE2B 8a8a03867f865fcaa11d8249a040fba43a48688864779377895ff28ae6909f31bad9307b92e7c1d97ca13943823c4beb689dc832351e1efae02b3d3bc004345f SHA512 14ef62329f6a6684ec1fee6c69114a2c98e4d1a2cb4e0f8ac16985848f5c554032fe2225614ee5cad80a284e7d35f24df61391f20d5ea639a5ec6e3c062e6158

View File

@ -1,38 +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="Renault API"
HOMEPAGE="https://github.com/hacf-fr/renault-api https://pypi.org/project/renault-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
>=dev-python/marshmallow-dataclass-8.2.0[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.8.7[${PYTHON_USEDEP}]
>=dev-python/dateparser-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aioresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${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