dev-python/justnimbus: add 0.7.3

Closes: #2808
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 09:18:53 +01:00
parent 85dd446641
commit 3ad19e9da1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 29 additions and 5 deletions

View File

@ -617,12 +617,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 1771 Ebuilds in total, 1760 of them have in total 1779 (42 different) licenses assigned.
There are 1772 Ebuilds in total, 1761 of them have in total 1780 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1009|
|Apache-2.0|389|
|Apache-2.0|390|
|GPL-3|118|
|BSD|101|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST justnimbus-0.6.0.tar.gz 1571 BLAKE2B 78331debefc895f749c100c2113bf3b78ba820c816caefed793252ecb15a31b8a97fd79f0f74c0874905b1cc9d5baee797a074bb505f4943daec44cf5a51c530 SHA512 c262994a1941190739a99ba73b77fd3fbd67098aae804050cacd43a0d8fa6b06f5567174eacf853c542723cec54a7483e8f0dafbdac48d68e2fe09a9260123fa
EBUILD justnimbus-0.6.0.ebuild 611 BLAKE2B 27861ec94772e347c28c721b8ded1216b61ef3cec590bae85776dab319a92b83242e68da318eb580ef31dfae4dece049a54efe461811cf7e06f672f685e3eef3 SHA512 9714307f83f0f5a779ccc0d991ddd1cf83a4cc26384412c176e6cf3b977eae98f67970fdc1430fb8d94806b6c763aa4d32a77f680b80e29956ce741ee85a05f8
MISC metadata.xml 478 BLAKE2B ad17a4fd21cf4d8e05a62a1ebb39cc03e43ada4c3fc349d8f4b673117d52d9d34febb631f3bbf90aea69be7bac56e6ee2a29d1a6c42444df5d30d8d50eb812fe SHA512 2b9ab6cb44e5eb4c25a76532f4b0dc39bb0b15aa058a94a7bb1040a0c58cd6254b4456244d4eca0b482208ac543821e1bcdba8f5a804187849df1eb1e4ce963c
DIST justnimbus-0.7.3.tar.gz 5507 BLAKE2B 3ecc02047cc84b339fb551b84564798579095cb4f5a65f0a2eb855face940cfb6f5f7e7608749efb3aa8c92115dd3e9fcefa850ddc6d726e4cc03bc8b46e5fef SHA512 91d0fbd1c8d20eaff883831b9d6ceaf11b0affe6bb3c1ebdb1a47bcf1400b571087539fe46084ae6da84a60defa5fd53f08bfc70ee2e32f3a6150f86962a683d
EBUILD justnimbus-0.6.0.ebuild 611 BLAKE2B 931c5b11f4c1a090dda1573713f01e03b52c9ddaf344e82e37e300e704d76cd46854b837d159c1d1c0726f33d2557a456887b1dfc43c3797c9ee31d821bd51e6 SHA512 965e4b5188a0033bc7dc96ba4907966c8e3c68cc62b5a2216099941aeeee3ce5c353887ea4787d68e68f7e14f6bd7ffacb89558ef67e9af5e0bd1c8aaedb9095
EBUILD justnimbus-0.7.3.ebuild 529 BLAKE2B 17428cf14ddadd7d818e0f6dbbcfc6bcd3b101c9850fd824960c1a24b5d82186de33addb64670b7ef434ccb98bb836da69a0efd3dd2e5dc4e061d5932d86ac7a SHA512 86f9c7e9028c9f0b3bb48c62c425d81ed764b5c2dc3f0f77997d7e42cabc4dd47cdf096ad5b7a7cbadfa29bf078b8fca1c565831b7e493ac3bf83be70337abd1
MISC metadata.xml 542 BLAKE2B 95f85cf15c290a31667556d8c333b4baf4919b17113569362306e81b96e4fd1f5e6780b80dffca98173ec9d46a280a46c689218a25df67a79141d9efb18b1ccd SHA512 1feba4d029171bcc8088a97a1439bbb6eac482d7265e353f0109d94db7173fe5c585a73dfdd762a4821a6c3adc4b74742647741f22f4e451692576c7385a7379

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,21 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A Python Wrapper for the Just Nimbus API"
HOMEPAGE="https://github.com/kvanzuijlen/justnimbus https://pypi.org/project/justnimbus/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">justnimbus</remote-id>
<remote-id type="github">kvanzuijlen/justnimbus</remote-id>
<maintainer status="unknown">
<email>8818390+kvanzuijlen@users.noreply.github.com</email>
<name>kvanzuijlen</name>