# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-elasticsearch-dsl # py-elasticsearch-dsl/Makefile # py-elasticsearch-dsl/distinfo # py-elasticsearch-dsl/pkg-descr # echo c - py-elasticsearch-dsl mkdir -p py-elasticsearch-dsl > /dev/null 2>&1 echo x - py-elasticsearch-dsl/Makefile sed 's/^X//' >py-elasticsearch-dsl/Makefile << 'cc2fa55b3aa5a4b77376604accc1b53e' X# $FreeBSD$ X XPORTNAME= elasticsearch-dsl XPORTVERSION= 6.1.0 XCATEGORIES= textproc python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= jbaggs2016@gmail.com XCOMMENT= High level Python client for Elasticsearch X XLICENSE= APACHE20 X XRUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${FLAVOR} XRUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} X XUSES= python XUSE_PYTHON= autoplist distutils X X.include <bsd.port.mk> cc2fa55b3aa5a4b77376604accc1b53e echo x - py-elasticsearch-dsl/distinfo sed 's/^X//' >py-elasticsearch-dsl/distinfo << '2ab7e30a883db5eb19b924a13e023c97' XTIMESTAMP = 1520463863 XSHA256 (elasticsearch-dsl-6.1.0.tar.gz) = 5114a38a88e93a4663782eae07a1e8084ba333c49887335c83de8b8043bc72b2 XSIZE (elasticsearch-dsl-6.1.0.tar.gz) = 44282 2ab7e30a883db5eb19b924a13e023c97 echo x - py-elasticsearch-dsl/pkg-descr sed 's/^X//' >py-elasticsearch-dsl/pkg-descr << 'e3e5985cdc62bb52b6a653a7b19453c6' XElasticsearch DSL is a high-level library whose aim is to help with writing Xand running queries against Elasticsearch. It is built on top of the official Xlow-level client (elasticsearch-py). X XIt provides a more convenient and idiomatic way to write and manipulate Xqueries. It stays close to the Elasticsearch JSON DSL, mirroring its terminology Xand structure. It exposes the whole range of the DSL from Python either directly Xusing defined classes or a queryset-like expressions. X XIt also provides an optional wrapper for working with documents as Python Xobjects: defining mappings, retrieving and saving documents, wrapping the Xdocument data in user-defined classes. X XTo use the other Elasticsearch APIs (eg. cluster health) just use the underlying Xclient. X XWWW: http://elasticsearch-dsl.readthedocs.org/en/latest/ e3e5985cdc62bb52b6a653a7b19453c6 exit