svn commit: r358335 - in head/textproc: . py-elasticsearch-py
Ryan Steinmetz
zi at FreeBSD.org
Thu Jun 19 01:27:54 UTC 2014
Author: zi
Date: Thu Jun 19 01:27:52 2014
New Revision: 358335
URL: http://svnweb.freebsd.org/changeset/ports/358335
QAT: https://qat.redports.org/buildarchive/r358335/
Log:
New port: textproc/py-elasticsearch-py:
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/
Added:
head/textproc/py-elasticsearch-py/
head/textproc/py-elasticsearch-py/Makefile (contents, props changed)
head/textproc/py-elasticsearch-py/distinfo (contents, props changed)
head/textproc/py-elasticsearch-py/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Thu Jun 19 01:01:33 2014 (r358334)
+++ head/textproc/Makefile Thu Jun 19 01:27:52 2014 (r358335)
@@ -1145,6 +1145,7 @@
SUBDIR += py-creole
SUBDIR += py-docutils
SUBDIR += py-dsv
+ SUBDIR += py-elasticsearch-py
SUBDIR += py-elib.intl
SUBDIR += py-empy
SUBDIR += py-enchant
Added: head/textproc/py-elasticsearch-py/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-elasticsearch-py/Makefile Thu Jun 19 01:27:52 2014 (r358335)
@@ -0,0 +1,21 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= elasticsearch-py
+PORTVERSION= 1.0.0
+CATEGORIES= textproc python
+MASTER_SITES= #
+
+MAINTAINER= zi at FreeBSD.org
+COMMENT= Official Python low-level client for Elasticsearch
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:${PORTSDIR}/net/py-urllib3
+
+USE_GITHUB= yes
+GH_ACCOUNT= elasticsearch
+GH_COMMIT= 9bd4303
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
+
+.include <bsd.port.mk>
Added: head/textproc/py-elasticsearch-py/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-elasticsearch-py/distinfo Thu Jun 19 01:27:52 2014 (r358335)
@@ -0,0 +1,2 @@
+SHA256 (elasticsearch-py-1.0.0.tar.gz) = 690fef5ce825785de219c34d29912e5e23a7379f42d9dcee871b5dde7843c2b0
+SIZE (elasticsearch-py-1.0.0.tar.gz) = 63202
Added: head/textproc/py-elasticsearch-py/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-elasticsearch-py/pkg-descr Thu Jun 19 01:27:52 2014 (r358335)
@@ -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/
More information about the svn-ports-all
mailing list