mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
radexreader: 1.2.1->1.2.2
This commit is contained in:
parent
7bd49960d9
commit
b61ed1205b
3 changed files with 15 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
DIST radexreader-1.2.1.tar.gz 102093 BLAKE2B a652c2974dafbcf997a97f8ed50d9dfb2833f77a9ac82890d05180834297ab87b1e7414235747a0fd1c4de4518274db056398c202cf5aff31e4c32c53e1e7ff5 SHA512 f459326d1bc22ca274e1ee6b88f9e8199f037e938bd8f51e1a0143f06faa3a0ded49c583697f62ea1e8435f8fc59c59e8d8893e12692a3097fd7fe824ae08f8e
|
||||
DIST radexreader-1.2.2.tar.gz 103589 BLAKE2B 0915978396a6b6c00ffd71c1904f4c2333eee8372e56dce488dafbaab34a29fb7ec49f2f67138b28b2a94ef8fd10c9b2a690dd935e05f1c787cb21b3bf6444cc SHA512 fcf4346519735223d1a9a1af7e95aba663c5a2f45ac2509707e0431d4be1d4a86af4b3d41ba48bf8b12e0f7030307db88252bb66cca7e99010a686308eca8666
|
||||
|
|
|
|||
11
app-misc/radexreader/metadata.xml
Normal file
11
app-misc/radexreader/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sidhayn@gmail.com</email>
|
||||
<name>Zero_Chaos</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">luigifab/python-radexreader</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,8 +1,9 @@
|
|||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..11})
|
||||
PYTHON_COMPAT=( python3_{10..12})
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reader for the RADEX RD1212 and the RADEX ONE Geiger counters"
|
||||
Loading…
Reference in a new issue