diff options
author | demon <demon@FreeBSD.org> | 2016-04-12 21:36:39 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2016-04-12 21:36:39 +0800 |
commit | 0c03b411c9746fb812a6f20a92fbcc0b988166df (patch) | |
tree | beee65fccc038fe664aa083eb984b80f542c59de /databases/Makefile | |
parent | 4b01bb202f04932b33bee9065c1da821e35160e5 (diff) | |
download | freebsd-ports-gnome-0c03b411c9746fb812a6f20a92fbcc0b988166df.tar.gz freebsd-ports-gnome-0c03b411c9746fb812a6f20a92fbcc0b988166df.tar.zst freebsd-ports-gnome-0c03b411c9746fb812a6f20a92fbcc0b988166df.zip |
New port: py-motor.
Motor presents a callback- or Future-based API for non-blocking access to
MongoDB from Tornado or asyncio.
WWW: https://pypi.python.org/pypi/motor
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 9337db7473a1..e3efb963c7fe 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -740,6 +740,7 @@ SUBDIR += py-htsql-pgsql SUBDIR += py-kyotocabinet SUBDIR += py-leveldb + SUBDIR += py-motor SUBDIR += py-mycli SUBDIR += py-mysql-connector-python SUBDIR += py-mysql-connector-python2 |