913cd34c7f
1.59: * Added testing for Python 3.5 and 3.6 * Fixed typos in docstrings * Removing Python 2.6, 3.2, and 3.3 testing * Removing unnecessary parens in return statements * Remove unused _has_unicode/_str_cls vars * Add flake8 testing and cleanups * Fixed storing non-ASCII values on Python 2 and binary values on Python 3 * Fixed touch(..., time=0) command
21 lines
614 B
Makefile
21 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/12/17 16:50:51 adam Exp $
|
|
|
|
DISTNAME= python-memcached-1.59
|
|
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"
|