blob: f3887ecd1ef3fb6949cb6a2d6ef7d825da6843e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-py-sr25519-bindings
pkgdesc = Bindings for the RUST implementation of the sr25519 cryptography library
pkgver = 0.2.3
pkgrel = 1
url = https://github.com/JAMdotTech/py-sr25519
arch = x86_64
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-maturin>=1.10.0
makedepends = python-toml
makedepends = python-wheel
makedepends = rustup
depends = python>=3.7
source = py-sr25519-bindings-0.2.3.tar.gz::https://github.com/JAMdotTech/py-sr25519/archive/refs/tags/v0.2.3.tar.gz
source = 0001_maturin_version.patch
sha256sums = SKIP
sha256sums = SKIP
pkgname = python-py-sr25519-bindings
|