dev-python/keba-kecontact: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-19 20:49:10 +02:00 committed by Andreas Billmeier
parent b5f22a71f6
commit 0064ccbdd8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,3 @@
DIST keba-kecontact-1.1.0.tar.gz 5449 BLAKE2B f69022b8169efb6d30987d3935e7240263a543f30cb9989369d463e3d827a2970dd6d43d7662a364b0f199a10996ab42e28076c3666b64e7f0a8f497bd79150c SHA512 9da2b2bcfa99e5e9335035e800b77395c94f0cbf75fab510774ad89166e64c9aceddab228d710dbf91a6b89f49f8591133c97cdc6942ed3dba2e3f1b59d67602
EBUILD keba-kecontact-1.1.0.ebuild 772 BLAKE2B bc37c86257532a8b582ee7f367b078d7a67c77615985bce2866936106acb49faff5cd761b386ce0f52d601ab649354c833ece31c966a6b30ffe54d485b09454b SHA512 38bfa10b5427e94038ff0db63ab3e5f9ffdfadd61a310cc1ea314d5bfe5f43aba5251533c5bb2b21bc9c46ec9f6d44cb66dc28b5a5901f0e7af95350baceee84
DIST keba_kecontact-1.1.0.tar.gz 5449 BLAKE2B f69022b8169efb6d30987d3935e7240263a543f30cb9989369d463e3d827a2970dd6d43d7662a364b0f199a10996ab42e28076c3666b64e7f0a8f497bd79150c SHA512 9da2b2bcfa99e5e9335035e800b77395c94f0cbf75fab510774ad89166e64c9aceddab228d710dbf91a6b89f49f8591133c97cdc6942ed3dba2e3f1b59d67602
EBUILD keba-kecontact-1.1.0.ebuild 634 BLAKE2B e9ef8c802009ca1d51624ddeb6d104d571cd78f87eea39a86ab97001112d23459ed61b99c93cb173c5aa2f6c4a80cb5cafde0380b740c9396cc42801cd9b900a SHA512 1fbdd65df0b0a05aa531593d3089c56ce5f43098ccb020570274fd38b8844c22f9243ccb894e51dac71989e14e661220b25217fd2a160a632b317b70132607a5
MISC metadata.xml 527 BLAKE2B 52b133f1eca4bf398aee341d176cccaca0776e3f7b393b65202691d7987f9b7ce1e2a1af52d5334968f4fc7e54896c8f3677119e15172526bf29e915099ab766 SHA512 6e2100655f906ac6d90769d99f76ce13bf4507b0a8a400fefc9052b0e8c11b9afc0feede349d4c54a43cc13b2614181dd29d6a8aae91b773581d6dba9e78068a

View File

@ -1,19 +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
MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python library to communicate with the KEBA charging stations via udp"
HOMEPAGE="https://github.com/dannerph/keba-kecontact https://pypi.org/project/keba-kecontact/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
@ -24,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"