mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-pyzmq: update to 19.0.0.
This commit is contained in:
parent
871613b0d2
commit
c4eebcb417
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pyzmq'
|
# Template file for 'python-pyzmq'
|
||||||
pkgname=python-pyzmq
|
pkgname=python-pyzmq
|
||||||
version=18.0.1
|
version=19.0.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pyzmq-${version}"
|
wrksrc="pyzmq-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"
|
make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="LGPL-3.0-or-later, BSD-3-Clause"
|
license="LGPL-3.0-or-later, BSD-3-Clause"
|
||||||
homepage="https://pyzmq.readthedocs.io/"
|
homepage="https://pyzmq.readthedocs.io/"
|
||||||
distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
|
||||||
checksum=7b0107992d8cc4c43d9af1c2e13d573ea761c7feb23d7e0e7da9dc963811e68f
|
checksum=d197fc01dc67372066143e5e85dcd3a97ec759ceb76927b7de83cda05eb06006
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cat > setup.cfg <<-EOF
|
cat > setup.cfg <<-EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue