dev-python/brottsplatskartan: add 1.0.5

Closes: #2584
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 17:20:00 +01:00
parent 0299739ad0
commit 9cd125ed21
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 26 additions and 4 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 1581 Ebuilds in total, 1570 of them have in total 1586 (42 different) licenses assigned.
There are 1585 Ebuilds in total, 1574 of them have in total 1589 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|909|
|Apache-2.0|334|
|MIT|910|
|Apache-2.0|335|
|GPL-3|101|
|BSD|87|
|BSD|88|
|LGPL-3|22|
|GPL-2|20|
|all-rights-reserved|15|

View File

@ -1,3 +1,5 @@
DIST brottsplatskartan-0.0.1.tar.gz 1935 BLAKE2B 99caba9467b85be448caa8bb22d96d6c68458c37f4d96769d872f6118d635e3b903ddcb012c1074ba9682e3ed286bb35933a6a09838134f298050ee8d491d549 SHA512 f106f323b799c70a379ba6e4baaf800eecd13e0aaf31321706326b6ca48d02a0a96d93e37d6b681c349c95e495b515d17550d8f8bed86eb866dc3ae080e19cb0
DIST brottsplatskartan-1.0.5.tar.gz 2794 BLAKE2B 4af07b222ad8aad2d62fbf6e04a8e9293b42baaa1d1272981ca0d8e621ca00ea0b5afb2cbaa3c0751c9e07807ac9dfd63ea283f6af0202a55c2c30de41a36eb9 SHA512 00859d1172342a69495e1f6f8caa213762a81dfa7293ac571f2a673bcc4fe4a74363327dbf6b336c9cdf69f71129bfda9d76794e5f95176d5de3d321ece27bed
EBUILD brottsplatskartan-0.0.1.ebuild 548 BLAKE2B 793e6e7c7e885946ab8d9ceba95383be13e5a937eb704668a4394dec256aefab4216b84f4063ae263571755a301aa7d918184f41d6306fff027c5b516171244a SHA512 c78012db9f34851662180328c430044ebbc36d1c05aa844827ddc2397e6f3865c6c0d1579032aac24a0ea10e52b26d2301fb051cf96f4a0dfdab4c21964a5f8b
EBUILD brottsplatskartan-1.0.5.ebuild 548 BLAKE2B 793e6e7c7e885946ab8d9ceba95383be13e5a937eb704668a4394dec256aefab4216b84f4063ae263571755a301aa7d918184f41d6306fff027c5b516171244a SHA512 c78012db9f34851662180328c430044ebbc36d1c05aa844827ddc2397e6f3865c6c0d1579032aac24a0ea10e52b26d2301fb051cf96f4a0dfdab4c21964a5f8b
MISC metadata.xml 532 BLAKE2B 251e2fee75d08910cba87e530eb9def0fcdf5747f999dd0dcdc0ae2b6291e368e22ad7f94e495a86ec6ffd35bf177c41d5d2d6f5801cdfc38440cb0782ddb233 SHA512 304e7a19716ff41f0013c8b1212931ed6495c794087dcea669a8faebce5bd5fa47d240a8d7432b49a3d1424aa9fd9c1070d1490569049527f179e5a3e8e493f1

View File

@ -0,0 +1,20 @@
# Copyright 1999-2023 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="Simple API wrapper to brottsplatskartan.se."
HOMEPAGE="https://github.com/chrillux/brottsplatskartan https://pypi.org/project/brottsplatskartan/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest