dev-python/pyialarm: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:46:42 +02:00 committed by Andreas Billmeier
parent 8ac482102e
commit 84fbc8b511
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pyialarm-2.2.0.tar.gz 8098 BLAKE2B 62acfc29aede9d6d59f0ecd61322023a67971892450bee82589ba4311a903de9c6478fa661a50b0a13aa35e98bf89e1924478186c2474f74d17aa5cfa728d1ad SHA512 59c11dc35043450b1c9ae48c5481be86391eb7ea37e9f5e345e6f2d978c6b329119b7c2ec8ed1d0c6a5d1af9d14ac2318fbf6ba5ad8bc5fc9c842a73f6a9c883
EBUILD pyialarm-2.2.0.ebuild 788 BLAKE2B 2a3d5ff3569d9eefa22f20e16f6d1b50e277f8e8797d5e21883316f88b63c8a9ef002e9b5265c126da021dc43d009793ba3c19423873398c5161548decbe7fce SHA512 d0460e136303842159a0a034d24d74e4974393f7de64de0bbb4478062c8702a77932aba83dec4f4d0d547390aa3c303e10295a56fdc3b9e63cd88b0ed43b6e51
EBUILD pyialarm-2.2.0.ebuild 631 BLAKE2B 944e3d0e1f90dcb782a33b240364bb9b8780d729681853dfe702adc5d42bda45317e592d38f09bc186b0c852a8b8efd4db359c080ef0d81c348fbc27e917cb13 SHA512 d60c9ef13026e35b2067885cc2f9607cbaa7c4eee4d6f5f6422997d34de11bdb9715707fcbbfd708e75b8deb760696992d8d090e65ce62dda70bfef7dc35f2df
MISC metadata.xml 526 BLAKE2B 1fc65aac6b7181e9e876156582fb8dc47449501871755b5a16e2a2a54943511e3bf491651658be9cdeb6420f7b4957281c5e1e6949b2f151b3b412d7fffbfd6b SHA512 32f33de1179f06cde75469d142058b48a01178d6c057adb77227bf01aaf44d48a7a4be6c3f530a019f5bec5a208bc9dac7cc54d7b758ccb1ca9307ef5b76cce0

View File

@ -1,15 +1,14 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="A simple library to interface with iAlarm systems, built for use with Home-Assistant"
HOMEPAGE="https://github.com/RyuzakiKK/pyialarm https://pypi.org/project/pyialarm/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,14 +20,5 @@ DOCS="README.md"
RDEPEND="dev-python/dicttoxml2[${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