blob: 8635ea475f1a4c824166ed05132b693bdc6b8139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-blake3
pkgdesc = Python bindings for the BLAKE3 cryptographic hash function
pkgver = 1.0.5
pkgrel = 1
url = https://github.com/oconnor663/blake3-py
arch = x86_64
arch = i686
arch = aarch64
arch = armv7h
license = Apache-2.0
license = CC0-1.0
makedepends = python-build
makedepends = python-installer
makedepends = python-maturin
makedepends = rust
depends = python
source = blake3-py-1.0.5.tar.gz::https://github.com/oconnor663/blake3-py/archive/1.0.5.tar.gz
sha512sums = 006d716fcf088a8a64188d79324e2fbef00d41b66cd7292cb0d94496d7397297f49e1cb33cf120ec76d40a93a01594e494df44433d83f83b48169677f41a6536
pkgname = python-blake3
|