dev-python/aiohasupervisor: drop 0.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e104dc1998
commit
12cc45d033
@ -606,12 +606,12 @@ 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 2314 Ebuilds in total, 2300 of them have in total 2337 (43 different) licenses assigned.
|
||||
There are 2313 Ebuilds in total, 2299 of them have in total 2336 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1317|
|
||||
|Apache-2.0|540|
|
||||
|Apache-2.0|539|
|
||||
|GPL-3|143|
|
||||
|BSD|124|
|
||||
|GPL-2|26|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST aiohasupervisor-0.1.0.tar.gz 20350 BLAKE2B c1f23a0bdaf6cb1187858c9bbb392cdd10d3e15c1f3e2d918bafcbe46179ece8bced82b1e2c3dc71ff068726277694d41a478c29c4e45ca000256f1c6e3b136c SHA512 54001496dae1c17a3ca645316f75fb0ebe0cd5c48f02b3c3fe970e152488d158e99f14e5bc6def393e0687c2eb64be6467a7085ced0f9e986a7c53d7bde17331
|
||||
DIST aiohasupervisor-0.2.0.tar.gz 34747 BLAKE2B 920f6a6b86dd1107d39af49a25d2f8b76136e8184bed4565be10e7198922b05dd82f36303ab5a8ea45aa20077e8705f6fb93444b2678c34eb4f4be017c70fe54 SHA512 b4b4cecbf591cc4ef1cf3cad29d46cf246b1eaa575a9b6a3c792927bea680d709a7f6386eb303fdb1726bddd68aa13c8b88edc82cac523299c89e9dc86c48d3f
|
||||
DIST aiohasupervisor-0.2.1.tar.gz 34806 BLAKE2B 2c1bca89d17b869e407397de841f96c56552ac67cb4aaf30e46faa46b242c012ec700a178979b051b57b27a51d3c50c8193abed0104c96f50626c9a31073b3c9 SHA512 6717349de84dd74055d8f7f5a1193a08a0a3569fc5f58d1a49b50d9822c62eaee0666932643bf883cc4802eea6c679f49198b29ce6d6fcaed29231a850ac9dff
|
||||
EBUILD aiohasupervisor-0.1.0.ebuild 737 BLAKE2B 1fbbc5f3ae2fe247430479a1aaac56b6fb6c83f484e9cb99ecccdaf306873bb46c7f3b88517d92367dedbdb4fa988ab577e1207e958ef9d2cd5263e608c15c3a SHA512 c438cfaebacbca8973392f7c24249ff3180cfa7bbacf66f4d3c9783673c726edd36512520e0fffdec6ba9e9a4071f0fa24c41a011bd844d89d10ecf7dc51e916
|
||||
EBUILD aiohasupervisor-0.2.0.ebuild 975 BLAKE2B f45f95aa4475b84e2efe76efab9787cde0308b56f09d98ddfd9ae6d4b4e87a43d5aa670ab64350ce948c9a63ab7a47e323129f06263b3788310c089de8f18939 SHA512 8eba66d35b2cb67b336550e22bdd8da30e90851900ae695dd2f49a2acbd9d0fea07c5d925c844cc254d47f2c278492ad89ee3e0119b9a6f6839574f5862c495f
|
||||
EBUILD aiohasupervisor-0.2.1.ebuild 975 BLAKE2B f45f95aa4475b84e2efe76efab9787cde0308b56f09d98ddfd9ae6d4b4e87a43d5aa670ab64350ce948c9a63ab7a47e323129f06263b3788310c089de8f18939 SHA512 8eba66d35b2cb67b336550e22bdd8da30e90851900ae695dd2f49a2acbd9d0fea07c5d925c844cc254d47f2c278492ad89ee3e0119b9a6f6839574f5862c495f
|
||||
MISC metadata.xml 563 BLAKE2B 2083ff7258589808be25ae4ac9cde5fe67a814ef421a3bee966642646b6ea6345ebb5a35a468d236b381fd82970c9d32f8187006378c08142c5c76f39a28593a SHA512 1a089101d7f5240c8e094afa61adb0c3e3683f8e8b680badb1f2c39bd2356101ab1617bea55c61369b0d7d28f16f20fca5e37ff2cca2fd739211c080beeb66ac
|
||||
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Asynchronous python client for Home Assistant Supervisor."
|
||||
HOMEPAGE="https://github.com/home-assistant-libs/python-supervisor-client https://pypi.org/project/aiohasupervisor/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/aioresponses[${PYTHON_USEDEP}]
|
||||
dev-python/pylint[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user