18.1.0 - Compatibility with Python 3.8 release candidate by regenerating Cython courses with Cython 0.29.13 - bump bundled libzmq to 4.3.2 - handle cancelled futures in asyncio - make :meth:`zmq.Context.instance` fork-safe - fix errors in :meth:`zmq.Context.destroy` when opening and closing many sockets
22 lines
665 B
Makefile
22 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/08/09 12:03:06 adam Exp $
|
|
|
|
DISTNAME= pyzmq-18.1.0
|
|
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"
|