1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Switch from py-requests1 to py-requests

This commit is contained in:
Antoine Brodin 2014-04-22 12:18:20 +00:00
parent 7fb32ec458
commit c258c5423a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351818

View File

@ -3,7 +3,7 @@
PORTNAME= pyelasticsearch
PORTVERSION= 0.6.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,9 +13,9 @@ COMMENT= Flexible, high-scale API to elasticsearch
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
${PYTHON_PKGNAMEPREFIX}requests1>0:${PORTSDIR}/www/py-requests1
${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests
USE_PYTHON= yes
USE_PYDISTUTILS=yes