Create textproc/py-elasticsearch5

The 5.x version of the py-elasticsearch module is still required in
situations where the newer 6.x module is not backwards compatible.
This commit is contained in:
Mark Felder 2018-04-09 14:42:53 +00:00
parent efc76d02e5
commit 56d1ab521e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466858
4 changed files with 33 additions and 0 deletions

View file

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

View file

@ -0,0 +1,24 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $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 <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1523284727
SHA256 (elasticsearch-5.5.2.tar.gz) = 8539e30c33fa0ad09617893a458056a35a654c92226390c30a07a3776bb8a94f
SIZE (elasticsearch-5.5.2.tar.gz) = 70018

View file

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