Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162566263
D13733.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13733.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D13733: New port: databases/py-python-arango: Python driver for ArangoDB
Attached
Detach File
Event Timeline
Log In to Comment