Port details |
- py-elasticsearch-dsl-py High level Python client for Elasticsearch
- 0.0.11_3 textproc
=0 0.0.11_3Version of this port present on the latest quarterly branch. DEPRECATED: ElasticSearch 1.x End of Life
This port expired on: 2018-06-14
- Maintainer: dvl@FreeBSD.org
 - Port Added: 2015-10-22 15:37:56
- Last Update: 2018-06-15 21:23:01
- SVN Revision: 472495
- Also Listed In: python
- License: APACHE20
- WWW:
- http://elasticsearch-dsl.readthedocs.org/en/latest/
- Description:
- Elasticsearch DSL is a high-level library whose aim is to help with writing
and running queries against Elasticsearch. It is built on top of the official
low-level client (elasticsearch-py).
It provides a more convenient and idiomatic way to write and manipulate
queries. It stays close to the Elasticsearch JSON DSL, mirroring its terminology
and structure. It exposes the whole range of the DSL from Python either directly
using defined classes or a queryset-like expressions.
It also provides an optional wrapper for working with documents as Python
objects: defining mappings, retrieving and saving documents, wrapping the
document data in user-defined classes.
To use the other Elasticsearch APIs (eg. cluster health) just use the underlying
client.
WWW: http://elasticsearch-dsl.readthedocs.org/en/latest/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}elasticsearch-dsl-py>0:textproc/py-elasticsearch-dsl-py@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-elasticsearch-dsl-py
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1490198203
SHA256 (elastic-elasticsearch-dsl-py-0.0.11_GH0.tar.gz) = 4771ca6bc9f57c053bd81f84164f0b0ccb44b7e6cc8edef56482ca8b2550c763
SIZE (elastic-elasticsearch-dsl-py-0.0.11_GH0.tar.gz) = 75007
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-elasticsearch>=1.3.0 : textproc/py-elasticsearch@py27
- py27-dateutil>=0 : devel/py-dateutil@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.11_3 15 Jun 2018 21:23:01
  |
rene  |
Remove expired ports:
2018-06-14 textproc/py-elasticsearch-dsl-py: ElasticSearch 1.x End of Life
2018-06-14 textproc/py-elasticsearch2-dsl-py: Needs Python ElasticSearch 2.x |
0.0.11_3 14 May 2018 22:10:21
  |
dbaio  |
textproc/py-elasticsearch-dsl-py: Mark deprecated
ElasticSearch 1.x End of Life
Approved by: dvl (maintainer) |
0.0.11_3 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.0.11_2 21 Dec 2017 17:40:35
  |
sunpoet  |
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 |
0.0.11_1 05 Dec 2017 20:19:11
  |
dvl  |
Add devel/py-dateutil as RUN_DEPENDS
PR: 224047
Submitted by: jeremybbaggs@gmail.com |
0.0.11 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.0.11 22 Mar 2017 16:06:09
  |
dvl  |
Upgrade to 0.0.11 |
0.0.8 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.0.8 03 Jan 2016 21:10:26
  |
antoine  |
Remove MASTER_SITES=CHEESESHOP from some ports that use github to fetch |
0.0.8 22 Oct 2015 15:37:49
  |
dvl  |
Add py-elasticsearch-dsl-py, a high level Python client for Elasticsearch.
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D3978 |