14 lines
488 B
Bash
14 lines
488 B
Bash
# Template file for 'python3-reedsolo'
|
|
pkgname=python3-reedsolo
|
|
version=1.5.4
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Pure-Python Reed Solomon encoder/decoder"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
license="Public Domain"
|
|
homepage="https://github.com/tomerfiliba/reedsolomon"
|
|
distfiles="${PYPI_SITE}/r/reedsolo/reedsolo-${version}.tar.gz"
|
|
checksum=b8b25cdc83478ccb06361a0e8fadc27b376a3dfabbb1dc6bb583a998a22c0127
|