dev-python/ebusdpy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 20:33:39 +02:00 committed by Andreas Billmeier
parent 49cc677974
commit 98ab18e6bd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST ebusdpy-0.0.17.tar.gz 2046 BLAKE2B bdde5d27a1edef7faf95aa16dfd1a3fdb5f08f364e0b1675660486e8027e16d6b05d2bc9f6bb5779ac5369f6961e92bf8fd18ba19d63f219b7e97f0a62ea9230 SHA512 c0356a5a3a3a41cbf64364edded6cb3f1d48c690e01f4d59cf1360b38559fa211cefacecd2875ad766803a1eeaf1c5786466eeb625d5be0b0ae73f46bf54d1c0
EBUILD ebusdpy-0.0.17.ebuild 637 BLAKE2B cccdb6a47b26d92c15f0c3c204a622cecdca6e18f558b452fb77ad3c45213d05592f6af2ba5c27e7cf85f003dba23f5b326badbc1c2246d49fc5977c86d702d9 SHA512 2700f4a8eed06fefb53c1294276325e4f83f9968c8448dd3b8c0ef3155d98d9492d9af5673974110bcb3e54a6a168a65cc604bf7e8c94e8d2ec0f25ee4d3090d
EBUILD ebusdpy-0.0.17.ebuild 582 BLAKE2B e0f436070c4c077d0da4a6cd926368da76c824ab147e5c2fa5a0d0cf9a3026e21f32f196fa7bbcc07bfc3ed52acdc2de5c11abef808d2f11d0b3e47a728f9413 SHA512 afa260484bd5d8ee88ee98e6332e7f5b5680ec3dd2a715452509c2a3dd0117e2c04f4cf60dd46200644bf6e93aba242b0b1e5406d4850536132f3a44a4fc8cee
MISC metadata.xml 511 BLAKE2B 44a5d2d67aaf40a834a8c62ba0864da44c301d715bb8c7985745d5e12bb6b0fb5f16e65917564bd605a708bc7555a44f11709963afb85f879e1d4f482f7d0a15 SHA512 c59c8dcba537d97e5efcfd304425c2e86622110628494dc3e81c66762dbfadc9c4f0649283adad8b54dc1f43ef44f111c9b54c79f02c32245f883e5dd632c891

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="eBusd python integration library"
HOMEPAGE="https://github.com/CrazYoshi/ebusdpy https://pypi.org/project/ebusdpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"