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.
This commit is contained in:
parent
9ccf3a32c2
commit
2ae77be94f
4 changed files with 43 additions and 0 deletions
3
devel/py-memcached/DESCR
Normal file
3
devel/py-memcached/DESCR
Normal file
|
@ -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.
|
26
devel/py-memcached/Makefile
Normal file
26
devel/py-memcached/Makefile
Normal file
|
@ -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"
|
9
devel/py-memcached/PLIST
Normal file
9
devel/py-memcached/PLIST
Normal file
|
@ -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
|
5
devel/py-memcached/distinfo
Normal file
5
devel/py-memcached/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue