radexreader: 1.2.3->1.2.4

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-02-02 16:26:40 -05:00
parent 79c11bc160
commit 45e6d6b240
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 4 additions and 7 deletions

View file

@ -1 +1 @@
DIST radexreader-1.2.3.tar.gz 103606 BLAKE2B 2fa8dda63b9510c4bf2474b74ce11e419e691a2c05f6059ec7c4b8972e0d667bb36dd1149ec5b04630903eed3013015bb5325a7f90881d326cd5ffb9dc6ab607 SHA512 100aea9683fbaec12bcd2d449416870ae3d7ae2992fb582d012eeeb46e96dcf2359e4c1dee5c36cf3d7988c604a3455f6af3e06c30de1765ec5e8a580d1ed7f0
DIST radexreader-1.2.4.tar.gz 104217 BLAKE2B 6e6961615ac1b37e29f05535f55e1544d9d1f8e971991680657fca984937240d7d0161246ca0735647757ec2967dda1a806f1193184ac8b54a0d4514a506a9fb SHA512 14c803e8e24a902bdaaf5932135f31915673d5c319a196325821920f36d2f8aa80ff6adf8b2f13004dc55e284031d4b3730cea5be10861574f1dd267a2ca3087

View file

@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -12,14 +12,11 @@ SRC_URI="https://github.com/luigifab/python-radexreader/archive/refs/tags/v${PV}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="amd64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="${DEPEND}
dev-python/pyserial
RDEPEND="dev-python/pyserial
dev-python/pyusb
${PYTHON_DEPS}"
BDEPEND=""
S="${WORKDIR}/python-${P}/src"