dev-python/envirophat: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST envirophat-0.0.6.tar.gz 8433 BLAKE2B 7f9d3fa0fb1fab81eb09f54d108ee3f158e8b6325ea6a65ea0d60486933de2cc0aad74df7f1378e7945ef4ac5581d15e3b01b31c162a43f15ca70f66ccc68e77 SHA512 d86cb60d5dec944f7967d1bbfb0f284fa5f2b4c9df979b8195f227146d00b6fb56c2af4801de8519f5226473191d53c938363f0e15c4b841a603a30ee368e8c5
EBUILD envirophat-0.0.6.ebuild 592 BLAKE2B 126594072f7b2368cd49d0566ac062f60c00131b2fc8650333c319667af47160af98958b03dc01e920c5a90fd07d4ec676ccbacd1c35c9c3533e039ce0145395 SHA512 fe40bd18798f032a45b59c8c873698feba0844e2c82f0c346d617c62f74b7ed5b3be489a50a13f0bf224b8d07d68bb4d2d187b8741ec90ee9402668dca6795b9
EBUILD envirophat-0.0.6.ebuild 537 BLAKE2B d087dabb7313d04891edcf95dbef69bb48ddfd4d29c9843036d593f8e6d470733b1b3ef13908c9c4bf5fb1fe7bfb47dae4daec1edc885a47d82cb19b9013ca4f SHA512 08fea9ebccff7b5b7d171ec28d07128c78441c03aec7a9f580bb3b65d4a0252d37ff643b3d3c4f2c7e2dd63400a9d982b8a4b1705eba0d642b7c966b238a940d
MISC metadata.xml 453 BLAKE2B 8bf5cc12bb44c0dfe80bca8eade7ae2cb856af697a8fd4f3039fb4d22f333cc1fd2bbefbb07877f008c736135fe3e907c6d376bf5e2c2292bd19a9ffd349d27a SHA512 908d74ce8cadbba28fa94f94760a3237eadbc9baff91e412dc01515ce54546d8b7a3e8109d3e2634b8e6c08b0624a1479b87b57ea0518e57efda9fd99c317ac4

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="Enviro pHAT environmental sensor board driver"
HOMEPAGE="https://www.pimoroni.com https://pypi.org/project/envirophat/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,7 +17,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"