pkgsrc/net/py-zmq/Makefile
adam 404902bc45 py-zmq: updated to 18.0.2
18.0.2
- Compatibility with Python 3.8 prerelease by regenerating Cython sources
  with Cython 0.29.10.
- Fix language_level=2 in Cython sources, for compatibility with Cython 0.30
- Show missing path for ENOENT errors on ipc connections.
2019-07-02 12:13:02 +00:00

22 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.25 2019/07/02 12:13:02 adam Exp $
DISTNAME= pyzmq-18.0.2
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"