From owner-svn-ports-head@FreeBSD.ORG Thu Jan 8 21:47:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4175EA8; Thu, 8 Jan 2015 21:47:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94E85DA7; Thu, 8 Jan 2015 21:47:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t08LlSnL019553; Thu, 8 Jan 2015 21:47:28 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t08LlRfe019546; Thu, 8 Jan 2015 21:47:27 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201501082147.t08LlRfe019546@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 8 Jan 2015 21:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376570 - in head/textproc: . py-pyes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 21:47:28 -0000 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 +# $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 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/