diff options
author | vg <vg@FreeBSD.org> | 2013-10-31 05:35:27 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2013-10-31 05:35:27 +0800 |
commit | 6cd9d0b0d74795f0e0b86d2b9fe1433ca345082a (patch) | |
tree | b865bd7bb419fd43cec00608a5623fa9165ba445 /databases/Makefile | |
parent | 13d19e660ff83b27a593aa84683166f212b4e2fa (diff) | |
download | freebsd-ports-gnome-6cd9d0b0d74795f0e0b86d2b9fe1433ca345082a.tar.gz freebsd-ports-gnome-6cd9d0b0d74795f0e0b86d2b9fe1433ca345082a.tar.zst freebsd-ports-gnome-6cd9d0b0d74795f0e0b86d2b9fe1433ca345082a.zip |
This package is a pure-python client library for Tarantool Database.
WWW: https://github.com/mailru/tarantool-python
WWW: https://pypi.python.org/pypi/tarantool
PR: ports/183501
Submitted by: myself
Approved by: eadler, osa, rm (mentors, implicit)
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index c60a93c872d1..66b756cfe39a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -785,6 +785,7 @@ SUBDIR += py-swift SUBDIR += py-swiftclient SUBDIR += py-sybase + SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper SUBDIR += pydbdesigner |