dev-python/pyeverlights: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST pyeverlights-0.1.0.tar.gz 2075 BLAKE2B 1ce0a272f349f1ad994354bceab166eacc423756874c11966779420b619395670f286bf649aad0de00335700589f16edac96cf3165c6db91618a3cb71434b658 SHA512 82ad4bd9cecae1b362a3b07474a9c0468e62632f8b8351852eaa841933e810a4002f6d1a82a2c2ee63f23eb7cb0abca2b2abeb0426d2f19a9083e5cbf3ac1ead
EBUILD pyeverlights-0.1.0.ebuild 697 BLAKE2B ca89c51fb4d1cfa5570e33d12ebc50a8ed4edc9c4b72a9578bc06945eab58242f9fb7c9df37efcc6f4384602388e1884261cee0a973d204800c5642838b3ee57 SHA512 a8e035f5460f9bee2d2b96f6d7c0dae17adc4e0478dbf8506565e37087861a29849ba382d139f652b907071a3448debdb320708d858c014c73be03b63839c92b
EBUILD pyeverlights-0.1.0.ebuild 581 BLAKE2B 94a9d9bbe28561efd7f91162d7ea4bb8fcaa22b870f80dc0005f7bb5d8f061261369c633c2fad25437fb4f454e109be127d475afac9cd2e734bfb850ede7f85c SHA512 32d1b2ec64e3af37e6ea0e9d26b0df3ace8dc9653de5366f50eac555f68165feabaa972b93265b5554a14cd89c3b44eaf71bf8cbfe7537f5fdd5ed49ac703544
MISC metadata.xml 515 BLAKE2B 9a248cf8f3d4346d83943c4ffeac3d7d309b8658343e29324335311d4323963c8fff07444542789975d3802977e157ab5b0c7a3e6ebf7adcbffa30ae085be85b SHA512 63e96d938a40efb0cf49f441225606bcb64f72bf04c46252c13fafe074569a7821f93c5816cf253b317af17a7c2682b47b83f2d7569ea684779dfb091228dde8

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 library for controlling an EverLights lighting system."
HOMEPAGE="https://github.com/joncar/pyeverlights https://pypi.org/project/pyeverlights/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,11 +17,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die