643356e2dd
* Fixing a performance regression in v1.54 in Python 2, using cPickle again. * Support for "stats slabs". * get_stats encoding fix. * Pin Six version to >= 1.4 * setup.py build process pulls version from memcached.py * delete() and delete_multi() now default the "time" argument to None, since the protocol doesn't allow a time in some implementations.
21 lines
614 B
Makefile
21 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/05/29 09:24:45 adam Exp $
|
|
|
|
DISTNAME= python-memcached-1.58
|
|
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-memcached/}
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://www.tummy.com/Community/software/python-memcached/
|
|
COMMENT= Python memcached client
|
|
LICENSE= python-software-foundation
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= memcache.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|