dev-python/blebox-uniapi: add missing dependency, fixes #150

This commit is contained in:
Andreas Billmeier 2022-10-20 21:24:45 +02:00 committed by Andreas Billmeier
parent 7fa14cfac8
commit 05120db3ec
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 4 additions and 3 deletions

View File

@ -587,9 +587,9 @@ There are 1445 Ebuilds in total, 1438 of them have in total 1447 (34 different)
|CC0-1.0|1|
|GPL-2+|1|
(Last counted: 19/10/2022)
(Last counted: 20/10/2022)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 19/10/2022
Last updated: 20/10/2022

View File

@ -1,3 +1,3 @@
DIST blebox-uniapi-2.0.2.tar.gz 24245 BLAKE2B e7b471c2944f36d9e5b422c75f60839d4d97ea91f781985992753213952a61a97ba6bc821d02ed84db4ac92fe5f6b6f26393c85646c58fc471b6b21c656b0f19 SHA512 4349dd6a870d36412dd79f7d68d67d979c06d04f82251bc85cd0357f3b63f42a6e3bf0dd3692738e6c35b9770a0c793142ff9a3a3761f24f603c9f117ebee55b
EBUILD blebox-uniapi-2.0.2.ebuild 792 BLAKE2B 488941e89e777a74ebfeadbcc5a7d4aaf5d096c2d968859fc83c57062625302397605f31ea297c953be54d19a1889432cf3ec950f5a3568a724211e62e651a4c SHA512 6e2f1f3a91c32e9a0e4468225e536e6b820efc3382a877ea63b562894bee4b2c873185a8fadddc75f7d857f0c7f5d0b81249809daf33414c8441e32314685794
EBUILD blebox-uniapi-2.0.2-r1.ebuild 836 BLAKE2B 4f3456f5d9b32a0d32401668a739e953e1ad819da1fdf1a4d212e575e3d799debb6186b53aec621137d6688d8af655eb42784f8461f9e932239eda5eb4c517d0 SHA512 29a07ca69f80ddc8e1bc55f558c28dd05e5f338f21bde6730ccc1f0960ec60bf6664499528801c748ec50443c70992d565bceb8b8c481daf04266f9f9ecfafdd
MISC metadata.xml 452 BLAKE2B d528976d70a69cf3e3b345800d6e4ea0bc5405195f318f8b8b9bd15c230ee45e7d89d28fd6f68fa1b1c48842f7a8d4cb6af9e81dd264c1fcdccdcbceebb2a16e SHA512 193dd2ba31cd48b59e8bc7c124ee3c0c730ff0abc0ad95f93e2bd9edaa9b5eb3dddfed1f46a86cfbe1d7daabc51e7c6d2974723f775418580c736616cb2ad0f5

View File

@ -24,6 +24,7 @@ DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"