Skip to content

Commit 9cd125e

Browse files
committed
dev-python/brottsplatskartan: add 1.0.5
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2584 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 0299739 commit 9cd125e

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -612,14 +612,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1581 Ebuilds in total, 1570 of them have in total 1586 (42 different) licenses assigned.
615+
There are 1585 Ebuilds in total, 1574 of them have in total 1589 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|909|
620-
|Apache-2.0|334|
619+
|MIT|910|
620+
|Apache-2.0|335|
621621
|GPL-3|101|
622-
|BSD|87|
622+
|BSD|88|
623623
|LGPL-3|22|
624624
|GPL-2|20|
625625
|all-rights-reserved|15|

dev-python/brottsplatskartan/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST brottsplatskartan-0.0.1.tar.gz 1935 BLAKE2B 99caba9467b85be448caa8bb22d96d6c68458c37f4d96769d872f6118d635e3b903ddcb012c1074ba9682e3ed286bb35933a6a09838134f298050ee8d491d549 SHA512 f106f323b799c70a379ba6e4baaf800eecd13e0aaf31321706326b6ca48d02a0a96d93e37d6b681c349c95e495b515d17550d8f8bed86eb866dc3ae080e19cb0
2+
DIST brottsplatskartan-1.0.5.tar.gz 2794 BLAKE2B 4af07b222ad8aad2d62fbf6e04a8e9293b42baaa1d1272981ca0d8e621ca00ea0b5afb2cbaa3c0751c9e07807ac9dfd63ea283f6af0202a55c2c30de41a36eb9 SHA512 00859d1172342a69495e1f6f8caa213762a81dfa7293ac571f2a673bcc4fe4a74363327dbf6b336c9cdf69f71129bfda9d76794e5f95176d5de3d321ece27bed
23
EBUILD brottsplatskartan-0.0.1.ebuild 548 BLAKE2B 793e6e7c7e885946ab8d9ceba95383be13e5a937eb704668a4394dec256aefab4216b84f4063ae263571755a301aa7d918184f41d6306fff027c5b516171244a SHA512 c78012db9f34851662180328c430044ebbc36d1c05aa844827ddc2397e6f3865c6c0d1579032aac24a0ea10e52b26d2301fb051cf96f4a0dfdab4c21964a5f8b
4+
EBUILD brottsplatskartan-1.0.5.ebuild 548 BLAKE2B 793e6e7c7e885946ab8d9ceba95383be13e5a937eb704668a4394dec256aefab4216b84f4063ae263571755a301aa7d918184f41d6306fff027c5b516171244a SHA512 c78012db9f34851662180328c430044ebbc36d1c05aa844827ddc2397e6f3865c6c0d1579032aac24a0ea10e52b26d2301fb051cf96f4a0dfdab4c21964a5f8b
35
MISC metadata.xml 532 BLAKE2B 251e2fee75d08910cba87e530eb9def0fcdf5747f999dd0dcdc0ae2b6291e368e22ad7f94e495a86ec6ffd35bf177c41d5d2d6f5801cdfc38440cb0782ddb233 SHA512 304e7a19716ff41f0013c8b1212931ed6495c794087dcea669a8faebce5bd5fa47d240a8d7432b49a3d1424aa9fd9c1070d1490569049527f179e5a3e8e493f1
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Simple API wrapper to brottsplatskartan.se."
10+
HOMEPAGE="https://github.com/chrillux/brottsplatskartan https://pypi.org/project/brottsplatskartan/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
19+
20+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)