fa1e57f969
====== - Fixed remaining bug in ``maybe_declare`` for ``auto_delete`` exchanges. - MongoDB: Creating a channel now properly evaluates a connection (Issue #363). 3.0.20 ====== - Reverts change in 3.0.17 where ``maybe_declare`` caches the declaration of auto_delete queues and exchanges. - Redis: Fixed race condition when using gevent and the channel is closed.
24 lines
675 B
Makefile
24 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/07/16 23:18:37 rodent Exp $
|
|
|
|
DISTNAME= kombu-3.0.21
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/k/kombu/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://kombu.readthedocs.org/
|
|
COMMENT= Messaging framework for Python
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-anyjson>=0.3.3:../../textproc/py-anyjson
|
|
DEPENDS+= ${PYPKGPREFIX}-amqp>=1.4.5<2.0:../../net/py-amqp
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= kombu/tests/test_serialization.py
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|