dev-python/bthomehub5-devicelist: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 18:44:22 +02:00 committed by Andreas Billmeier
parent 2c83a87205
commit e9a248261d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 17 deletions

View File

@ -1,3 +1,3 @@
DIST bthomehub5-devicelist-0.1.1.tar.gz 2215 BLAKE2B af3ca7145916c9493cf9e4c9717fc3aad2031552d9b958462b595755616258fb93836bb0a10365238d5d4352bd1c916018c05d24d0f5366c07ce55c15bd09048 SHA512 a0b0067eeb3aadc85b1ef9b25f03f73a314c587b345b0dd96039f93d0e882d279e0c860de765309c48763e816ac45f3d65e2722f865fc9178da47d18949f2ebb
EBUILD bthomehub5-devicelist-0.1.1.ebuild 716 BLAKE2B 373fe571493681f22d4bf0226838ad3e7e8dfe3d31e679e6fb4828db2dc528a5ba1448e429b38fde9b0db336a69464701ae4fa0663bf893a1ad6038b592da156 SHA512 aa9b9ba838ff80c1d0d4d7bfe2479558f8e8036908fbdbdaa7128734424b94e19b8bcb39d4df4bc6d6968e78a5c5a0c41b9ffd94b40ed0250d36844da5a4a117
EBUILD bthomehub5-devicelist-0.1.1.ebuild 577 BLAKE2B 49cbd9b6eb49c8f864c5352e8540e5ad08e8c6b33023c170513056caba53cbf81942a66decefdf41d4ee6e9b65948e7bc88d25a560512a53b2c417d920e9189d SHA512 dee5e498c440e70052036526fb26045e3d978eaa11638bd9c6f8391319657749f9df26f4ed44dc94d7b7bd86a584383b8704208be10408b9de8180abc139078d
MISC metadata.xml 553 BLAKE2B 99fd56f180c2c46545bf9996f810a31ff878e9364630f75249817cda279afef086f186c268532da39df83ff44290f76da07bf279ba75d53d2b141ef18fecc568 SHA512 99ad2a25a8eba133daa31b39b41be1e4a9f7f77578781a9ad0412848f5c6811df773e0699d2da1a442dd4f5461d4b17c647d272c31fa6edbffe97099fcb3f029

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A library that returns a list of devices currently connected to a BT Home Hub 5"
HOMEPAGE="https://github.com/ahobsonsayers/bthomehub5-devicelist https://pypi.org/project/bthomehub5-devicelist/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,14 +18,4 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest