python-pyzmq: update to 19.0.2.
This commit is contained in:
parent
b9229fd0ab
commit
4369a3f689
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-pyzmq'
|
# Template file for 'python-pyzmq'
|
||||||
pkgname=python-pyzmq
|
pkgname=python-pyzmq
|
||||||
version=19.0.0
|
version=19.0.2
|
||||||
revision=1
|
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"
|
||||||
pycompile_module="zmq"
|
|
||||||
hostmakedepends="pkg-config python-devel python3-devel python-Cython
|
hostmakedepends="pkg-config python-devel python3-devel python-Cython
|
||||||
python3-Cython zeromq-devel"
|
python3-Cython zeromq-devel"
|
||||||
makedepends="${hostmakedepends/pkg-config/}"
|
makedepends="${hostmakedepends/pkg-config/}"
|
||||||
|
@ -14,7 +13,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=d197fc01dc67372066143e5e85dcd3a97ec759ceb76927b7de83cda05eb06006
|
checksum=ed67b5ffe8a87c88c5a19bf6f2d64ca7e3c325a2f6cc30f989f5f57d2205bada
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cat > setup.cfg <<-EOF
|
cat > setup.cfg <<-EOF
|
||||||
|
@ -28,7 +27,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pyzmq_package() {
|
python3-pyzmq_package() {
|
||||||
pycompile_module="zmq"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue