Page MenuHomeFreeBSD

D13733.diff
No OneTemporary

D13733.diff

Index: head/databases/Makefile
===================================================================
--- head/databases/Makefile
+++ head/databases/Makefile
@@ -826,6 +826,7 @@
SUBDIR += py-pypuppetdb
SUBDIR += py-pypuppetdb03
SUBDIR += py-pytc
+ SUBDIR += py-python-arango
SUBDIR += py-python-memcached
SUBDIR += py-python-rrdtool
SUBDIR += py-python-sql
Index: head/databases/py-python-arango/Makefile
===================================================================
--- head/databases/py-python-arango/Makefile
+++ head/databases/py-python-arango/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= python-arango
+DISTVERSION= 3.12.1
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Python driver for ArangoDB
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+post-extract:
+ @${RM} -r ${WRKSRC}/tests # otherwise they are installed under the root directory and cause conflicts
+
+.include <bsd.port.mk>
Index: head/databases/py-python-arango/distinfo
===================================================================
--- head/databases/py-python-arango/distinfo
+++ head/databases/py-python-arango/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514862633
+SHA256 (python-arango-3.12.1.tar.gz) = 9a092133a0951e23b1164c4055349500e99a7c5713926e277b376bef8c3fa2d8
+SIZE (python-arango-3.12.1.tar.gz) = 76402
Index: head/databases/py-python-arango/pkg-descr
===================================================================
--- head/databases/py-python-arango/pkg-descr
+++ head/databases/py-python-arango/pkg-descr
@@ -0,0 +1,8 @@
+A python driver for ArangoDB.
+
+Features:
+* Clean, Pythonic interface
+* Lightweight
+* High ArangoDB REST API coverage
+
+WWW: https://github.com/joowani/python-arango

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 15, 3:05 PM (2 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35104011
Default Alt Text
D13733.diff (1 KB)

Event Timeline