pyflic-homeassistant-0.4: fix #146

This commit is contained in:
Andreas Billmeier 2020-09-10 22:09:07 +02:00 committed by Andreas Billmeier
parent cb6cf24e13
commit 59568a8770
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@
* thermoworks-smoke-0.1.8: fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/166
* python-tado: fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/158
* orjson-2.5.1 removed, too complex to compile in Gentoo
* pyflic-homeassistant-0.4: fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/146
2020-09-08 homeassistant-0.115.0_beta2
* cleanup PyDispatcher vs pydispatcher

View File

@ -1,3 +1,3 @@
DIST pyflic-homeassistant-0.4.tar.gz 6278 BLAKE2B 132ab8f4018fd2ecf2286177f81c314fae2bd619dc3abfe7a04defc1c4e0bc9bedd2c81bc5b0c22189b7611d1f8b56322a31afd3e36a9426a9db4e0d9c379304 SHA512 255c009864267df29fccc9dbc32a719e82bab1e864c33aa01dfa24e0946ef90e595a1383989998448f9f20c419e1a530587bebaf3eadd80a8c62feb03ee23698
EBUILD pyflic-homeassistant-0.4.ebuild 782 BLAKE2B e6f29ebb2b43b54b8bb7c8e31c376ecf259fab96fe9c83d9914c08c0e77807fa459dcf9b1dfb811c67243158ebe2de75f339158b4137f24e374a36931af59a59 SHA512 559c5869cc93ec54d44eb1b5d127f4d03e448d79c211e7381742c915bc096952ee4a2ca1614d21536d31bf5ce7822e57c8f95d3441c517b1450002fd2d0f21a6
EBUILD pyflic-homeassistant-0.4.ebuild 812 BLAKE2B 58cc668a83e372d7a9b614ee5f77affd0f67444795266c3123350993e61c0f082a37306e08f2c736566f39d89ffb474478338d569de0946e43fbbc6f84962b30 SHA512 236709b7fe78d5d1ec8d1541cb069bbc4880b90807e1d3ecdd9b34ab3747d407dfc42f1f6bb41444ff5bf105ae045a3c7d8dc1f46a96c2c08b7fb4574ed78196
MISC metadata.xml 468 BLAKE2B a0e149a9dbe3626faa6a2464f28cacdd539865119424ecdcbdc02295db243ff76cb1b5bed6ad156fc9660b5e47b40d791588f49bddfaf9d83a22ad9bdc9829fe SHA512 30b7d7faeb013986dea18168b1a142eee594648023907193b5677f689d52b3d388d7bf9dc91645c1eb5043b3d50f5b3c7d0c41a31c99b535e5c374342ed6ddf3

View File

@ -10,6 +10,7 @@ inherit distutils-r1
DESCRIPTION="Python library to connect to and interact with Flic buttons."
HOMEPAGE="https://github.com/soldag/pyflic https://pypi.org/project/pyflic-homeassistant/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.dev0.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PN}-${PV}.dev0
# No License found
LICENSE="all-rights-reserved"