summaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch-py
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-06-19 01:27:52 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-06-19 01:27:52 +0000
commite593f550ecc5319ba0458092658f2f17f1a4f414 (patch)
tree839fb9c403f1f87d03b1ffc067a08721476b5247 /textproc/py-elasticsearch-py
parentmultimedia/py-subliminal: add missing dependency (diff)
New port: textproc/py-elasticsearch-py:
Official low-level client for Elasticsearch. It's goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. WWW: http://elasticsearch-py.readthedocs.org/en/master/
Diffstat (limited to 'textproc/py-elasticsearch-py')
-rw-r--r--textproc/py-elasticsearch-py/Makefile21
-rw-r--r--textproc/py-elasticsearch-py/distinfo2
-rw-r--r--textproc/py-elasticsearch-py/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/py-elasticsearch-py/Makefile b/textproc/py-elasticsearch-py/Makefile
new file mode 100644
index 000000000000..abc7824265be
--- /dev/null
+++ b/textproc/py-elasticsearch-py/Makefile
@@ -0,0 +1,21 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= elasticsearch-py
+PORTVERSION= 1.0.0
+CATEGORIES= textproc python
+MASTER_SITES= #
+
+MAINTAINER= zi@FreeBSD.org
+COMMENT= Official Python low-level client for Elasticsearch
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:${PORTSDIR}/net/py-urllib3
+
+USE_GITHUB= yes
+GH_ACCOUNT= elasticsearch
+GH_COMMIT= 9bd4303
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-elasticsearch-py/distinfo b/textproc/py-elasticsearch-py/distinfo
new file mode 100644
index 000000000000..5b4ee7eee70a
--- /dev/null
+++ b/textproc/py-elasticsearch-py/distinfo
@@ -0,0 +1,2 @@
+SHA256 (elasticsearch-py-1.0.0.tar.gz) = 690fef5ce825785de219c34d29912e5e23a7379f42d9dcee871b5dde7843c2b0
+SIZE (elasticsearch-py-1.0.0.tar.gz) = 63202
diff --git a/textproc/py-elasticsearch-py/pkg-descr b/textproc/py-elasticsearch-py/pkg-descr
new file mode 100644
index 000000000000..e6c321ce9722
--- /dev/null
+++ b/textproc/py-elasticsearch-py/pkg-descr
@@ -0,0 +1,5 @@
+Official low-level client for Elasticsearch. It's goal is to provide common
+ground for all Elasticsearch-related code in Python; because of this it tries
+to be opinion-free and very extendable.
+
+WWW: http://elasticsearch-py.readthedocs.org/en/master/