17 lines
757 B
Bash
17 lines
757 B
Bash
# Template file for 'python3-conway-polynomials'
|
|
pkgname=python3-conway-polynomials
|
|
version=0.9
|
|
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=6ed2300609bce79f0175d5b8546858eec02854f8be3237db8d1449ccccc1c581
|