1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

textproc/py-grimoirelab-panels: New port

Generic Dashboards for GrimoireLab

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.

WWW: https://github.com/chaoss/grimoirelab-sigils

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2024-10-08 14:38:49 +02:00
parent ee78e8f772
commit 90821cf19a
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
4 changed files with 36 additions and 0 deletions

View File

@ -1392,6 +1392,7 @@
SUBDIR += py-grapheme
SUBDIR += py-grep-ast
SUBDIR += py-griffe
SUBDIR += py-grimoirelab-panels
SUBDIR += py-guess-language
SUBDIR += py-hashids
SUBDIR += py-hexdump

View File

@ -0,0 +1,23 @@
PORTNAME= grimoirelab-panels
DISTVERSION= 1.1.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Generic Dashboards for GrimoireLab
WWW= https://github.com/chaoss/grimoirelab-sigils
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent pep517
SHEBANG_GLOB= *.py
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1728391057
SHA256 (grimoirelab_panels-1.1.1.tar.gz) = ab5f84a57234cf613035fc52d2e42d6717be9398a8677a39b26fe5b52e199f5f
SIZE (grimoirelab_panels-1.1.1.tar.gz) = 491266

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.