blob: 4173d18c1f52acc75686bcb5e5c02d4a58e5d4b0 (
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.21.1
pkgrel = 1
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.21.1.tar.gz
sha256sums = b7a0aa0d19e2d248a625b5e83060844316b25b221b0487709adf1fe632c4f6f3
pkgname = python-pymodes
|