update pyAtome-0.1.1.ebuild set LICENSE="Apache-2.0"

This commit is contained in:
Andreas Billmeier 2021-01-31 15:48:49 +01:00 committed by Andreas Billmeier
parent 23aba9b8be
commit 0438a130d7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 4 additions and 3 deletions

View File

@ -53,6 +53,7 @@
* bump pysonos-0.0.40
* bump home-assistant-frontend-20210127.6
* bump rova-0.2.1
* update pyAtome-0.1.1.ebuild set LICENSE="Apache-2.0"
2021-01-21
* add scapy-2.4.4

View File

@ -1,3 +1,3 @@
DIST pyAtome-0.1.1.tar.gz 4495 BLAKE2B 22f43e62054bbc859110508337ebb27ea3aa4401bded1ba1481abd3270452ecb940745d9d188c598aa21732f2cc845db219434bd0d0eb9635a512b313dcf42cf SHA512 d6429be278c59f88aca56b5d714ef015c07a036e7e606c127c00b5e63b95b6fbf84bfb87583972457c4676a2e252ba03a59fe9fa3e757ac7d114930cbc01a51a
EBUILD pyAtome-0.1.1.ebuild 728 BLAKE2B 821c0b08305da72e4263a75d1ebbaf00c04e30a145f55de2c454ecc30f156dcaba325b9ea594d163ab4eb464c5a5f04bec21fdbe7d150102d85fd5339326534c SHA512 6dd9327fb1900ef5cf56e15dd8a16d4a6c8dbe146d38c99f87d0595ca31441798089f27ef38aca85167ccd7c2d17be689d10a43eb235f82a074da9996d7ca036
EBUILD pyAtome-0.1.1.ebuild 735 BLAKE2B b97fbae84f424f8a120ae4f4f01ee91791302151986c5a34360c306ded7e607be5d5e054c7c55684d3124066d0e61fc6ee2b1dcbddaf173c97313da36580e19e SHA512 c6351c3d910de2be37e94474f7538729247894cb9cb881bf97123b7eabfba0e0b05b998b76335a046cf41ad730d1163f2a6b728318ac559e8c5b22d217b0d1c5
MISC metadata.xml 458 BLAKE2B 43eb1187b5419e1311ef857f124919a8f04dff14db221307430870dcfd7256318308d050b7cfb7b1766c6f79e65d612edcecde98d9b4fe1a91c8033131b729f7 SHA512 68a146cef6011cf201a2fba1dccf025481d3583b42a65145fee38d119a949c440627db56a57347d6fb245b0bce871bddce73b6f7e0f40df197f7c1a1593ee4dc

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -11,7 +11,7 @@ DESCRIPTION="Get your energy consumption from Atome Linky device"
HOMEPAGE="https://github.com/baqs/pyAtome/ https://pypi.org/project/pyAtome/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"