blob: 16c1f1f01c0e9f82b316d3c95cb07e2f4dbf965b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-pysim-git
pkgdesc = A python tool to program SIMs / USIMs / ISIMs
pkgver = 1.0.r175.gb07a3e9
pkgrel = 1
url = http://osmocom.org/projects/pysim/wiki
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = git
depends = python
depends = python-pyscard
depends = python-pyserial
depends = python-pytlv
depends = python-cmd2>=1.3.0
depends = python-jsonpath-ng
depends = python-construct>=2.9
depends = python-bidict
depends = python-gsm0338
provides = python-pysim
source = git+https://git.osmocom.org/pysim
sha256sums = SKIP
pkgname = python-pysim-git
install = python-pysim-git.install
|