Port details |
- py-elasticsearch-curator Python index manager for Elasticsearch
- 5.8.4_1 textproc =2 5.8.4Version of this port present on the latest quarterly branch.
- Maintainer: elastic@FreeBSD.org
- Port Added: 2018-04-09 15:08:32
- 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://curator.readthedocs.org/en/master/
- Description:
- Have indices in Elasticsearch? This is the tool for you!
Like a museum curator manages the exhibits and collections on display,
Elasticsearch Curator helps you curate, or manage your indices.
- ¦ ¦ ¦ ¦
- 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-curator>0:textproc/py-elasticsearch-curator@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/textproc/py-elasticsearch-curator/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-elasticsearch-curator
- pkg install py311-elasticsearch-curator
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-elasticsearch-curator listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-elasticsearch-curator
- Package flavors (<flavor>: <package>)
- py311: py311-elasticsearch-curator
- distinfo:
- TIMESTAMP = 1638286828
SHA256 (elastic-curator-v5.8.4_GH0.tar.gz) = 20f785033e020b6563f201ed8635cef6239c99903520e023f7f6a9d4222f92d5
SIZE (elastic-curator-v5.8.4_GH0.tar.gz) = 240852
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-boto3>=1.7.24 : www/py-boto3@py311
- py311-certifi>=2018.10.15 : security/py-certifi@py311
- py311-click7>=7.1.2 : devel/py-click7@py311
- py311-elasticsearch>=7.15.1 : textproc/py-elasticsearch@py311
- py311-requests-aws4auth>=0.9 : www/py-requests-aws4auth@py311
- py311-six>=1.11.0 : devel/py-six@py311
- py311-urllib3>=1.26.4 : net/py-urllib3@py311
- py311-voluptuous>=0.9.3 : devel/py-voluptuous@py311
- py311-pyyaml>=3.10 : devel/py-pyyaml@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-boto3>=1.7.24 : www/py-boto3@py311
- py311-certifi>=2018.10.15 : security/py-certifi@py311
- py311-click7>=7.1.2 : devel/py-click7@py311
- py311-elasticsearch>=7.15.1 : textproc/py-elasticsearch@py311
- py311-requests-aws4auth>=0.9 : www/py-requests-aws4auth@py311
- py311-six>=1.11.0 : devel/py-six@py311
- py311-urllib3>=1.26.4 : net/py-urllib3@py311
- py311-voluptuous>=0.9.3 : devel/py-voluptuous@py311
- py311-pyyaml>=3.10 : devel/py-pyyaml@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-elasticsearch-curator
- USES:
- 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 |
5.8.4_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 |
5.8.4 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> |
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) |
5.8.4 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 ) |
5.8.4 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 ) |
5.8.4 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
5.8.4 30 Nov 2021 17:42:32 |
Juraj Lutter (otis) |
textproc/py-elasticsearch-curator: Unbreak the build
Unbreak the build after upgrade to 5.8.4:
- Switch to GitHub download
- Adjust dependencies
Reported by: pkg-fallout |
5.8.4 07 Nov 2021 19:27:14 |
Juraj Lutter (otis) |
textproc/py-elasticsearch-curator: Update to 5.8.4
- Update to 5.8.4, a version compatible with ES 7.x |
5.6.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.6.0_1 30 Jan 2021 13:29:58 |
sunpoet |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
5.6.0_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
5.6.0_1 02 Sep 2019 22:44:31 |
sunpoet |
Change RUN_DEPENDS from py-elasticsearch to py-elasticsearch6
- Bump PORTREVISION for dependency change |
5.6.0 31 Aug 2019 22:00:09 |
sunpoet |
Update RUN_DEPENDS of py-botocore and unbreak py-elasticsearch-curator
botocore 1.12.209 banned docutils 0.15 (docutils != 0.15) for wrong python 2
wheel which is already fixed [1][2]. And it does not affect FreeBSD ports users.
Later, botocore changed docutils from != 0.15 to < 0.15 [3].
Recent py-botocore update to 1.12.213 in r509585 fixes this problem since
upstream changed the docutils version from docutils>=0.10,<0.15 to
docutils>=0.10,<0.16.
While I'm here, mark the upper bound of RUN_DEPENDS of py-botocore to avoid
potential breakage in the future.
[1] https://github.com/aws/aws-cli/issues/4332
[2] https://sourceforge.net/p/docutils/bugs/365/
[3]
https://github.com/boto/botocore/commit/add5c8b6b4e208fb0eaba49302df9c3d75b604b9
PR: 239664
Submitted by: sunpoet (myself) |
5.6.0 05 Aug 2019 10:02:11 |
antoine |
Mark BROKEN: fails to configure
Download error on https://pypi.org/simple/docutils/: [Errno 65] No route to host
-- Some packages may not be found!
Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some
packages may not be found!
No local packages or working download links found for docutils<0.15,>=0.10
Traceback (most recent call last):
File "setup.py", line 37, in <module>
from cx_Freeze import setup, Executable
ModuleNotFoundError: No module named 'cx_Freeze'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 173, in <module> (Only the first 15 lines of the commit message are shown above ) |
5.6.0 21 Mar 2019 19:42:11 |
sunpoet |
Update to 5.6.0
- Change MASTER_SITES from GitHub to CHEESESHOP
- Add NO_ARCH
- Fix indent
Changes: https://github.com/elastic/curator/releases
PR: 236283
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 16 days) |
5.5.1 09 Apr 2018 17:25:00 |
feld |
textproc/py-elasticsearch-curator: Fix Python flavors in RUN_DEPENDS |
5.5.1 09 Apr 2018 15:07:09 |
feld |
textproc/py-elasticsearch-curator: Update to 5.5.2
- Rename port to match py-elasticsearch and remove trailing -py suffix
that doesn't match any upstream naming convention
- Change MAINTAINER to elastic@ team
Approved by: maintainer |