- Now depends on :mod:`amqp` 2.1.4 This new version takes advantage of TCP Keepalive settings on Linux, making it better at detecting closed connections, also in failover conditions. - Redis: Priority was reversed so, e.g. priority 0 became priority 9.
22 lines
539 B
Makefile
22 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/04/09 17:14:41 adam Exp $
|
|
|
|
DISTNAME= kombu-4.0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kombu/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://kombu.readthedocs.org/
|
|
COMMENT= Messaging framework for Python
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-amqp>=2.1.4:../../net/py-amqp
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= kombu/tests/test_serialization.py
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|