Port details |
- py-elasticsearch6 Official Python low-level client for Elasticsearch
- 6.8.2_1 textproc =2 6.8.2_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2019-09-02 22:43:23
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/elastic/elasticsearch-py
- Description:
- Official low-level client for Elasticsearch. Its 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.
For a more high level client library with more limited scope, have a look at
elasticsearch-dsl - a more pythonic library sitting on top of 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 while exposing the whole range of the DSL from Python either directly
using defined classes or a queryset-like expressions.
It also provides an optional persistence layer for working with documents as
Python objects in an ORM-like fashion: defining mappings, retrieving and saving
documents, wrapping the document data in user-defined classes.
- ¦ ¦ ¦ ¦
- 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}elasticsearch6>0:textproc/py-elasticsearch6@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-elasticsearch6/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-elasticsearch6
- pkg install py311-elasticsearch6
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-elasticsearch6 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-elasticsearch6
- Package flavors (<flavor>: <package>)
- py311: py311-elasticsearch6
- distinfo:
- TIMESTAMP = 1618320272
SHA256 (elasticsearch-6.8.2.tar.gz) = c3a560bb83e4981b5a5c82080d2ceb99686d33692ef53365656129478aa5ddb2
SIZE (elasticsearch-6.8.2.tar.gz) = 85261
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-coverage>=0 : devel/py-coverage@py311
- py311-mock>=0 : devel/py-mock@py311
- py311-numpy>=0,1 : math/py-numpy@py311
- py311-pandas>=0,1 : math/py-pandas@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-requests>=2.0.0 : www/py-requests@py311
- py311-nose>=0 : devel/py-nose@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-urllib3>=1.21.1,1 : net/py-urllib3@py311
- py311-requests>=2.4.0 : www/py-requests@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-sirmordred
- textproc/py-elasticsearch-dsl6
- textproc/py-grimoire-elk
Configuration Options:
- ===> The following configuration options are available for py311-elasticsearch6-6.8.2_1:
REQUESTS=on: Enable requests support
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-elasticsearch6
- USES:
- cpe python
- 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 |
6.8.2_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
6.8.2_1 13 May 2024 14:09:17 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-elasticsearch6: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
6.8.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
6.8.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.8.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.8.2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.8.2 03 Jun 2022 16:57:11 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-elasticsearch6: Convert to USE_PYTHON=nose |
6.8.2 25 Oct 2021 15:57:37 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-elasticsearch6: Cosmetic change |
6.8.2 14 Oct 2021 11:02:07 |
Stefan Eßer (se) |
textproc/py-elasticsearch6: Add CPE information
Approved by: portmgr (blanket) |
6.8.2 24 Jul 2021 20:22:09 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-elasticsearch6: Update version requirement of RUN_DEPENDS |
6.8.2 02 May 2021 19:45:42 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-elasticsearch6: Remove PYNUMPY |
6.8.2 18 Apr 2021 05:44:11 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-elasticsearch6: Update to 6.8.2
Changes: https://github.com/elastic/elasticsearch-py/releases |
6.8.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.8.1 30 Jan 2021 13:29:58 |
sunpoet |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
6.8.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
6.8.1 13 Dec 2020 14:45:41 |
sunpoet |
Convert to test framework
- Fix TEST_DEPENDS |
6.8.1 05 Sep 2020 21:33:09 |
sunpoet |
Update version requirement of RUN_DEPENDS |
6.8.1 22 Apr 2020 21:28:22 |
sunpoet |
Add LICENSE_FILE
- Update TEST_DEPENDS |
6.8.1 21 Apr 2020 19:48:26 |
sunpoet |
Update to 6.8.1
Changes: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst
PR: 245710
Submitted by: Juraj Lutter <juraj@lutter.sk> |
6.4.0_1 13 Nov 2019 23:47:48 |
sunpoet |
Fix build with py-urllib 1.25+
- Bump PORTREVISION for package change
PR: 241874
Submitted by: kai
Backport
from: https://github.com/elastic/elasticsearch-py/commit/4c531c5cdbd5ba8b59be16c2fa15d5cf81d0a92f |
6.4.0 02 Sep 2019 22:43:18 |
sunpoet |
Add py-elasticsearch6 6.4.0 (copied from py-elasticsearch) |