dev-python/pyrecswitch: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:36:05 +01:00 committed by Andreas Billmeier
parent 0021d2eb1b
commit 283e8bbee1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST pyrecswitch-1.0.2.tar.gz 7226 BLAKE2B ffed473961dad13bce9ce51a33b1d73b1c0584126206a01224c1f3af7bfad0a53936bc0b5de3447b19b53b812847e93ad3b35d85b0beec7e15b4c1a551a74222 SHA512 81cad79a3cb142598fe78faed0805173e2b97fa245b987ffd5e7ca2b746435960cb7d3974d4b3456a596999ea19a67639b19db165e8db81e70c9bc6a10d4e2d4
EBUILD pyrecswitch-1.0.2.ebuild 743 BLAKE2B 6ec6c724bfc2337c72757d324760bbdcb81e6fa249cd2405b53c18e136a7c0b08195508762e7ed07c94db530c1a3f2e8d7489a4d632e414b5b1a23f1b47c4c94 SHA512 7f4b752cbae6caed255b279d18744c37b4a4304a4a98a3238b9b34cba6ff703e3fc0b06707823b467dbeba001c021de03e105741d466718e285cdb6a8537512b
EBUILD pyrecswitch-1.0.2.ebuild 687 BLAKE2B c08999fd875b392094a4ce34ad161749922cf132f5ada41e7e82aeb34e6dd3646b2f36cc9217d4c0992c565c0445676a517f8beef0bd6b60d4560e797e4d07ac SHA512 fa463b8f1229d67bfa3e1efdf4171301b5ded0d46148833461e5edddae2e994d407bd36ddda9485238a3924d4889ccf5d08bf42ea71533f22796f43dfaf02025
MISC metadata.xml 526 BLAKE2B f0d6c74beb0114042991480c1c9d52d5f86fe129815fa1025981c3272b1666da727c860eda7aa83daa42f8158f4a8eca8e6557167924533c8fda6abda29dde71 SHA512 1df548cde6372c466e7085bacd327105b2bea8bc0b9459dd77827a5b8049365f514bb6a771c4148d583c08f1fb55022387418ecf25a1556b7326c233b6f1dac5

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
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A pure-python interface for controlling Ankuoo RecSwitch MS6126"
HOMEPAGE="https://github.com/marcolertora/pyrecswitch https://pypi.org/project/pyrecswitch/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="AGPL-3+"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"