svn commit: r413115 - in head/databases: . py-motor
Dmitry Sivachenko
demon at FreeBSD.org
Tue Apr 12 13:36:41 UTC 2016
Author: demon
Date: Tue Apr 12 13:36:39 2016
New Revision: 413115
URL: https://svnweb.freebsd.org/changeset/ports/413115
Log:
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
Added:
head/databases/py-motor/
head/databases/py-motor/Makefile (contents, props changed)
head/databases/py-motor/distinfo (contents, props changed)
head/databases/py-motor/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Tue Apr 12 13:20:53 2016 (r413114)
+++ head/databases/Makefile Tue Apr 12 13:36:39 2016 (r413115)
@@ -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
Added: head/databases/py-motor/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-motor/Makefile Tue Apr 12 13:36:39 2016 (r413115)
@@ -0,0 +1,18 @@
+# Created by: Dmitry Sivachenko <mitya at yandex-team.ru>
+# $FreeBSD$
+
+PORTNAME= motor
+PORTVERSION= 0.6.2
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= demon at FreeBSD.org
+COMMENT= Non-blocking MongoDB driver for Tornado or asyncio
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/databases/py-motor/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-motor/distinfo Tue Apr 12 13:36:39 2016 (r413115)
@@ -0,0 +1,2 @@
+SHA256 (motor-0.6.2.tar.gz) = f1222e4de786dd92f64ebd453be358f4fed72ceb1bb04525347b9dfafda7f2d2
+SIZE (motor-0.6.2.tar.gz) = 144579
Added: head/databases/py-motor/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-motor/pkg-descr Tue Apr 12 13:36:39 2016 (r413115)
@@ -0,0 +1,4 @@
+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
More information about the svn-ports-head
mailing list