summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-03 15:13:19 +0000
committerrodent <rodent>2015-04-03 15:13:19 +0000
commit871b9a042cc95c3bae474fcd12bc7587aa02aa49 (patch)
tree02449c60e9f23812a9115f2874d6efefea6194d7 /devel
parentefb376e8ba2ddc9068d299d7f7c22ff9696caad0 (diff)
downloadpkgsrc-871b9a042cc95c3bae474fcd12bc7587aa02aa49.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-memcached/Makefile4
-rw-r--r--devel/py-memcached/PLIST3
-rw-r--r--devel/py-memcached/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-memcached/Makefile b/devel/py-memcached/Makefile
index a372843da7d..598c77a2ea8 100644
--- a/devel/py-memcached/Makefile
+++ b/devel/py-memcached/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/03 15:13:19 rodent Exp $
-DISTNAME= python-memcached-1.53
+DISTNAME= python-memcached-1.54
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/
diff --git a/devel/py-memcached/PLIST b/devel/py-memcached/PLIST
index e3ca862659e..960773a6fdf 100644
--- a/devel/py-memcached/PLIST
+++ b/devel/py-memcached/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/03 04:06:20 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/03 15:13:19 rodent Exp $
${PYSITELIB}/memcache.py
${PYSITELIB}/memcache.pyc
${PYSITELIB}/memcache.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
share/doc/py-memcached/memcache.html
diff --git a/devel/py-memcached/distinfo b/devel/py-memcached/distinfo
index 0fa914dcacc..0d25def8600 100644
--- a/devel/py-memcached/distinfo
+++ b/devel/py-memcached/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/01/03 04:06:20 rodent Exp $
+$NetBSD: distinfo,v 1.2 2015/04/03 15:13:19 rodent Exp $
-SHA1 (python-memcached-1.53.tar.gz) = 5c08266c9d8875807ea9a5383d5ae10061e65c59
-RMD160 (python-memcached-1.53.tar.gz) = d353c699267c6f206606f70a812436eceaf8fe5b
-Size (python-memcached-1.53.tar.gz) = 35025 bytes
+SHA1 (python-memcached-1.54.tar.gz) = 1a7064f913143d0279a4bd8cfc0203e30489a47a
+RMD160 (python-memcached-1.54.tar.gz) = 9e504642b5214e0bc687fd078a48eb4d0e3569f8
+Size (python-memcached-1.54.tar.gz) = 36662 bytes