python-pyzmq: update to 17.0.0
This commit is contained in:
parent
8cd21c8a30
commit
87cac6f46d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pyzmq'
|
||||
pkgname=python-pyzmq
|
||||
version=16.0.4
|
||||
version=17.0.0
|
||||
revision=1
|
||||
wrksrc="pyzmq-${version}"
|
||||
build_style=python-module
|
||||
|
@ -12,9 +12,9 @@ makedepends="${hostmakedepends/pkg-config/}"
|
|||
short_desc="Python2 bindings for the ZeroMQ messaging library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pyzmq.readthedocs.io/"
|
||||
license="LGPL-3, 3-clause-BSD"
|
||||
license="LGPL-3.0-or-later, BSD-3-Clause"
|
||||
distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
|
||||
checksum=6381457420b0108226dab730b6728a4c2158e0286f614b2e89ef905f1c8fb580
|
||||
checksum=e6c6394bfe32e81b4ccb917fe24c3d7637c894f3c5f4698ccac513bda1f675d9
|
||||
|
||||
pre_build() {
|
||||
cat > setup.cfg <<-EOF
|
||||
|
|
Loading…
Reference in a new issue