dev-python/waqiasync: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:45:30 +01:00 committed by Andreas Billmeier
parent 964127d329
commit 06702d1de8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 10 deletions

View File

@ -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 1898 Ebuilds in total, 1887 of them have in total 1906 (40 different) licenses assigned.
There are 1897 Ebuilds in total, 1886 of them have in total 1905 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1094|
|MIT|1093|
|Apache-2.0|412|
|GPL-3|123|
|BSD|103|

View File

@ -1,3 +1,3 @@
DIST waqiasync-1.0.0.tar.gz 1691 BLAKE2B d986d202563b1da95e13e0912f63fcd061bde6875572289043a7d8c4df56472cb19608f4f150c5c19cb164de0b77a6617b143b9353cd7dd98ce484133494b5cb SHA512 4cf252d7b5d48438c6d2214ca675f4dd61d86322a4043658b4f62f1c286562d427249071378a33fda008e3cf14211c39dc5fdb4a6a63b2b8342275e3caad8efd
EBUILD waqiasync-1.0.0.ebuild 744 BLAKE2B 0187449f914e2239cbf512b9aaa00c5f0abbb294c9e5ad90637a68a5e9ad3c0826986d684b9e5e23f5d09bce3e5c8c0578a97a3195bb30e91cb893ae35ce5dfc SHA512 6ff48abdc56caf59eae989ede9ccd77ae685e107036b2663f3cbeb53ad17868becaae05090a750b471fc5cb75a5ce93ea1f34fc5efb309355b9d2a0558ad8566
EBUILD waqiasync-1.0.0.ebuild 688 BLAKE2B 9f326da118dfa8ffaeeae838fa5ce6eecc726031c6ea3b25af8e716d44a364a3c2ad4e7491d8153aa2e9036081b3de209a2ca52ed7f1ea7ff0caa1359b4b3a95 SHA512 6b55326c334cbd2393fc92438e6cbfcb630c48be77e8d3a5b205cc3bc2e61d89607b023cf3b7587482c5a3ce802ccaf86c1e33bb63c4f400bdbe027ecebb1a70
MISC metadata.xml 516 BLAKE2B 389733261351ff65ffee25bc071b5087a9e91a74e8c59c32117128dd699e3ca6cb4190dc8ea279f6021957f71e8725f5afff97a7b08c09840b8a1c965990b1b9 SHA512 d43af775c1a253d761f6c4b678a96c27c257cb2279a7acedab0af04cce0c821687e3bf12edbb2e63845965536f47e665af910506fb4123cf67723ebcc02519ef

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="asyncio-friendly python API for aqicn.org"
HOMEPAGE="https://github.com/andrey-git/waqi-async https://pypi.org/project/waqiasync/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"