Date: Thu, 8 Jan 2015 21:47:27 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376570 - in head/textproc: . py-pyes Message-ID: <201501082147.t08LlRfe019546@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Thu Jan 8 21:47:27 2015 New Revision: 376570 URL: https://svnweb.freebsd.org/changeset/ports/376570 QAT: https://qat.redports.org/buildarchive/r376570/ Log: New port: textproc/py-pyes Python connector for ElasticSearch - the pythonic way to use ElasticSearch Approved by: wg (mentor) Added: head/textproc/py-pyes/ head/textproc/py-pyes/Makefile (contents, props changed) head/textproc/py-pyes/distinfo (contents, props changed) head/textproc/py-pyes/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Jan 8 20:48:09 2015 (r376569) +++ head/textproc/Makefile Thu Jan 8 21:47:27 2015 (r376570) @@ -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 Added: head/textproc/py-pyes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyes/Makefile Thu Jan 8 21:47:27 2015 (r376570) @@ -0,0 +1,16 @@ +# Created by: Dan Langille <dvl@FreeBSD.org> +# $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 <bsd.port.mk> Added: head/textproc/py-pyes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyes/distinfo Thu Jan 8 21:47:27 2015 (r376570) @@ -0,0 +1,2 @@ +SHA256 (pyes-0.99.5.tar.gz) = b212ea5872d1519b2ebb5cbc7ecee09bf271c06c5cc86944da2f67a1e19a893b +SIZE (pyes-0.99.5.tar.gz) = 102122 Added: head/textproc/py-pyes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyes/pkg-descr Thu Jan 8 21:47:27 2015 (r376570) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501082147.t08LlRfe019546>