dev-python/rova: add 0.4.1

Closes: #3076
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:40:33 +01:00
parent de30a3279f
commit b34e60f9c9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 26 additions and 2 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 1917 Ebuilds in total, 1906 of them have in total 1925 (42 different) licenses assigned.
There are 1918 Ebuilds in total, 1907 of them have in total 1926 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1080|
|MIT|1081|
|Apache-2.0|442|
|GPL-3|128|
|BSD|106|

View File

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

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