22 lines
543 B
Makefile
22 lines
543 B
Makefile
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>
|