mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-conway-polynomials-0.9
This commit is contained in:
parent
31137eb7de
commit
ecc9cda406
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-conway-polynomials/template
Normal file
16
srcpkgs/python3-conway-polynomials/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
Loading…
Add table
Reference in a new issue