17 lines
758 B
Bash
17 lines
758 B
Bash
# Template file for 'python3-conway-polynomials'
|
|
pkgname=python3-conway-polynomials
|
|
version=0.10
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_args="--doctest-modules --doctest-glob=README.rst"
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python interface to Frank Lübeck's Conway polynomial database"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="Public Domain, GPL-3.0-or-later"
|
|
homepage="https://github.com/sagemath/conway-polynomials"
|
|
changelog="https://github.com/sagemath/conway-polynomials/raw/master/NEWS"
|
|
distfiles="${PYPI_SITE}/c/conway-polynomials/conway_polynomials-${version}.tar.gz"
|
|
checksum=4f619f64f81a3eb16c4e26c5a284feeec27a6f4aad647643e79af289801ae0f3
|