dev-python/pydaikin: 2.13.7-r1: fix deps
Closes: #3978 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
55975c38cf
commit
f8be618584
@ -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 2261 Ebuilds in total, 2247 of them have in total 2286 (43 different) licenses assigned.
|
||||
There are 2263 Ebuilds in total, 2249 of them have in total 2288 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1283|
|
||||
|Apache-2.0|524|
|
||||
|Apache-2.0|526|
|
||||
|GPL-3|143|
|
||||
|BSD|123|
|
||||
|GPL-2|25|
|
||||
|
@ -5,5 +5,5 @@ DIST pydaikin-2.13.7.tar.gz 36410 BLAKE2B fa0d61cb7766e5dab23b555169f5e4a97e2bf1
|
||||
EBUILD pydaikin-2.11.1.ebuild 767 BLAKE2B c0883b20657c22485849336814c2868ba3c11b1879bff3d3e180b8a9747037ff435bcdbb2d5ba17caa172dcc9a9ea530efb817b3d157bbc88c8463d8794cdb8b SHA512 9eb296dd16f62d488b52c4574d8c4496ec4049340c9c3b2f986fb51bf458e14de661ae520a98d0d4afdbc5274f19a63e4b3903b0161ba6681a794b48d073533f
|
||||
EBUILD pydaikin-2.13.4.ebuild 729 BLAKE2B a2c8130a88bcd0eaa9a5ab6b594df474bb32e1eb6b84113f984fca1b071082b199338688650129c028374057e960e4b09e86e25046bae31a96f3cfa58d74355a SHA512 df2b2e1957b959ab59b40e15e94c3bad2f33e0d765ee3a112cb9061e80ce65585403d9f0985fada8ee9163068cc4bf4daa212e5890e1af8d566ed51fc1233a4c
|
||||
EBUILD pydaikin-2.13.6.ebuild 729 BLAKE2B a2c8130a88bcd0eaa9a5ab6b594df474bb32e1eb6b84113f984fca1b071082b199338688650129c028374057e960e4b09e86e25046bae31a96f3cfa58d74355a SHA512 df2b2e1957b959ab59b40e15e94c3bad2f33e0d765ee3a112cb9061e80ce65585403d9f0985fada8ee9163068cc4bf4daa212e5890e1af8d566ed51fc1233a4c
|
||||
EBUILD pydaikin-2.13.7.ebuild 729 BLAKE2B a2c8130a88bcd0eaa9a5ab6b594df474bb32e1eb6b84113f984fca1b071082b199338688650129c028374057e960e4b09e86e25046bae31a96f3cfa58d74355a SHA512 df2b2e1957b959ab59b40e15e94c3bad2f33e0d765ee3a112cb9061e80ce65585403d9f0985fada8ee9163068cc4bf4daa212e5890e1af8d566ed51fc1233a4c
|
||||
EBUILD pydaikin-2.13.7-r1.ebuild 768 BLAKE2B a3a756b94bb4c9ef9d7c3238b9e16ad7f514ef749796ab48fbe29bf1dc1319927b9e8ced53a25bb10daeea35fbb0b9eacfc17d7f1315afbda2febf5abe040351 SHA512 7c4753524058afec7280aac72dda08ab7273ae81bb168ad7fcc66ee4587337db33e8f453a879cf9bc6f68ed5a4b22697ae409a801fd002669c152f4c31696508
|
||||
MISC metadata.xml 580 BLAKE2B e722b9deec269ab70d061493495704387f0624684924feddd87ac1a2d0e45e1b92e8a8851d0535c0956518c361002eda72e1345f46b63ca557a717b4494de713 SHA512 405d37a1e96b4e8f3fa246e541aedeb4c77934bb8ab3b0c638ae45b3b8c8fa7aa1959b4553c1ac97cf8a279bd7c8b9979b88819486067e9b83c515a3530f863f
|
||||
|
@ -20,7 +20,8 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/netifaces[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]"
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
dev-python/tenacity[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/freezegun[${PYTHON_USEDEP}]
|
Loading…
x
Reference in New Issue
Block a user