18.1.1 - Fix race condition when shutting down ZAP thread while events are still processing (only affects tests) - Publish wheels for Python 3.8 on all platforms - Stop publishing wheels for Python 3.4 on Windows - Sources generated with Cython 0.29.14
22 lines
665 B
Makefile
22 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.27 2019/12/05 10:02:12 adam Exp $
|
|
|
|
DISTNAME= pyzmq-18.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyzmq/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zeromq/pyzmq
|
|
COMMENT= Python bindings for zeromq
|
|
LICENSE= gnu-lgpl-v3 AND modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PYSETUPBUILDARGS+= --zmq=${BUILDLINK_PREFIX.zeromq:Q}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../net/zeromq/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|