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:
parent
ee78e8f772
commit
90821cf19a
@ -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
|
||||
|
23
textproc/py-grimoirelab-panels/Makefile
Normal file
23
textproc/py-grimoirelab-panels/Makefile
Normal 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>
|
3
textproc/py-grimoirelab-panels/distinfo
Normal file
3
textproc/py-grimoirelab-panels/distinfo
Normal 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
|
9
textproc/py-grimoirelab-panels/pkg-descr
Normal file
9
textproc/py-grimoirelab-panels/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user