Files
ports/textproc/py-kidash/Makefile
Muhammad Moinur Rahman 6c3080cefa textproc/py-kidash: Return to pool
Used in cluster and releasing so that others can update as necessary
without my intervention.
2025-11-07 21:14:20 +01:00

29 lines
855 B
Makefile

PORTNAME= kidash
DISTVERSION= 1.0.10
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
# Ask clusteradm@ before removal
MAINTAINER= ports@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 unittest2
SHEBANG_GLOB= *.py
NO_ARCH= yes
TEST_WRKSRC= ${WRKSRC}/tests
.include <bsd.port.mk>