ChangeLogs: - https://github.com/locustcloud/locust-cloud/releases/tag/1.24.0 - https://github.com/locustcloud/locust-cloud/releases/tag/1.24.1 - https://github.com/locustcloud/locust-cloud/releases/tag/1.24.2 Approved by: acm (mentor)
29 lines
982 B
Makefile
29 lines
982 B
Makefile
PORTNAME= locust-cloud
|
|
DISTVERSION= 1.24.2
|
|
CATEGORIES= benchmarks www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= locust_cloud-${PORTVERSION}
|
|
|
|
MAINTAINER= dtxdf@FreeBSD.org
|
|
COMMENT= Hosted version of Locust that allows you to run distributed load tests
|
|
WWW= https://locust.cloud/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configargparse>=0:devel/py-configargparse@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-socketio>=0:devel/py-python-socketio@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|