diff --git a/textproc/Makefile b/textproc/Makefile index eb87ac188dff..29be156f67b0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1198,6 +1198,7 @@ SUBDIR += py-pss SUBDIR += py-pyctpp2 SUBDIR += py-pyelasticsearch + SUBDIR += py-pyes SUBDIR += py-pygments SUBDIR += py-pygtail SUBDIR += py-pyscss diff --git a/textproc/py-pyes/Makefile b/textproc/py-pyes/Makefile new file mode 100644 index 000000000000..c41afd7973bf --- /dev/null +++ b/textproc/py-pyes/Makefile @@ -0,0 +1,16 @@ +# Created by: Dan Langille +# $FreeBSD$ + +PORTNAME= pyes +PORTVERSION= 0.99.5 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Python connector for ElasticSearch - the pythonic way to use ElasticSearch + +USES= python:2 +USE_PYTHON= distutils autoplist + +.include diff --git a/textproc/py-pyes/distinfo b/textproc/py-pyes/distinfo new file mode 100644 index 000000000000..101fadc757b3 --- /dev/null +++ b/textproc/py-pyes/distinfo @@ -0,0 +1,2 @@ +SHA256 (pyes-0.99.5.tar.gz) = b212ea5872d1519b2ebb5cbc7ecee09bf271c06c5cc86944da2f67a1e19a893b +SIZE (pyes-0.99.5.tar.gz) = 102122 diff --git a/textproc/py-pyes/pkg-descr b/textproc/py-pyes/pkg-descr new file mode 100644 index 000000000000..d46a8797917c --- /dev/null +++ b/textproc/py-pyes/pkg-descr @@ -0,0 +1,13 @@ +Python connector for ElasticSearch - the pythonic way to use ElasticSearch + +We are working to provide full support to ElasticSearch 1.x (check the +develop branch: we are using the git-flow workflow) that'll have: + +* connection based on Official ElasticSearch client ?? +* full support to ElasticSearch 1.x (removed old support due incompatibility +* with old version of ES) +* migration from multi_field to >field>.fields +* refactory of old code to be more pythonic +* performance improvements + +WWW: https://pyes.readthedocs.org/en/latest/