dev-python/pyedimax: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST pyedimax-0.2.1.tar.gz 3146 BLAKE2B 80bffe86d0f3289b4d1d9715f26a853ea86cacc68f09861aa731c4e7f4894fc5e0ac6a2170c258d665866e9501b0d865f522115fddcef2931789edec6bd8159e SHA512 76e9fb8940cb6f16e3daaecfcc9daa7373afcf09a73c1b84897f65afd007ed904d0423f0eb85214f087eb3bc9adef4744d777a40a6a0cd518a469a36c0f5f764
EBUILD pyedimax-0.2.1.ebuild 680 BLAKE2B 3f1ee08beefb95873bd7b8574aa999a028028924bd3c540f05aa48643ed972f0c2b91710332c9fa6e4c63db209e063dac89bdb383a0ca4450e0146c3a3dfd83d SHA512 a271518943555956da3e9e5cdca72f7988bca831c19f5f2130d43a508ea09e1db8898e8e1ca0c8c9c81bbc485c165cce4f0ec26509c10af9bc446f43bfaf44db
EBUILD pyedimax-0.2.1.ebuild 523 BLAKE2B 17f5a99a5a474dedf909a99622587d1402ce8105a0c602677c1308b26153286c5e0aa99f28c1c01f19178d18c92ce51a6aab78c1866e117b5548aaed4cfdbe75 SHA512 11cda43bdbb480c66be87ba4feca6ec2be62f8dcdbf1127bcbcec89d6b262a1981e52eacfa0518f577062af97fa70c87134943660f929f3928e8bfc8a03caa5c
MISC metadata.xml 518 BLAKE2B 952d53db567603441e95a81ceb72f1b0ef2de158db2b895438383a1d1a72a83591f90465ac8829f1c0b1c79e9f88951a676845314ab6b5ef586fd36250019af0 SHA512 578e4d0f0baa54ea822c24cb744574b81c135886fabde2fb169c6a3befba47fc39c9b694197c7e2e92e3274046518ee820c67117c0c5ca9c18e1e568efbca10a

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="Interface with Edimax Smart Plugs"
HOMEPAGE="https://github.com/andreipop2005/pyedimax https://pypi.org/project/pyedimax/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,14 +17,5 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.0[${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