app-misc/radexreader - 1.2.5 (pentoo)

Search

Install

Install this version:

emerge -a =app-misc/radexreader-1.2.5

Package Information

Description:
Reader for the RADEX RD1212 and the RADEX ONE Geiger counters
Homepage:
https://github.com/luigifab/python-radexreader
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.2.5 8 amd64 x86 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{12..14} python3_13t)
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

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"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="dev-python/pyserial
		dev-python/pyusb
		${PYTHON_DEPS}"

src_install() {
	distutils-r1_src_install
	newbin "${PN}-cli".py "${PN}-cli"
}

Inherited Eclasses

Dependencies

RDEPEND

dev-python/pyserial
		dev-python/pyusb
		

Manifest for 1.2.5

Type File Size Source URLs
DIST radexreader-1.2.5.tar.gz 104951 bytes https://github.com/luigifab/python-radexreader/archive/refs/tags/v1.2.5.tar.gz