dev-python/enocean: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 10:32:52 +02:00 committed by Andreas Billmeier
parent f5f5c8c073
commit 7b18b20d2d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST enocean-0.50.1.tar.gz 19355 BLAKE2B d58b6069f2603d0c3d211bb3b73a8780f3230f129ac3050bc35139f1702de5a76bc680f6660631efe6e6bcacb93fa029fb7f97708f0acae04e0936e00bb8bc63 SHA512 188292f1c909464117cfd5ebfe093b1a2f31d5251c35e6177080441dfae9a9b42ae8768c4c577888a72ddbe1ea05a4594f53af9572cb7bb5abbaf6b402698637
EBUILD enocean-0.50.1.ebuild 727 BLAKE2B 381b04126a022a556e00929c2c06446d6e47d10a207c8fadcc9a8fd1a6fd510b4aa57de00d01af2d5836c4dbd5b3aa888b4a429dcd34c220976d3fc3f77785f8 SHA512 2f4a1f71381cba31ea30a0a4523d8124b5d929f210066e4c26afa114624617fc9c06a2a0376262198657509bfb4da4cb420d4483910af545e0f1480a3a1496fd
EBUILD enocean-0.50.1.ebuild 672 BLAKE2B 2f6b892e0a53bfee03677d1d9820a654589df1aab3a15400ac362ef6fbbce1b1051f63c8ba4aba516284d2e95391408deb2ec86fe7887a0ffbfd5ea64aa2a6a7 SHA512 94d021362d631e02d91dcddd74d459fff405427d63cc0d53f838d24a741a38939aadec41f0dc4cddc665757098f7a5b4fe417a768dfe0952e18310358bc6a00e
MISC metadata.xml 511 BLAKE2B 9d792d6cc787fd05f197afcd72e461caa7d0b39274a4d90f7a82059bba6fc13660c7b315d49c0572c3ec0580ff9104057dad534c92373914e6a2d3bca0053b92 SHA512 4bd2b49c745c37e45a3a3e4e4178fcbbacf821c94d85db5ae7456b168d73da657e9b3b71863f106ebe6296839430ed9c8aff350977114e15c8be2bd8fea92497

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="EnOcean serial protocol implementation"
HOMEPAGE="https://github.com/kipe/enocean https://pypi.org/project/enocean/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/pyserial-3.0[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup4-4.3.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"