blob: c4f36ffac77005b8c40216e0150584d98ec87c01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = python-embit
pkgdesc = A minimal bitcoin library for MicroPython and Python3 focusing on embedded systems
pkgver = 0.8.0
pkgrel = 1
url = https://github.com/diybitcoinhardware/embit
arch = any
license = MIT
makedepends = python-setuptools
depends = python3
optdepends = libsecp256k1
source = python-embit-0.8.0.tar.gz::https://github.com/diybitcoinhardware/embit/archive/v0.8.0.tar.gz
sha256sums = d16bab65fc1f93e0269d7bff31ec5eed893099aa3fdeb0dbd8e88c49257a6640
pkgname = python-embit
|