mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
Changelog: https://github.com/chaoss/grimoirelab-toolkit/releases/tag/1.0.9 Sponsored by: The FreeBSD Foundation
25 lines
700 B
Makefile
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>
|