dev-python/sunweg: add 2.1.0

Closes: #2857
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 19:32:11 +01:00
parent a0287bf5a2
commit 211f28bd53
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 27 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 1735 Ebuilds in total, 1724 of them have in total 1743 (42 different) licenses assigned.
There are 1736 Ebuilds in total, 1725 of them have in total 1744 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|988|
|MIT|989|
|Apache-2.0|380|
|GPL-3|115|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST sunweg-2.0.3.tar.gz 10626 BLAKE2B 4a2f3a6cf1e8a150cd297192a3e21f7153b9aa675bd308b2ee96e5e0a73c90dcb88aac22cb9f8f802324abfe72f0098daf6ca4e079ef51547018d5cbcd13dfbe SHA512 27d0d803f063afc4748672edf4ed8bdb65d1c4fdf40ea0c8e8bcadf948249bc9527ab647392f4dda2faa7ba8a0c74c5131bffd3f861c5117ccd81719253463cc
DIST sunweg-2.1.0.tar.gz 11293 BLAKE2B 9f0791286deeed64793178432302a117372779d255f903718f711cf8eeefa73ee9d532aa2c3d5b01f2aff140b68787538fdd84ecde55f3895a219631e2d0134c SHA512 c668f16233fdc3fca7e8245c35a069e9eaef8747074d8189d3d4287b33ab427055da88d10378ee72d3a26e096deee1a9c46aa48d517fddc30bc30105a16d5beb
EBUILD sunweg-2.0.3.ebuild 757 BLAKE2B 27b8d41c7fdd0693e06a0969d0c5d57a750a75902a071b290f798b1576442f37285a9a7d26d6cbe23407d1a280d1a11ee6dd4987e7c09097ec9a08ce019b1e3c SHA512 94c5045368e145d02a70f9a47a8f6b6b803cb697d4bf8994e5109f4fc1052068182f34669122ef1ceb30b44a601d26117d9ff8dc28677f68dceab5d678568a0f
EBUILD sunweg-2.1.0.ebuild 532 BLAKE2B 04c4d7f4b5e83d4fc3360b327bed03a9dfc10ccb4593be3dbb146546d7e959602d37e1a8fa487895c7c0a2aa26221618027b501b27859b72b144a76548c006ff SHA512 dc5526bb0148e68ffe8770f09aed83bc92e9dbf5bdff260c9d33da0c77e81d401b59d1a20082c05cccb33ec890020f5964ec821586e0f9d63b17995def6d4f85
MISC metadata.xml 499 BLAKE2B 2a93c67465d2475b98fe0c887bbe8db45e22957ab4124ccebae89dd5bf2e3f143e0676bec69d2a45dcfff1541333fc7e6fa455e87d6cdfd3ab96ceeda5e89608 SHA512 31367f79d656f26cae66a3c56f74ba85d4706f1971abf5ed12cc1d4034f3c57fcfd210fab90098f473438e5455fac31e6ea163195f387898314a0a5a57f39bea

View File

@ -0,0 +1,23 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A library to retrieve data from sunweg.net"
HOMEPAGE="https://github.com/rokam/sunweg https://pypi.org/project/sunweg/"
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