pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-cdb Import py-cdb-0.34 as databases/py-cd...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6edf92d9a24a
branches: trunk
changeset: 591212:6edf92d9a24a
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Aug 06 22:49:44 2011 +0000
description:
Import py-cdb-0.34 as databases/py-cdb from wip/py-cdb
D. J. Bernstein's constant database library adapted as a python
extension module. Like GDBM and kin, cdb files map keys to values.
The file format boasts wickedly fast lookups and atomic updates.
diffstat:
databases/py-cdb/DESCR | 3 +++
databases/py-cdb/Makefile | 19 +++++++++++++++++++
databases/py-cdb/PLIST | 2 ++
databases/py-cdb/distinfo | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r c29112a2ac92 -r 6edf92d9a24a databases/py-cdb/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-cdb/DESCR Sat Aug 06 22:49:44 2011 +0000
@@ -0,0 +1,3 @@
+D. J. Bernstein's constant database library adapted as a python
+extension module. Like GDBM and kin, cdb files map keys to values.
+The file format boasts wickedly fast lookups and atomic updates.
diff -r c29112a2ac92 -r 6edf92d9a24a databases/py-cdb/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-cdb/Makefile Sat Aug 06 22:49:44 2011 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $
+#
+
+DISTNAME= python-cdb-0.34
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES= databases
+MASTER_SITES= http://pilcrow.madison.wi.us/python-cdb/
+
+MAINTAINER= ryoon%NetBSD.org@localhost
+HOMEPAGE= http://pilcrow.madison.wi.us/
+COMMENT= cdb python extension module
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c29112a2ac92 -r 6edf92d9a24a databases/py-cdb/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-cdb/PLIST Sat Aug 06 22:49:44 2011 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $
+${PYSITELIB}/cdbmodule.so
diff -r c29112a2ac92 -r 6edf92d9a24a databases/py-cdb/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/py-cdb/distinfo Sat Aug 06 22:49:44 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/08/06 22:49:44 ryoon Exp $
+
+SHA1 (python-cdb-0.34.tar.gz) = 6c5ef1f27fe0e5c2e9a4a032435ebf58c82639f2
+RMD160 (python-cdb-0.34.tar.gz) = 02519e7c03aae5798823ab4cd0388b6afaf1908a
+Size (python-cdb-0.34.tar.gz) = 18865 bytes
Home |
Main Index |
Thread Index |
Old Index