2018-05-15 00:08:47 +02:00
|
|
|
# Created by: Dan Langille <dvl@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= elasticsearch-dsl
|
2019-01-14 13:47:35 +01:00
|
|
|
PORTVERSION= 6.3.1
|
2018-05-15 00:08:47 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= jbaggs2016@gmail.com
|
|
|
|
COMMENT= High level Python client for Elasticsearch
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
|
2018-07-27 07:07:35 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.2.1:textproc/py-elasticsearch@${PY_FLAVOR} \
|
2018-05-16 02:01:32 +02:00
|
|
|
${PY_IPADDRESS} \
|
2018-06-20 19:05:41 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
|
2018-05-15 00:08:47 +02:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2018-05-16 02:01:32 +02:00
|
|
|
.include <bsd.port.mk>
|