dev-python/uonet-request-signer-hebe: update SRC_URI

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

View File

@ -612,14 +612,14 @@ 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 1897 Ebuilds in total, 1886 of them have in total 1905 (40 different) licenses assigned.
There are 1896 Ebuilds in total, 1885 of them have in total 1904 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1093|
|Apache-2.0|412|
|GPL-3|123|
|BSD|103|
|BSD|102|
|GPL-2|27|
|LGPL-3|24|
|all-rights-reserved|15|

View File

@ -1,3 +1,3 @@
DIST uonet-request-signer-hebe-0.1.1.tar.gz 3111 BLAKE2B add2fe9668a9f3ca4070fccb8f8e8723c5adf552c03558f421fb9fb755ff73bfded9ebf5128262b9d044f9758eee75045d646aa30007fc2e4217dc31546037de SHA512 84aa8e5fbabb23254da56d0304bde331ad099674074271ecef9e7c919ee6b5868c568608d753c07425e2a50d970138d78b0c86907797e7fadf50a566ab0e4d78
EBUILD uonet-request-signer-hebe-0.1.1.ebuild 724 BLAKE2B 5bd595339dc1b81ad3365160c9e7f31fb84e88ad626e75c5a1768ea715550fc06d103d2ca02f290f5e6c8b5df4b9e6ceb1f3da4fc4729a2564699bb34b7226a2 SHA512 c77616981f661958111685afb4750271c29c1069aeed2f3403e89ad7f30a661cd5797e5cb561516699e992e8fed438d9539671f4bee95802c4a17377b8533ce5
EBUILD uonet-request-signer-hebe-0.1.1.ebuild 688 BLAKE2B 19087115e7c7ad6db0c83475fa8fd451322fd878e608952f7486df519b6bbf201f6cbf7b0802d96571750a51a1494234f984047f72a48a04d74f1049f3e4a7ae SHA512 3b21a6180ad9e336114a0d9e002e0d40e13725cf3ef40d8a6d7ca98af19f52701a38912bcd14573352fbdc2a731e687148c68e2e2deeb180fc6ba776619c19cd
MISC metadata.xml 550 BLAKE2B 95c6371b622fac96b1df7caa7807ffd3a6d6aed48931de213ecc2cab16eeba9ca826b96edeb310b815acc5c52615808c1a80eb909924f5c91fb7da51e66458e5 SHA512 f4c822eec9a7296d4a2a5ad37d3dfac37bc1b7710ee16780422eee4231c2b40dafa7b992ff45f18022e1f20c55eeb331749be4e2f87e278beadfaf7f5871fcb3

View File

@ -1,15 +1,14 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="UONET+ (hebe) request signer for Python"
HOMEPAGE="https://github.com/wulkanowy/uonet-request-signer https://pypi.org/project/uonet-request-signer-hebe/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"