db0ba022eb
2.5.0: Performance recipe: Give TreeCache standalone queue Doc Correctly document supported versions Add license to Wheel minor tweaks to contributing.md Features recipe: allow non ephemeral locking Chore drop python 2.6 compatible gevent remove debian packaging stop bundling virtualenv remove python 3.3 from tox remove easy_install instructions Bug Fixes Pass watch as keyword arg instead of positional arg need gevent >= 1.2, not > 1.1 Remove use of "async" as a variable core: - Fix gevent 1.3b1+ timeout import - Correctly fire multiple callbacks - resolve race in IAsyncResult.wait() recipe: - conn hangs when TreeCache refreshing - Unexpected exceptions break TreeCache Refactor Unify queue factory in various handlers
22 lines
731 B
Makefile
22 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/08/22 12:59:55 adam Exp $
|
|
|
|
DISTNAME= kazoo-2.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kazoo/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://kazoo.readthedocs.org/
|
|
COMMENT= Higher level Zookeeper client
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|