dev-python/rova: add 0.4.0

Closes: #3016
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 18:27:17 +01:00
parent 0ef3566a44
commit 858b161287
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 5 deletions

View File

@ -617,11 +617,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 1879 Ebuilds in total, 1868 of them have in total 1887 (42 different) licenses assigned.
There are 1880 Ebuilds in total, 1869 of them have in total 1888 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1061|
|MIT|1062|
|Apache-2.0|432|
|GPL-3|124|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST rova-0.3.0.tar.gz 2509 BLAKE2B e15623f684857bce21828f0a881dc5b5f2ab723318ad5a96995f8a44a98c6ce8806a57b3d2fc8bb3ded61ee56a145f0404b49d0e8635876c2a572f6b3565c925 SHA512 42b050a40193fcf8f968c059981b04863a1599b076598ea3fa577d346f2d63796c7a1f129a6743f3815abfe77ec9b40877304880f0499c4a4111d3348a29ad29
EBUILD rova-0.3.0.ebuild 623 BLAKE2B 9e70f6708d3fdbb9909d0890f3f81d5c3604133dd5e181c7dd768f9498016af95769c67dcdb72e17986f868567c13dd76f518a90326bea224aa281ccaa2f08c5 SHA512 30728b045e94eaeb0389d0ea918a7fc64f602e82da3ebf1d191d802f1c78f86b2be1dcf340d84f66d4d4a930853536861c931f55437769a323836c1594e2bfc3
DIST rova-0.4.0.tar.gz 3231 BLAKE2B 202e79957fe08673a51743a44433ac3c2e5d470e6871414d19f1b8984a255ddff31520df826ddafa07ba774168650e515c0fe45596f30a5c5a0fa92e4966c9f9 SHA512 566689eeb0fab8913743b763983f73a6fa11bf0b43df52a087f9076950429428027d4fc7a85421b5e28a6802891a26febbd0b4e33f404af37f3dc8dcbb0f96f5
EBUILD rova-0.3.0.ebuild 623 BLAKE2B 2d08f6c6a6da82943bd3d09a97c7dc60578d2b43cfa460f8bfc1b1a779c8f7cd983420b6a975092f4b2736de593c982ffa73f0cf2794a9fedbaa77da115dddc9 SHA512 9753746dde908c9bbd4759af7d2c6fc6d9b422d68b63eecad24b7d149abce0fe0a18bc8b6cbc902542e27c75ece4d2078ade49be0912082fc2d572b98cf3fdd4
EBUILD rova-0.4.0.ebuild 521 BLAKE2B 8ae36f86e975d38b26b5be7bcab4f287bf422824aa9c25e50942ed6b699836a05660d32f589aeeae7158f36acae0007956edf82d0f7e2e6a66ef56ef433df3d4 SHA512 72856ac8fe17346a44528a23a6c585d2cea157bd72ecb1b8346dcb8088860848e9fae5fe3f0f8d309c7ae9bb737e87d354f69d9098d4357a56d91fd70c6d5ff0
MISC metadata.xml 505 BLAKE2B 5510c9ed335e00bb0beeb6fadec717b34dc8dc55dcb66f1825ea37a47f129813d9c5720866206e936a9b838906344926112ce6e8297a081adea2adf8936b0039 SHA512 52c75217de5a4d22d5b29f53cf62412cc1f4fed1ec72b3d9720e5010740ce03fb32b61e85bfc3fb4b986bb6f13f47629b90639d0622c04f259b2feb6e2a9cf85

View File

@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="API wrapper for ROVA calendar"
HOMEPAGE="https://github.com/GidoHakvoort/rova https://pypi.org/project/rova/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest