ports/devel/py-grimoirelab-toolkit/Makefile
2025-01-21 00:00:13 +01:00

25 lines
700 B
Makefile

PORTNAME= grimoirelab-toolkit
DISTVERSION= 1.0.9
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= grimoirelab_toolkit-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Toolkit of common functions used across GrimoireLab projects
WWW= https://github.com/chaoss/grimoirelab-toolkit/
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}
USES= python
USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
TEST_WRKSRC= ${WRKSRC}/tests
.include <bsd.port.mk>