1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

databases/tkrzw-python: new port: Python interface for Tkrzw, successor of Kyoto Cabinet

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.

WWW: https://dbmx.net/tkrzw/

PR:		289951
Reported by:	Paavo-Einari Kaipila <pkaipila@gmail.com> (new maintainer)
This commit is contained in:
Paavo-Einari Kaipila
2025-10-08 13:07:56 +03:00
committed by Hiroki Tagato
parent e2324e762f
commit 4d67b17e0c
4 changed files with 34 additions and 0 deletions
+1
View File
@@ -1122,6 +1122,7 @@
SUBDIR += timescaledb-tune
SUBDIR += tinycdb
SUBDIR += tkrzw
SUBDIR += tkrzw-python
SUBDIR += tokyocabinet
SUBDIR += tokyotyrant
SUBDIR += trilogy
+25
View File
@@ -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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1759315501
SHA256 (tkrzw-python-0.1.32.tar.gz) = f1c7c49762695cdf02c0322bbc5caff36e7fe21bf69ecb1c562ed7e7e11cf4ee
SIZE (tkrzw-python-0.1.32.tar.gz) = 57160
+5
View File
@@ -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.