15 lines
564 B
Bash
15 lines
564 B
Bash
# Template file for 'python3-lrcalc'
|
|
pkgname=python3-lrcalc
|
|
version=2.1
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="python3-devel lrcalc-devel"
|
|
depends="python3"
|
|
short_desc="Python bindings for the Littlewood-Richardson Calculator library"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://math.rutgers.edu/~asbuch/lrcalc"
|
|
distfiles="${PYPI_SITE}/l/lrcalc/lrcalc-${version}.tar.gz"
|
|
checksum=e3a0509aeda487b412b391a52e817ca36b5c063a8305e09fd54d53259dd6aaa9
|