1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

New port: textproc/py-pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch

Approved by: wg (mentor)
This commit is contained in:
Dan Langille 2015-01-08 21:47:27 +00:00
parent b4b9dbecd3
commit 5d249a7698
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376570
4 changed files with 32 additions and 0 deletions

View File

@ -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

16
textproc/py-pyes/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (pyes-0.99.5.tar.gz) = b212ea5872d1519b2ebb5cbc7ecee09bf271c06c5cc86944da2f67a1e19a893b
SIZE (pyes-0.99.5.tar.gz) = 102122

View File

@ -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/