dev-python/broadlink: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 18:36:36 +02:00 committed by Andreas Billmeier
parent d7ff9c4406
commit 937466a4ba
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 32 deletions

View File

@ -1,5 +1,5 @@
DIST broadlink-0.18.2.tar.gz 17949 BLAKE2B 8f6212594d1027d65458cdf612ef360eaf85dcbefeba1b366d45faeb2fccad9977e0bc2f6dfa2c3a6f9cad95c7561ae54946a4633c174f019bb677cf5b9d5a8c SHA512 7e39ba2f15824890a01aa74331aae5c3034281ae2c923662718ac79bfaf01f04a4dec4cd6d3ac3ac973168d876bf3506ffee814dce366c389623084ed5d6c40f
DIST broadlink-0.18.3.tar.gz 17981 BLAKE2B f1f840ce3e48745172ff9766a5f4f61f6e5815ae4d1fca0c2ad7f751246f01644f7132fddb360380d97bae273d0f6919e65071d2d99ced92503e29620436818b SHA512 6f46025be3d6c8a2abb93df8fe8d80f8fef23d46262886e784426f204c9ed1cdbd9051c98c77890ecc69ae2e88cccc2e79eb9e80d837c3d71873051817f12110
EBUILD broadlink-0.18.2.ebuild 746 BLAKE2B 0b9c1ccb28f153b7076fe73c49f70abdb1bae960750e1eff214cf37aaa424766d62969b2619d7d0e4eda068fccb24ce2b7f0484d3dac1a2098b30acbb93b5b5a SHA512 faa65263089084bf2875bca5fd3ee558082575118a87e892f656b64cf50a8216dcd0af7eaa2fc74552ad3fce51063de365aae06148ae6425edc20a03b9853d9c
EBUILD broadlink-0.18.3.ebuild 746 BLAKE2B 0b9c1ccb28f153b7076fe73c49f70abdb1bae960750e1eff214cf37aaa424766d62969b2619d7d0e4eda068fccb24ce2b7f0484d3dac1a2098b30acbb93b5b5a SHA512 faa65263089084bf2875bca5fd3ee558082575118a87e892f656b64cf50a8216dcd0af7eaa2fc74552ad3fce51063de365aae06148ae6425edc20a03b9853d9c
EBUILD broadlink-0.18.2.ebuild 556 BLAKE2B 6ff5de10ca195c1d360d706bcff080c3b770b67cd86f18c75a97c97728e82b197b844c117f83557537b93857d73719c5b1e028c5257d560fc7bbcd52a66b0a9c SHA512 3ffa30f3937ec991604fe41234e2e76fcd1b324829321d489e73379aa001786465c7d13327809acc2bac011cdbe07520a7b5d2a309c06c52f0c3f3422b2d0fd9
EBUILD broadlink-0.18.3.ebuild 556 BLAKE2B 6ff5de10ca195c1d360d706bcff080c3b770b67cd86f18c75a97c97728e82b197b844c117f83557537b93857d73719c5b1e028c5257d560fc7bbcd52a66b0a9c SHA512 3ffa30f3937ec991604fe41234e2e76fcd1b324829321d489e73379aa001786465c7d13327809acc2bac011cdbe07520a7b5d2a309c06c52f0c3f3422b2d0fd9
MISC metadata.xml 520 BLAKE2B 55fa0ab5f6d197bcdf50423954a95bb5bfd966bf2f8ee8ee8823ff5bc6e37738028d77952dff353804111e1ce0aa85fd6ee4491ecada53cbfdaa5fc298770e2f SHA512 2d665eb279b13b6f7fffa63c01a552fcdf27b4bc3504ff5b34d23bfb3fd2dbcfd1dcea89b15bd0f82ed167f09a604c4af8064240a3e88122a399e9f44bccd700

View File

@ -1,16 +1,13 @@
# 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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python API for controlling Broadlink devices"
HOMEPAGE="https://github.com/mjg59/python-broadlink https://pypi.org/project/broadlink/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,14 +18,5 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-3.2[${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

View File

@ -1,16 +1,13 @@
# 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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python API for controlling Broadlink devices"
HOMEPAGE="https://github.com/mjg59/python-broadlink https://pypi.org/project/broadlink/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,14 +18,5 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-3.2[${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