dev-python/renault-api: drop 0.1.12, 0.1.13
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -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 1726 Ebuilds in total, 1715 of them have in total 1729 (40 different) licenses assigned.
|
||||
There are 1724 Ebuilds in total, 1713 of them have in total 1727 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|992|
|
||||
|MIT|990|
|
||||
|Apache-2.0|368|
|
||||
|GPL-3|103|
|
||||
|BSD|100|
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
DIST renault_api-0.1.12.tar.gz 36113 BLAKE2B 2607a279dc263fe4c353460c104c4b61654c22f9b636cedc83f8565678660664f7cfc3333a84f854800549730aa63432495f62794a20a6e7a2078855b4ae2370 SHA512 19d42e12a9ff8c7f85bf6d020a8a3c8f9f380c7b071f3b86fd24a2a6be52fb7d814975a893fe1e2e7227d37e9a932a6ffbba9d1b528cd32074e05f9644953cb2
|
||||
DIST renault_api-0.1.13.tar.gz 35251 BLAKE2B ee0160e85091f8ce22f451f9f69530c57d998de24ae1d07410cccef567cfeef207d94c7f332d9de8efb96a87ac9354ecca37624d64486fa00e6f0b42f840154e SHA512 a40b41f9b76bd795c036fc97332dad69399a4e90ed2ba4eb63b0d0f696c159cf85ed0ef15de20a19f44ca8f1cbeeb6d16cd4abfaf52ae4e03b8c498cd04a3576
|
||||
DIST renault_api-0.2.0.tar.gz 35480 BLAKE2B 94edf525e96f3787c080cb41c206efc254e12f425b3a229a1486c7658af60da007d72503af42495c5bbcbcbdc463113e3bc9dc27787b38180293413c4a0e1ea6 SHA512 d9e51f996df9c0555152d9904edeecbf0d409747d2fcf12cb8f7eefc7d62fb02fecb6d0f8dd15aaaa0df3e3bf78e8c9951f79b1b75392d28f383359fbe5ed4c3
|
||||
EBUILD renault-api-0.1.12.ebuild 1014 BLAKE2B 94867e4d3778901287690aeea915151630c0c75e9addeb0cc88e33eaac1fc21551fdca66c0b5000e67b86f396d8f00be1cfcb4d593e1276af0fca746cdcb7fe6 SHA512 a121a418838d0718cc1155d0e2fcb6b22ebc0cb166b61bbdc661405efde8f0bac3f960d86baacb200b0c4ecb291d3ee3ae4ae6e93e3ea654d840b557878e9383
|
||||
EBUILD renault-api-0.1.13.ebuild 1014 BLAKE2B 94867e4d3778901287690aeea915151630c0c75e9addeb0cc88e33eaac1fc21551fdca66c0b5000e67b86f396d8f00be1cfcb4d593e1276af0fca746cdcb7fe6 SHA512 a121a418838d0718cc1155d0e2fcb6b22ebc0cb166b61bbdc661405efde8f0bac3f960d86baacb200b0c4ecb291d3ee3ae4ae6e93e3ea654d840b557878e9383
|
||||
EBUILD renault-api-0.2.0.ebuild 986 BLAKE2B 78d3fd6180946eb3e8ac0ec568e274a15aeed1c6eeb1ed40b990052a26a5747896d6d2351db6bc201b527d24f632464b9e8333bec20480d83095629accff1eba SHA512 af1509ff396e77dd968da296d685d9438123dfae7fcc515d275402f8283bd47a46e18720651d09e9caa7b8f8a26278869c73d308280329b1a66052173ae2926c
|
||||
MISC metadata.xml 391 BLAKE2B 8a8a03867f865fcaa11d8249a040fba43a48688864779377895ff28ae6909f31bad9307b92e7c1d97ca13943823c4beb689dc832351e1efae02b3d3bc004345f SHA512 14ef62329f6a6684ec1fee6c69114a2c98e4d1a2cb4e0f8ac16985848f5c554032fe2225614ee5cad80a284e7d35f24df61391f20d5ea639a5ec6e3c062e6158
|
||||
|
||||
@@ -1,40 +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/"
|
||||
SRC_URI="$(pypi_sdist_url)"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-1.7.1[${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="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
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
|
||||
@@ -1,40 +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/"
|
||||
SRC_URI="$(pypi_sdist_url)"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-1.7.1[${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="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
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
|
||||
Reference in New Issue
Block a user