dev-python/decora: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 19:53:14 +02:00
committed by Andreas Billmeier
parent 541de5ccbf
commit 2d0b00c8ad
2 changed files with 5 additions and 15 deletions

View File

@@ -1,3 +1,3 @@
DIST decora-0.6.tar.gz 3866 BLAKE2B 48000fe20ab3ede6f0cf68384702ede17420ffd858e65aeaaa3692052542c740d0105016b143f42d5504c00ae774569999c59ea4fe36b6540cb70e68c8b3e5fc SHA512 4443fd3acdf3cb30ea5469ee4d522982cde4349200d5a8cd7038414a0e326a2b11f8cdd16b6fe2f38e66be52c8b775f11db2f846700a44b3288b83947a803c25
EBUILD decora-0.6.ebuild 692 BLAKE2B 267b0135998b061d0adfbf79285e9c1b0c8a6c36459f9c3e3ca381a07dbbf63eb22dfb696c9d1a35af46b84b5e5bdaaee36f0b034f6d314de91e7aa90f710b05 SHA512 3b320c35d529b8e724d55b16566d6a014797096d9a1f08f5f1f8307faf7d8d6067fae89a9ee91c5a30afe2819f960db38dffb4a84acfe1129113dd640480875b
EBUILD decora-0.6.ebuild 535 BLAKE2B 66468c9f66d3fd45ab0a68b65768a33e035b79ed503d91b9dccfa4a7a7815f49afcada1eeea3e45c153a5a368fb1848cd3b3ecba4ec127b8ccc2307e87984b98 SHA512 ff6152662aab5b2ef313293337acaef7f14e75ecfe18c038e8018b6f01b9d1cfb4b002b7644dc5db23e33edaf28d057b0e8c2e9307c45ab26cb0aba1b3531a2b
MISC metadata.xml 514 BLAKE2B 703aecae058778cfbf6b7f7d3aa383dce03176dd7d4367018db5857fab73cadba4bc2ef1c04802721ab70211bd695e14ca1c782aadf6fe8a00a7f224c0eb6660 SHA512 d5dc779eee8a2fd55c9b32bf3c4dcb9123bdfa2adcbf29dbfc091f007724c10677f6a7a3662e5e584d4a82bec3abe0de19d434de000f89927a9afed4d6465214

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="Python API for controlling Decora dimmer switches"
HOMEPAGE="https://github.com/mjg59/python-decora https://pypi.org/project/decora/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
DOCS=""
RDEPEND="dev-python/bluepy[${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