dev-python/python-bsblan: drop 0.5.18
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3bef4ce660
commit
9cddd4d8eb
@ -606,11 +606,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 2381 Ebuilds in total, 2367 of them have in total 2410 (43 different) licenses assigned.
|
||||
There are 2380 Ebuilds in total, 2366 of them have in total 2409 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1357|
|
||||
|MIT|1356|
|
||||
|Apache-2.0|556|
|
||||
|GPL-3|150|
|
||||
|BSD|127|
|
||||
|
@ -1,8 +1,6 @@
|
||||
DIST python_bsblan-0.5.18.tar.gz 12266 BLAKE2B ac257e02316683e3f20eaaeda41479e064ff22e0a4a12be89614a3a358cc305a9d7f8c5c012cd606657fc3c56dfb748f3b832d2543deae2b8cf0e13bed2deede SHA512 27251521d426d0435418074e375ee1d6ff73fb8d1f4f588a2e054af9a80190335793b2bad09efaa84267ba779267ec5e48189a1a0bac67b7e787c800d519f64d
|
||||
DIST python_bsblan-0.6.2.tar.gz 13104 BLAKE2B 70bacf6651540c6ba7e24c5c38c8dfe4ac2aa607b8a209d0683657683f62fecc427d76cac6fe723592053ff289a90dacf8c8e7f01af852bf69108538012b11de SHA512 1ac28aaa030fed20b6bc2df468c6024b66a69334bf1e72e7814c5ea7158c887e099c705d66ae611eb757a0c4ab7f2370bf7e5f9278b9ddb91ec193cfe94e0a68
|
||||
DIST python_bsblan-0.6.4.tar.gz 13341 BLAKE2B 1f5e0810cabe3e299ffa7913ec1973717321f035089704197670753f4199480a77732c3c04f92cbad24aebbfc9b59d8a12a9ea00cff34d227daa0c0cb1408072 SHA512 e837d112c3de9f7668c33257471929ddae861ed889b9f6cac538ee7293dbc386b0f4701f36ea94289fbdf0e1759b8052667f9124b8ef4617444aa9badba907e0
|
||||
DIST python_bsblan-1.2.1.tar.gz 16922 BLAKE2B 2950fe81d1d31c24564caebfcc9f4fb5374518aedd9d002c586dbb3a68582d9dd3384ec009fdfeaabd736f1a262ee44b14f26da7bee314430a1ffabcc52481c2 SHA512 d74b6817834f10116ec325d41deace8506480b33c7a7aaf9d52ac1402d5c393a63275348a8ea5c9b3209b0ca7d800d8980a9160356b9b98424350cbb12802873
|
||||
EBUILD python-bsblan-0.5.18.ebuild 815 BLAKE2B 41479a2d90add1afeaf2afe1f8e5f859387b82c037870aaa24cf0d4855ae870d2c5c1f2a82f36d284c6268b372be26194ece81c109a60b90c7ecd92711496277 SHA512 6630b435d15824919e0b8d3097057af8793a98c5d125618b3243fc1657ed21ab0ecce7b25b38e4bd6abbf47f474bb063f981fe7c85781b417b62b6b7ad3edc60
|
||||
EBUILD python-bsblan-0.6.2.ebuild 817 BLAKE2B 1aaac437705dea9385c40e396c629027a48847f6f74ecb42a969190f92eaf932e8419c50367e1c6327e03fa15a79e4e66f9c6e8f1f51b23a9ba2051f3eb9ecc9 SHA512 bc9b054e1bb3c8b15eac48438cf29c034911a958a20d59468b25a40e4bfeda840b84e63aab0b7cbd0bbe2ca398fee138e54a26a3c6b58636274feeb4f5d58554
|
||||
EBUILD python-bsblan-0.6.4.ebuild 863 BLAKE2B 2bd2948e1e932250900720df75585d70af345eaad999d0f160dd99effbd20f9810f1bb4785f1aea83fd7d00bb4730d6b44108ad371c4c742d93a701dd0ee23e3 SHA512 6bedf9026300f9379b3194bd5fa4e2eebb888fdfe5118524cc548f271180ee9ae9b382adb4d79cad81cdf3eb37942b9a2f1154641918a3b9a316152c0441cbe5
|
||||
EBUILD python-bsblan-1.2.1.ebuild 863 BLAKE2B 2bd2948e1e932250900720df75585d70af345eaad999d0f160dd99effbd20f9810f1bb4785f1aea83fd7d00bb4730d6b44108ad371c4c742d93a701dd0ee23e3 SHA512 6bedf9026300f9379b3194bd5fa4e2eebb888fdfe5118524cc548f271180ee9ae9b382adb4d79cad81cdf3eb37942b9a2f1154641918a3b9a316152c0441cbe5
|
||||
|
@ -1,30 +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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for BSBLAN"
|
||||
HOMEPAGE="https://github.com/liudger/python-bsblan https://pypi.org/project/python-bsblan/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
|
||||
>=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/backoff-2.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/packaging[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user