blob: a3899771aad4ba387a9a1680d706c103a00bcf96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pymodes
pkgdesc = Python decoder for Mode S and ADS-B signals
pkgver = 2.17
pkgrel = 2
url = https://github.com/junzis/pyModeS
arch = any
license = GPL3
makedepends = python-installer
makedepends = python-poetry
makedepends = cython
makedepends = python-setuptools
depends = python
depends = python-numpy
depends = python-pyzmq
depends = python-pyrtlsdr
source = https://files.pythonhosted.org/packages/source/p/pymodes/pymodes-2.17.tar.gz
sha256sums = fe73e9ae3bfdb58416f42a08e4e1b132680bac46ff572815caae6eb47dc40941
pkgname = python-pymodes
|