aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/py-asv-runner/Makefile
blob: 027fd98913fa05ec126cf3fed968ac7d9dd06d89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	asv-runner
DISTVERSION=	0.1.0
CATEGORIES=	benchmarks python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}

MAINTAINER=	vishwin@FreeBSD.org
COMMENT=	Core pure python benchmarking for asv
WWW=		https://asv.readthedocs.io/projects/asv-runner/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.md

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>