blob: 6339a8095dd8b9e0ad313c8c1dc3c6282c24537f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-fastcrc
pkgdesc = A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/overcat/fastcrc
arch = x86_64
license = MIT
makedepends = maturin
makedepends = python-installer
makedepends = rust
depends = python
source = https://files.pythonhosted.org/packages/source/f/fastcrc/fastcrc-0.3.0.tar.gz
sha256sums = 4e2a75359d97a59469bbcbd77513e801d3f3666a9169629578f88012c0f2d7fe
pkgname = python-fastcrc
|