Skip to content

Commit b63c42d

Browse files
committed
Version 1.2.5
1 parent 5888d4b commit b63c42d

33 files changed

+272
-232
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ This tool was initially developed with RD1212 v2.48.
1212
[![Screnshot 1](images/thumbs/read.png?raw=true)](images/read.png?raw=true)
1313
[![Screnshot 2](images/thumbs/compare.png?raw=true)](images/compare.png?raw=true)
1414

15-
* Read `src/radexreader.py` for examples.
15+
* Read `src/radexreader-cli.py` for examples.
1616
* Run the command `radexreader` available with DEB/RPM packages.
17-
* Run the command `.../radexreader.py` available with PYPI package.
17+
* Run the command `.../radexreader-cli.py` available with PYPI package.
1818

1919
## Installation
2020

2121
It require *libusb*, *pyusb* and *pyserial*.
2222

23-
#### Installation for Debian, Ubuntu, Trisquel, Linux Mint, MX Linux
23+
#### Installation for Debian, Devuan, Ubuntu, Trisquel, Linux Mint, MX Linux
2424

2525
* `sudo apt install python3-radexreader radexreader`
2626

@@ -46,11 +46,13 @@ It require *libusb*, *pyusb* and *pyserial*.
4646

4747
* `sudo docker run --rm --user root -it --privileged -v /dev:/dev python:3.x-alpine /bin/sh` then: `apk update ; apk add libusb ; python3 -m pip install radexreader`
4848

49-
#### Alternative installation for Debian, Ubuntu, Trisquel, Linux Mint, MX Linux
49+
#### Alternative installation for Debian, Devuan, Ubuntu, Trisquel, Linux Mint, MX Linux
5050

5151
```bash
5252
# PPA: https://launchpad.net/~luigifab/+archive/ubuntu/packages
5353
# with Debian 12+ you can use mantic+ instead of focal (https://unix.stackexchange.com/a/669008/364800)
54+
# for Debian you can use bionic for buster, focal for bullseye, noble for bookworm and trixie
55+
# for Devuan you can use bionic for beowulf, focal for chimaera, noble for daedalus
5456
# for Trisquel you can use focal for nabia, jammy for aramo
5557
# for Linux Mint you can use focal for 20.x and 5, jammy for 21.x, noble for 22.x and 6
5658
# for MX Linux you can use focal for 19.x and 21.x, noble for 23.x
@@ -68,6 +70,11 @@ sudo wget -O /etc/apt/trusted.gpg.d/luigifab.gpg https://www.luigifab.fr/apt.gpg
6870
echo "deb http://ppa.launchpad.net/luigifab/packages/ubuntu focal main" | sudo tee -a /etc/apt/sources.list
6971
sudo apt update
7072
sudo apt install python3-radexreader radexreader
73+
# or
74+
wget -qO - https://www.luigifab.fr/apt.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/luigifab.gpg
75+
echo "deb http://ppa.launchpad.net/luigifab/packages/ubuntu focal main" | sudo tee -a /etc/apt/sources.list
76+
sudo apt update
77+
sudo apt install python3-radexreader radexreader
7178

7279
# sha256sum /etc/apt/trusted.gpg.d/luigifab.gpg
7380
578c89a677048e38007462d543686b53587efba9f93814601169253c45ff9213
@@ -79,8 +86,8 @@ pub rsa4096 2020-10-31 [SC]
7986

8087
## Copyright
8188

82-
- Current version: 1.2.4 (02/02/2024)
83-
- Compatibility: Python 3.3 / 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9 / 3.10 / 3.11 / 3.12
89+
- Current version: 1.2.5 (03/03/2025)
90+
- Compatibility: Python 3.3 / 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9 / 3.10 / 3.11 / 3.12 / 3.13 / 3.14
8491
- Links: [luigifab.fr](https://www.luigifab.fr/python/radexreader) - [github.com](https://github.com/luigifab/python-radexreader) - [PyPI](https://pypi.org/project/radexreader/)\
8592
[Arch Linux python-radexreader.zst](https://aur.archlinux.org/packages/python-radexreader)\
8693
[Debian python-radexreader.deb, radexreader.deb](https://packages.debian.org/python3-radexreader)
@@ -96,4 +103,4 @@ If you like, take some of your time to improve some translations, go to https://
96103

97104
## Packages in official distros repositories
98105

99-
[![Packages status](https://repology.org/badge/vertical-allrepos/python:radexreader.svg?header=radexreader&exclude_unsupported=1)](https://repology.org/project/python:radexreader/versions)
106+
[![Packages status](https://repology.org/badge/vertical-allrepos/radexreader.svg?header=radexreader)](https://repology.org/project/radexreader/versions)
File renamed without changes.

debian/changelog

Lines changed: 0 additions & 5 deletions
This file was deleted.

debian/changelog.mx

Lines changed: 0 additions & 5 deletions
This file was deleted.

debian/deb.sh

Lines changed: 0 additions & 111 deletions
This file was deleted.

debian/python3-radexreader.install

Lines changed: 0 additions & 2 deletions
This file was deleted.

debian/radexreader.install

Lines changed: 0 additions & 2 deletions
This file was deleted.

debian/radexreader.manpages

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=python-radexreader
2-
pkgver=1.2.4
2+
pkgver=1.2.5
33
pkgrel=1
44
pkgdesc="Reader for the RADEX RD1212 and ONE Geiger counters"
55
arch=('any')
@@ -8,11 +8,11 @@ license=('GPL2')
88
depends=('python-pyusb' 'python-pyserial')
99
makedepends=('python-setuptools')
1010
source=("https://github.com/luigifab/python-radexreader/archive/v${pkgver}/python-radexreader-${pkgver}.tar.gz")
11-
md5sums=("...")
11+
sha256sums=("...")
1212

1313
prepare() {
1414
cd "$pkgname-$pkgver"
15-
sed -i 's/python3-radexreader /python3-radexreader-zst /g' src/radexreader.py
15+
sed -i 's/radexreader-local /python3-radexreader-zst /g' src/radexreader-cli.py
1616
sed -i 's/\#\!\/usr\/bin\/python3/\#/g' src/radexreader/__init__.py
1717
}
1818

@@ -25,12 +25,12 @@ package() {
2525
cd "$pkgname-$pkgver/src"
2626
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
2727

28-
install -Dpm 755 radexreader.py "$pkgdir/usr/bin/radexreader"
28+
install -Dpm 755 radexreader-cli.py "$pkgdir/usr/bin/radexreader"
2929

30-
install -Dpm 644 ../debian/radexreader.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
31-
install -Dpm 644 ../debian/radexreader.fr.1 "$pkgdir/usr/share/man/fr/man1/$pkgname.1"
30+
install -Dpm 644 ../data/radexreader.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
31+
install -Dpm 644 ../data/radexreader.fr.1 "$pkgdir/usr/share/man/fr/man1/$pkgname.1"
3232

33-
install -Dpm 644 ../debian/udev "$pkgdir/usr/lib/udev/rules.d/60-$pkgname.rules"
33+
install -Dpm 644 ../scripts/debian/python3-radexreader.udev "$pkgdir/usr/lib/udev/rules.d/60-$pkgname.rules"
3434

3535
install -Dpm 644 ../README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
3636
install -Dpm 644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

0 commit comments

Comments
 (0)