dev-python/eufylife-ble-client: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-04-13 22:33:55 +02:00 committed by Andreas Billmeier
parent 0821249c34
commit ca32e3dee5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 7 deletions

View File

@ -211,6 +211,7 @@
|essent|communicate with the (undocumented) API of Dutch energy provider Essent|N|N|Y||
|etherscan|displays Ether and ERC-20 token balances from Etherscan.io|N|N|Y|0.47|
|eufy|eufy integration is the main integration to integrate various eufy devices|N|N|Y|0.68|
|eufylife_ble|integrate Eufy smart scales with Home Assistant|N|N|Y|2023.2.1|
|everlights|Library for controlling an EverLights lighting system|N|Y|Y|0.87|
|evil_genius_labs|allows you to control and monitor the artworks by Evil Genius Labs|N|N|Y|2021.12.0b0|
|evohome|links with all non-US Honeywell Total Connect Comfort (TCC) CH/DHW systems|N|Y|Y|0.80|

View File

@ -86,7 +86,7 @@ The Ebuild we have since `0.97.0`, as soon as I know that at least one user is a
### `app-misc/homeassistant-full`
WARNING: This one currently breaks (caused by shell limitations) emerge with an 'Argument list too long' error. It compiles with a [kernel hack](https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/190#issuecomment-1002). Thanks to @gcampagnoli.
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **903** USE Flags.
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **904** USE Flags.
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)

View File

@ -1,3 +1,3 @@
DIST eufylife-ble-client-0.1.7.tar.gz 6433 BLAKE2B b8e225bcd0fb42b6a4c17efc139a440770f6a23dda6cdc62ef6b7ecef97c51151cdad76473336cf25bde4e5203bc2047bd4b9475eb8a7b5d90cca632e001143f SHA512 deeadca76030515fbcad7d11b503cefcd60852cd34743d592bff10612c17a0970f75a04852d0066f7cb4f363c6ee3369b2e17ec8abc541d667c00fc22f95d27b
EBUILD eufylife-ble-client-0.1.7.ebuild 852 BLAKE2B ac1d4e5661f9dfc735e0bf42f30600aa565485596426a73580664bae55f58e5cd001a976453105d48c6da0e33ad2941bbb0077a7a2d9a72d4a9458ba52713d5d SHA512 f2d2ec90719dc5061e10c246c85bf4b9ec0ba57c1b90d52cca149728c99543ace84888072b25734fae973207bb8b763e3639b792a2a8032c82381170f83bd6b1
DIST eufylife_ble_client-0.1.7.tar.gz 6433 BLAKE2B b8e225bcd0fb42b6a4c17efc139a440770f6a23dda6cdc62ef6b7ecef97c51151cdad76473336cf25bde4e5203bc2047bd4b9475eb8a7b5d90cca632e001143f SHA512 deeadca76030515fbcad7d11b503cefcd60852cd34743d592bff10612c17a0970f75a04852d0066f7cb4f363c6ee3369b2e17ec8abc541d667c00fc22f95d27b
EBUILD eufylife-ble-client-0.1.7.ebuild 733 BLAKE2B ad8cb6d43e1df1d84343b4313c98ffb63642ddf80b38cc46e97538a9dcdd6b0cfcbc8a0e3ae2f1b64591e02f03bae68583d9afe20040b377fbbfcac4dfb58805 SHA512 d8a23233d5823ed95ee2e9a0c1e3c6ceab8e60affcd54224610e06980467ced85fe058c47c4f0b2302472dbc33af558bc27ecedcb3d5827879aec3604764e815
MISC metadata.xml 477 BLAKE2B 6053009e54f7aa65fd437597a73281cd7aea5052221d7516cce3bf456b021650cb9e177585433011f77275a63d56636e258edfa110358be79111eba99c182b29 SHA512 f864efba0da6c5ce4c4f6644c9f3b77111b39021b4e784bc71af27b46d23dba7da4c3c4da5574bffc73c9275592650ccc5f066f56c556a5d2b1f3388109980ed

View File

@ -5,13 +5,10 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="A library to communicate with EufyLife Bluetooth devices."
HOMEPAGE=" https://pypi.org/project/eufylife-ble-client/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"