summaryrefslogtreecommitdiff
path: root/databases/tkrzw-python
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tkrzw-python')
-rw-r--r--databases/tkrzw-python/Makefile25
-rw-r--r--databases/tkrzw-python/distinfo3
-rw-r--r--databases/tkrzw-python/pkg-descr5
3 files changed, 33 insertions, 0 deletions
diff --git a/databases/tkrzw-python/Makefile b/databases/tkrzw-python/Makefile
new file mode 100644
index 000000000000..62b5c1303cbe
--- /dev/null
+++ b/databases/tkrzw-python/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= tkrzw
+DISTVERSION= 0.1.32
+CATEGORIES= databases python
+MASTER_SITES= https://dbmx.net/${PORTNAME}/pkg-python/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME}-python-${DISTVERSION}
+
+MAINTAINER= pkaipila@gmail.com
+COMMENT= Python interface for Tkrzw, successor of Kyoto Cabinet
+WWW= https://dbmx.net/tkrzw/
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libtkrzw.so:databases/tkrzw
+
+USES= localbase python
+USE_PYTHON= autoplist distutils flavors
+
+LDFLAGS+= -Wl,--as-needed
+
+post-install:
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
+
+.include <bsd.port.mk>
diff --git a/databases/tkrzw-python/distinfo b/databases/tkrzw-python/distinfo
new file mode 100644
index 000000000000..40f8af89baba
--- /dev/null
+++ b/databases/tkrzw-python/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1759315501
+SHA256 (tkrzw-python-0.1.32.tar.gz) = f1c7c49762695cdf02c0322bbc5caff36e7fe21bf69ecb1c562ed7e7e11cf4ee
+SIZE (tkrzw-python-0.1.32.tar.gz) = 57160
diff --git a/databases/tkrzw-python/pkg-descr b/databases/tkrzw-python/pkg-descr
new file mode 100644
index 000000000000..e29efc7820ec
--- /dev/null
+++ b/databases/tkrzw-python/pkg-descr
@@ -0,0 +1,5 @@
+Python interface for Tkrzw library implementing DBM with various
+algorithms. Tkrzw features high degrees of performance, concurrency,
+scalability and durability.
+
+Tkrzw is a successor of Kyoto Cabinet.