void-packages/srcpkgs/python3-pyzmq/template
2025-04-11 09:41:26 -04:00

25 lines
956 B
Bash

# Template file for 'python3-pyzmq'
pkgname=python3-pyzmq
version=26.4.0
revision=1
build_style=python3-pep517
make_check_args="--ignore tests/test_log.py"
make_check_target="tests"
hostmakedepends="python3-scikit-build-core python3-Cython ninja"
makedepends="zeromq-devel python3-devel"
depends="python3"
checkdepends="python3-pytest python3-pytest-asyncio python3-tornado"
short_desc="Python3 bindings for the ZeroMQ messaging library"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://pyzmq.readthedocs.io/"
changelog="https://raw.githubusercontent.com/zeromq/pyzmq/main/docs/source/changelog.md"
changelog="https://pyzmq.readthedocs.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/p/pyzmq/pyzmq-${version}.tar.gz"
checksum=4bd13f85f80962f91a651a7356fe0472791a5f7a92f227822b5acf44795c626d
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
post_install() {
vlicense LICENSE.md
}