summaryrefslogtreecommitdiff
path: root/devel/py-memcached
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-01-03 04:06:20 +0000
committerrodent <rodent@pkgsrc.org>2014-01-03 04:06:20 +0000
commit60860d55ceb4b32cf3c1c14b560a2dda5e56ad30 (patch)
treebb91a0fead9fddf392b21d36be93d721658bfef1 /devel/py-memcached
parent627a209a3b9a076471c2ff850a073550885bb11d (diff)
downloadpkgsrc-60860d55ceb4b32cf3c1c14b560a2dda5e56ad30.tar.gz
Import py27-memcached-1.53 as devel/py-memcached.
This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers.
Diffstat (limited to 'devel/py-memcached')
-rw-r--r--devel/py-memcached/DESCR3
-rw-r--r--devel/py-memcached/Makefile26
-rw-r--r--devel/py-memcached/PLIST9
-rw-r--r--devel/py-memcached/distinfo5
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/py-memcached/DESCR b/devel/py-memcached/DESCR
new file mode 100644
index 00000000000..08813426923
--- /dev/null
+++ b/devel/py-memcached/DESCR
@@ -0,0 +1,3 @@
+This software is a 100% Python interface to the memcached memory cache daemon.
+It is the client side software which allows storing values in one or more,
+possibly remote, memcached servers.
diff --git a/devel/py-memcached/Makefile b/devel/py-memcached/Makefile
new file mode 100644
index 00000000000..bc359ec0896
--- /dev/null
+++ b/devel/py-memcached/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2014/01/03 04:06:20 rodent Exp $
+#
+
+DISTNAME= python-memcached-1.53
+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
+EGG_NAME= ${DISTNAME:S/-/_/1}
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/memcache.html ${DESTDIR}${DOCDIR}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-memcached/PLIST b/devel/py-memcached/PLIST
new file mode 100644
index 00000000000..e3ca862659e
--- /dev/null
+++ b/devel/py-memcached/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/03 04:06:20 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}/top_level.txt
+share/doc/py-memcached/memcache.html
diff --git a/devel/py-memcached/distinfo b/devel/py-memcached/distinfo
new file mode 100644
index 00000000000..0fa914dcacc
--- /dev/null
+++ b/devel/py-memcached/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/01/03 04:06:20 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