radexreader: 1.2.4->1.2.5

mv /usr/bin/{radexreader,radexreader-cli}
This commit is contained in:
Rick Farina (Zero_Chaos) 2025-03-03 16:44:52 -05:00
parent 410515636e
commit 1be7fc1a1f
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 5 additions and 6 deletions

View file

@ -1 +1 @@
DIST radexreader-1.2.4.tar.gz 104217 BLAKE2B 6e6961615ac1b37e29f05535f55e1544d9d1f8e971991680657fca984937240d7d0161246ca0735647757ec2967dda1a806f1193184ac8b54a0d4514a506a9fb SHA512 14c803e8e24a902bdaaf5932135f31915673d5c319a196325821920f36d2f8aa80ff6adf8b2f13004dc55e284031d4b3730cea5be10861574f1dd267a2ca3087
DIST radexreader-1.2.5.tar.gz 104951 BLAKE2B 60536b2df6ef73cb865ed95e5b211ddb1a04552132c74368aecd5e0208c3f4a8b730ac71ce843bebcd4d575ee0dc31fb535291e78f1fb80a0127ed72f3e4301e SHA512 659a624e0b8475c9dba21c5a0684ad4a6fb032677354c10a74319cfd8fd2219936cb648904cb91d348bf46719338026f3ca2e2a54bf0c61cb5db1f616496fc89

View file

@ -1,8 +1,8 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13})
PYTHON_COMPAT=( python3_{11..13} python3_13t)
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@ -10,6 +10,7 @@ DESCRIPTION="Reader for the RADEX RD1212 and the RADEX ONE Geiger counters"
HOMEPAGE="https://github.com/luigifab/python-radexreader"
SRC_URI="https://github.com/luigifab/python-radexreader/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/python-${P}/src"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
@ -18,9 +19,7 @@ RDEPEND="dev-python/pyserial
dev-python/pyusb
${PYTHON_DEPS}"
S="${WORKDIR}/python-${P}/src"
src_install() {
distutils-r1_src_install
newbin "${PN}".py "${PN}"
newbin "${PN}-cli".py "${PN}-cli"
}