dev-python/raspihats: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:14:10 +01:00 committed by Andreas Billmeier
parent 5ec97a91bd
commit 41ccfac69b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST raspihats-2.2.3.tar.gz 14765 BLAKE2B cd1bcffc6506f4a1968c5d1ebbc829425ebed3c900950954a952310a68405140edee63024d716523079a6535c1c7459d2a52edd97204a3d97867264b2332c4d1 SHA512 d4f898dab44ea4c37cdd6cd5f7a39d90a20702e3f060d12efb7428c4e22b2fc5cf32ad24d9e7360b11cb0ecf8883ec6252d7701bbdbf552eeec27d1ac083f22a
EBUILD raspihats-2.2.3.ebuild 635 BLAKE2B 89968d485554485f2f803c6aa473dab30a21ebca593c2806c7ee62d94c556c28e81682a6306b65a859b6d0cd99c94c5c33f42364b373d8744d754fa350671e38 SHA512 f13d3363e48f5034a903fc69867fda430835192b0af04ab3ab1ad1fa3d850c918db682433d2f53f8a8a09ec8340dbb03c0d0515c465624a2faec2321d5ede892
EBUILD raspihats-2.2.3.ebuild 579 BLAKE2B e0b24cf95315230ecad9c0555e94829d9069bba1f432ffb8eed2325db6c9d160e559720b92b271b1183acc6b4b26030c4e9d3dc9a67a938be50dd5cce828b1c4 SHA512 1a9f7dbf2676656d5bf4c0b17ff1fc6363b7fce763ae9b2dc7bc52c9a6c5f5fc211b2967520e6a541085b7cdfc3f8bfaaee33703b52c36ee4c09a950b4250c79
MISC metadata.xml 567 BLAKE2B adb58ed10044734b8bdcdffb265555ad55bc58ef8db7a73b8668273493beb09b6f3a52bf3abc8a8af7b8f4aaf080675b968b4fddf125ec639d53690aeaca2fd0 SHA512 7a595da41dae9ec2db48e80a898bd8c83477c85ca15816be764ab381f2532377d633045254dda1e35ce508fbef21fd8d755dd96f103003f43340a305a632580e

View File

@ -1,15 +1,13 @@
# 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="package for controlling raspihats.com boards"
HOMEPAGE="https://github.com/raspihats/raspihats https://pypi.org/project/raspihats/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -18,7 +16,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"