mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
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:
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
|
@ -1293,6 +1293,7 @@
|
||||||
SUBDIR += py-docutils
|
SUBDIR += py-docutils
|
||||||
SUBDIR += py-dsv
|
SUBDIR += py-dsv
|
||||||
SUBDIR += py-elasticsearch
|
SUBDIR += py-elasticsearch
|
||||||
|
SUBDIR += py-elasticsearch5
|
||||||
SUBDIR += py-elasticsearch-curator-py
|
SUBDIR += py-elasticsearch-curator-py
|
||||||
SUBDIR += py-elasticsearch-dsl-py
|
SUBDIR += py-elasticsearch-dsl-py
|
||||||
SUBDIR += py-elasticsearch2-dsl-py
|
SUBDIR += py-elasticsearch2-dsl-py
|
||||||
|
|
24
textproc/py-elasticsearch5/Makefile
Normal file
24
textproc/py-elasticsearch5/Makefile
Normal 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>
|
3
textproc/py-elasticsearch5/distinfo
Normal file
3
textproc/py-elasticsearch5/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1523284727
|
||||||
|
SHA256 (elasticsearch-5.5.2.tar.gz) = 8539e30c33fa0ad09617893a458056a35a654c92226390c30a07a3776bb8a94f
|
||||||
|
SIZE (elasticsearch-5.5.2.tar.gz) = 70018
|
5
textproc/py-elasticsearch5/pkg-descr
Normal file
5
textproc/py-elasticsearch5/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue