mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-cysignals: add python3 as dep
This commit is contained in:
parent
89a3f4f9d6
commit
0b6a003963
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-cysignals'
|
# Template file for 'python3-cysignals'
|
||||||
pkgname=python3-cysignals
|
pkgname=python3-cysignals
|
||||||
version=1.11.2
|
version=1.11.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython autoconf"
|
hostmakedepends="python3-setuptools python3-Cython autoconf"
|
||||||
makedepends="python3-devel pari-devel"
|
makedepends="python3-devel pari-devel"
|
||||||
short_desc="Interrupt and signal handling for Cython "
|
depends="python3"
|
||||||
|
short_desc="Interrupt and signal handling for Cython"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/sagemath/cysignals"
|
homepage="https://github.com/sagemath/cysignals"
|
||||||
|
|
Loading…
Add table
Reference in a new issue