diff --git a/textproc/Makefile b/textproc/Makefile index 9dc0adf2f3fc..34255fbaf259 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1293,6 +1293,7 @@ SUBDIR += py-docutils SUBDIR += py-dsv SUBDIR += py-elasticsearch + SUBDIR += py-elasticsearch5 SUBDIR += py-elasticsearch-curator-py SUBDIR += py-elasticsearch-dsl-py SUBDIR += py-elasticsearch2-dsl-py diff --git a/textproc/py-elasticsearch5/Makefile b/textproc/py-elasticsearch5/Makefile new file mode 100644 index 000000000000..9aeba334509c --- /dev/null +++ b/textproc/py-elasticsearch5/Makefile @@ -0,0 +1,24 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= elasticsearch +PORTVERSION= 5.5.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 5 + +MAINTAINER= elastic@FreeBSD.org +COMMENT= Official Python low-level client for Elasticsearch + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:net/py-urllib3@${FLAVOR} + +CONFLICTS= ${PYTHON_PKGNAMEPREFIX}elasticsearch-[0-9]* + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include diff --git a/textproc/py-elasticsearch5/distinfo b/textproc/py-elasticsearch5/distinfo new file mode 100644 index 000000000000..061004fabc90 --- /dev/null +++ b/textproc/py-elasticsearch5/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523284727 +SHA256 (elasticsearch-5.5.2.tar.gz) = 8539e30c33fa0ad09617893a458056a35a654c92226390c30a07a3776bb8a94f +SIZE (elasticsearch-5.5.2.tar.gz) = 70018 diff --git a/textproc/py-elasticsearch5/pkg-descr b/textproc/py-elasticsearch5/pkg-descr new file mode 100644 index 000000000000..e6c321ce9722 --- /dev/null +++ b/textproc/py-elasticsearch5/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/