freebsd-ports/textproc/py-elasticsearch-dsl-py/Makefile
Sunpoet Po-Chuan Hsieh 36898895fc Move textproc/py-elasticsearch-py to textproc/py-elasticsearch
- Change MASTER_SITES from GitHub to CHEESESHOP
- Update dependent ports:
  - Update RUN_DEPENDS
  - Bump PORTREVISION for dependency change
- Take maintainership
2017-12-21 17:40:35 +00:00

24 lines
574 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch-dsl-py
PORTVERSION= 0.0.11
PORTREVISION= 2
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= High level Python client for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= elastic
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>