dev-python/pyialarmxr-homeassistant: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:49:30 +02:00 committed by Andreas Billmeier
parent f65544fdff
commit 878363326f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 17 deletions

View File

@ -1,3 +1,3 @@
DIST pyialarmxr-homeassistant-1.0.18.tar.gz 6241 BLAKE2B 4a36608ff68e7c20a5b90ceaa86b0c839721e74df7f62a1fdbf7c76dbfd0a83dff0ac418649c32feccb1bd051a4f6ea8479b8e7c4caef77b4444ee66d057b9a7 SHA512 7feaa7e53968ceb117f985748b742fbfa4ae0d3dea23c33e114ad3934c4a8f2ca5f77030c12c51c64abfe8ce782a0cf325b890cec06d8c97acbab2224c0ce3ca
EBUILD pyialarmxr-homeassistant-1.0.18.ebuild 875 BLAKE2B 91e7ef905b0927d5322714a50411e53824565a82561652fbc837955a8a3242a640cf3aa54f8a54368ac94ee6bb397aa0006c51e2c479146a98191cbfd60bf7db SHA512 73cbe6e164dca4abd1f9b9fa9b0e56f1b194066179c5255165440732399b4fc7ddc43dfcbf8484dd1785e047a223e5d6d0ada7cd2a43024390b9aa6502a715f7
EBUILD pyialarmxr-homeassistant-1.0.18.ebuild 696 BLAKE2B 5691242d9759c0841ccad714ac9821c631c5e075fc398623c011ce43977a06c02a8112154859804976f5bcaf3bd9b3580922ea452bd607fdcf0c250864afff7b SHA512 2283c7e129f98ebb8a19284343c4a18c89f24c921d9f2c64f7845ec75b15a453d7c2b186a4aedf94a582cf74b95f6e5e094658a789646396a9fd8deef6959a29
MISC metadata.xml 556 BLAKE2B 3b873d4e0735feb942a9b8d28d0e65c374199c14ae262383cb271fd1d5dd16594b3b4a5f650280b650ec6056fb738083df97b07b772d4390725bce99f0472ab3 SHA512 a2b1e5c09fc0e60fdcbbe157fd01631f43087dcae4181df749ce244e2a77fef9a60495d8d9f12ba23bf6083403a499896fbbce0a504f72414f09cbfe8cce87e9

View File

@ -1,15 +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} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A simple library to interface with iAlarmXR systems, built for use with Home Assistant"
HOMEPAGE="https://github.com/bigmoby/pyialarmxr https://pypi.org/project/pyialarmxr-homeassistant/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,18 +19,8 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="!dev-python/pyialarmxr[${PYTHON_USEDEP}]
!dev-python/pyialarm[${PYTHON_USEDEP}]
RDEPEND="!dev-python/pyialarm[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest