Files
ports/textproc/py-kidash/Makefile
T
Siva Mahadevan b22fb8444e www/py-grimoirelab: take maintainership and update to 1.20.3
This also covers updating all its dependencies, most of which
are only used by www/py-grimoirelab.

Reviewed by:	kai
Approved by:	lwhsu (mentor, implicitly)
Differential Revision:	https://reviews.freebsd.org/D57131
2026-05-27 08:56:45 -04:00

29 lines
890 B
Makefile

PORTNAME= kidash
DISTVERSION= 1.1.8
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
# Ask clusteradm@ before removal of this port if it becomes unmaintained
MAINTAINER= siva@FreeBSD.org
COMMENT= GrimoireLab script to manage Kibana dashboards from the command line
WWW= https://github.com/chaoss/grimoirelab-kidash
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}python-dateutil>2.8.2:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=2.2:net/py-urllib3@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent pep517 pytest
SHEBANG_GLOB= *.py
NO_ARCH= yes
TEST_WRKSRC= ${WRKSRC}/tests
.include <bsd.port.mk>