dev-python/life360: add 6.0.1

Closes: #2552
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-28 16:44:43 +01:00
parent 55c658bff1
commit 9648d973fd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 22 additions and 2 deletions

View File

@ -612,11 +612,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 1559 Ebuilds in total, 1548 of them have in total 1565 (42 different) licenses assigned.
There are 1560 Ebuilds in total, 1549 of them have in total 1566 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|899|
|MIT|900|
|Apache-2.0|332|
|GPL-3|95|
|BSD|86|

View File

@ -1,3 +1,5 @@
DIST life360-6.0.0.tar.gz 5009 BLAKE2B 7db0ff342b7f09b4a6c8867993ca79715b0b9be2eaf579bed085a5d5f0f45bffd1c7c567f7a563a2958b0fe8c576d03a94245045ed03cb140d1239841c5b5d35 SHA512 11e01254ecba142e6f541f739d1fc97ee063791e7a14273c95242d70b8b233186a4ad82be101f74de7958ad19dfd8e0cc285d6cd0996edbac537f79aecb341d6
DIST life360-6.0.1.tar.gz 5083 BLAKE2B 882131f83c81e5791c40c4c9ea5ba669db5f5c6221153de1747ca70d297672003cbc399287037d6f4b122f3270c9dbaeb1fa7c4033966b1066e6055e79186124 SHA512 db2df42055a4ef994599809016c8d92cda671ca5cfd7ea4995436f155c994e60e5c969065e497a8d49e6a15d920a4fc8aff91b32098e2cc364ceaa6d99e89a49
EBUILD life360-6.0.0.ebuild 454 BLAKE2B 121168b948f8ccb287437beac62edcfdad01457b8161c3551d5f3a16dc1a2de4c8ff867f742ca9a49fe75ad3f071292df1aa939bee0fb661f0fd0a4980579b3d SHA512 b3bc9aedb19bf0436d60b8a9f64009041999b9af547840f4ceb97c8e84cd45eace78e189b8a4c8f836668543d62d223e414e6b92f75585090ad00883f453f1dd
EBUILD life360-6.0.1.ebuild 454 BLAKE2B 121168b948f8ccb287437beac62edcfdad01457b8161c3551d5f3a16dc1a2de4c8ff867f742ca9a49fe75ad3f071292df1aa939bee0fb661f0fd0a4980579b3d SHA512 b3bc9aedb19bf0436d60b8a9f64009041999b9af547840f4ceb97c8e84cd45eace78e189b8a4c8f836668543d62d223e414e6b92f75585090ad00883f453f1dd
MISC metadata.xml 513 BLAKE2B 6b9a55e7eff40cf17161c2017b52951eb9b375dcaaf07e2251ea24ba7709c68f29236f223a1e69a530f0327925f9a8fb19d71a01660125124e49d66ce16d7638 SHA512 09ce4192096d6c4f7340a61415755f41876c83ccc66f96975336a2f374675b19beb9c1ccbc97753a2067e5eb02503e81a2c90d0d9b8f3312ede07939d1333927

View File

@ -0,0 +1,18 @@
# 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="Life360 Communications Module"
HOMEPAGE="https://github.com/pnbruckner/life360 https://pypi.org/project/life360/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"