Revert "textproc/py-grimoire-elk: Remove port"

This reverts commit c43c3a1923.
This commit is contained in:
2025-05-05 00:45:37 +02:00
parent 3d6706810f
commit 6f34b10314
5 changed files with 53 additions and 1 deletions
-1
View File
@@ -6294,7 +6294,6 @@ textproc/pear-Horde_Xml_Element
textproc/pear-Horde_Xml_Wbxml
textproc/py-dialect
textproc/py-gensim
textproc/py-grimoire-elk
textproc/py-orange3-text
textproc/py-pdf2docx
textproc/py-rst2html5
+1
View File
@@ -1305,6 +1305,7 @@
SUBDIR += py-graphemeu
SUBDIR += py-grep-ast
SUBDIR += py-griffe
SUBDIR += py-grimoire-elk
SUBDIR += py-grimoirelab-panels
SUBDIR += py-guess-language
SUBDIR += py-hashids
+40
View File
@@ -0,0 +1,40 @@
PORTNAME= grimoire-elk
DISTVERSION= 1.3.4
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= GrimoireELK processes and stores software development data to ElasticSearch
WWW= https://github.com/chaoss/grimoirelab-elk
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}cereslib>=1.0.9:devel/py-cereslib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}elasticsearch6>=6.3.1:textproc/py-elasticsearch6@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}elasticsearch-dsl6>=6.3.1:textproc/py-elasticsearch-dsl6@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}geopy>=2.0.0:net/py-geopy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graal>=1.1.2:devel/py-graal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grimoirelab-toolkit>=1.0.9:devel/py-grimoirelab-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.22:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}perceval>=1.1.1:devel/py-perceval@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}perceval-mozilla>=1.0.11:devel/py-perceval-mozilla@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}perceval-opnfv>=1.0.11:devel/py-perceval-opnfv@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}perceval-puppet>=1.0.11:devel/py-perceval-puppet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}perceval-weblate>=1.0.11:devel/py-perceval-weblate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sortinghat>=1.6.2:devel/py-sortinghat@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}statsmodels>=0.9.0:math/py-statsmodels@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.26:net/py-urllib3@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent pep517
SHEBANG_GLOB= *.py
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1738703939
SHA256 (grimoire_elk-1.3.4.tar.gz) = b880c08766023e6a8023de2e8b29619b0a3b49edc30944cc007c6243321ddac1
SIZE (grimoire_elk-1.3.4.tar.gz) = 895551
+9
View File
@@ -0,0 +1,9 @@
Each of the files found in this directory are a JSON file that contains
all of the information related to a Kibana dashboard. This usually has
information about the following artifacts:
- Original indexes where the information come from.
- Searches on those indexes that provide a sub-set of the information.
- Widgets either built on top of the original indexes or on top of the
searches.
- Final panels that are an aggregation of several widgets.