add License to somecomfort

This commit is contained in:
Andreas Billmeier 2021-05-15 21:10:35 +02:00 committed by Andreas Billmeier
parent da1f092640
commit c1d85609fd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 5 deletions

View File

@ -60,6 +60,7 @@
* add starlette-0.14.2
* add ajsonrpc-1.1.0
* update missing platformio-5.1.1 deps
* add License to somecomfort-0.5.2 (https://github.com/kk7ds/somecomfort/issues/27)
2021-05-14
* update astral-2.2

View File

@ -1,3 +1,3 @@
DIST somecomfort-0.5.2.tar.gz 43742 BLAKE2B c8d32f8ab668c03849d095d0abb2c51880823fdb9620b3790b010bbfa25c4c72890c5568af3e155867431ec9a23b4c68b4e857b60c0d0ed50f508953be8ba4ee SHA512 0b70b9130efae0d011d6a21957675bd2cbd6c2a5719b9edfc9d40b4f73c10b69ffc9007c4f825c0d37010cb614050cd8fbb62f68c9b0983ce9e4a28d5d96c7a0
EBUILD somecomfort-0.5.2.ebuild 738 BLAKE2B be049f58411037276e2eb1001b502a9eba2e9ebdaba20c84bcb175ff3362c5b55e693a01960081a562fed74acb9de09f11f67a57ede6262bed929ef174f9356e SHA512 1e0a5492ffb432f29ade5a1fbaf8d8c29ce28dd5ac155b6a7802d70c347221fba3d4e57eee9c3d587587a937bcea326e8f4f60fe158538ce2e60339acac95cb8
EBUILD somecomfort-0.5.2.ebuild 697 BLAKE2B df7a236bad16254ce088b4fcfc99f222a153978e2eb1b5c0d0a7252b4bf8026062a65b8e2ef664f679447889e75e95a7e3c5d82b1eaa7521b24f32f8c739e3b9 SHA512 b58625af409a230ef5bd016a5cc595b456547d413c048eb31841e24727a4906df66c86d79769b489c4a98f2493decff03b7eca54db1d7c57836efec2e2e281f8
MISC metadata.xml 465 BLAKE2B 21df546b9a6e9333923345ac11d4f6af4a477894f3104cb8867f47c0c16b548bec55648f1c8223974039fd25713c6d1e2450b5c777f723f857be8491d41d78a3 SHA512 a449ca5ac2dc32700ab5fe765f8073736075f0446bc9d6bb6d8765f46ea9a40cb0a9d247f84be08f1dd9ada4860bd7f0dd3c19f3f285e529dec18f193b987a3a

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@ -11,8 +11,7 @@ DESCRIPTION="A client for Honeywell's US-based cloud devices"
HOMEPAGE="https://github.com/kk7ds/somecomfort https://pypi.org/project/somecomfort/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="all-rights-reserved"
RESTRICT="bindist mirror"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"