summaryrefslogtreecommitdiff
path: root/databases/py-tokyocabinet/PLIST
diff options
context:
space:
mode:
authorgdt <gdt>2012-03-01 21:13:08 +0000
committergdt <gdt>2012-03-01 21:13:08 +0000
commit2b0e47fcd742921e8beca8584105a8c74b52c46a (patch)
treed2e9ac6e520f7991980ad43f089a4e2cb1ec572d /databases/py-tokyocabinet/PLIST
parent911865b18469e765745bd84f2687943b18d16c8d (diff)
downloadpkgsrc-2b0e47fcd742921e8beca8584105a8c74b52c46a.tar.gz
Import py26-tokyocabinet-0.5 as databases/py-tokyocabinet.
tokyocabinet aims to be a complete python wrapper for the ass-kicking Tokyo Cabinet database library by Mikio Hirabayashi (http://1978th.net/). While there are other wrappers out there none were found to be comprehensive enough. At present, the btree, hash and table APIs are available as hand-written C extensions. A similar effort is underway for the Tokyo Tyrant client API here: http://code.google.com/p/python-tokyotyrant-client/ Omissions, bugs, patches and feedback are greatly welcome. This package is written and maintained by Elisha Cook.
Diffstat (limited to 'databases/py-tokyocabinet/PLIST')
-rw-r--r--databases/py-tokyocabinet/PLIST11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-tokyocabinet/PLIST b/databases/py-tokyocabinet/PLIST
new file mode 100644
index 00000000000..9bd8cf1859e
--- /dev/null
+++ b/databases/py-tokyocabinet/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/01 21:13:08 gdt Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tokyocabinet/__init__.py
+${PYSITELIB}/tokyocabinet/__init__.pyc
+${PYSITELIB}/tokyocabinet/__init__.pyo
+${PYSITELIB}/tokyocabinet/btree.so
+${PYSITELIB}/tokyocabinet/hash.so
+${PYSITELIB}/tokyocabinet/table.so