pkgsrc/devel/py-memcached/Makefile
rodent 42b7baa035 Sun, 21 Sep 2014 13:41:30 -0600 Sean Reifschneider <jafo@tummy.com>
*  1.54 release.

   *  Numerous patches to attempt to get Python 3 working, but
      tests are still failing under Python 3, so this code is not ready
      yet.

   *  MemcachedKeyCharacterError better describes key problem.
      Suggested by Roy Smith

   *  Added touch(), patch by erankor on github.

   *  Allow empty server list, patch by zewt on github.

   *  If unknown flags in get request, raises a value error rather than the
      code bombing out.

   *  Setting the SERVER_MAX_* values after import did not work, despite
      being documented to.  Reported by alexf101 on github.
2015-04-03 15:13:19 +00:00

25 lines
773 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/04/03 15:13:19 rodent Exp $
DISTNAME= python-memcached-1.54
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.tummy.com/Community/software/python-memcached/
COMMENT= Python memcached client
LICENSE= python-software-foundation
USE_LANGUAGES= # none
DOCDIR= ${PREFIX}/share/doc/py-memcached
INSTALLATION_DIRS= ${DOCDIR}
REPLACE_PYTHON+= memcache.py
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.53
post-install:
${INSTALL_DATA} ${WRKSRC}/memcache.html ${DESTDIR}${DOCDIR}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"