svn commit: r351818 - head/textproc/py-pyelasticsearch
Antoine Brodin
antoine at FreeBSD.org
Tue Apr 22 12:18:20 UTC 2014
Author: antoine
Date: Tue Apr 22 12:18:20 2014
New Revision: 351818
URL: http://svnweb.freebsd.org/changeset/ports/351818
QAT: https://qat.redports.org/buildarchive/r351818/
Log:
Switch from py-requests1 to py-requests
Modified:
head/textproc/py-pyelasticsearch/Makefile
Modified: head/textproc/py-pyelasticsearch/Makefile
==============================================================================
--- head/textproc/py-pyelasticsearch/Makefile Tue Apr 22 12:17:16 2014 (r351817)
+++ head/textproc/py-pyelasticsearch/Makefile Tue Apr 22 12:18:20 2014 (r351818)
@@ -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 ela
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
More information about the svn-ports-head
mailing list