dev-python/anel-pwrctrl-homeassistant: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST anel-pwrctrl-homeassistant-0.0.1.tar.gz 2341 BLAKE2B 4f74aa9d58d883013b8b9133232ef0afe32b2cf75a750c1bd7b9497b9e968b9f3bad79129c569dcc803ac5d271e9e6a6c6030b71dd166a0a6f5a890ef1930a55 SHA512 5d05259c000012ef157122933bfa3cdf5c5b7f764b62140f05e52b0284fb44b5f5b92e9334ba58c2c3ceb1e3b86553911d91b146e08990d3d93dff1ed33baf5f
|
||||
EBUILD anel-pwrctrl-homeassistant-0.0.1.ebuild 697 BLAKE2B 569034664019a60959c6590594b471092e3d2653c9acfe35a00fdc54d6316c4ec66d0015cf88511e6905d85bd4780d0f04aa4e859dd5af4c3110c0c0510a536e SHA512 bf0c99d2082334d9d5da897fa61837a5987b5144befdb268bd35b8517253bfff225151642347a46ca86adbcdce12dc41f60feb4cfe7b5212de512eb276a77bab
|
||||
EBUILD anel-pwrctrl-homeassistant-0.0.1.ebuild 735 BLAKE2B cdb55109a5edaa2e17fe1e91e97c5994b235e79faad462b0ee1fd488e05a4155c74f283d7e6d93fdf6db915b9aeef5461599b8b247ddd95cad963f51bb2e6206 SHA512 4948c840f55d30ec5c508750e7532f51ad9cd80f09251cca4ddf52c6b1bffe1af5ad6ed6a09dc596990c6eb688e2d2efa854e60eb06eb6a696e6e15d8ccd2227
|
||||
MISC metadata.xml 475 BLAKE2B 909d8951956d846852c48b06cbe044903c0d8eb67f76fe07b2549914adc9b9c398f68a3ea800860fb27e41fd4babe9a8c4f2176c98c2f715d4ce6ba677ce2d7b SHA512 5386b1d1b5b222a9c5984c9afdaa7366ee6621142902d94e6eadb1d1cf4342d07586b2df0dab09cc8d46a9b34190f9bcac4bb1c3722c703762bae63b3c29d174
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
MY_PN=${PN/-/_}
|
||||
DESCRIPTION="Discover and control ANEL NET-PwrCtrl devices."
|
||||
HOMEPAGE="https://pypi.org/project/anel-pwrctrl-homeassistant/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.dev2.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/source/${P:0:1}/${PN}/${MY_PN}-${PV}.dev2.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user