opnsense-ports/devel/py-fastentrypoints/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

21 lines
453 B
Makefile

PORTNAME= fastentrypoints
PORTVERSION= 0.12
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Makes entry_points specified in setup.py load more quickly
WWW= https://github.com/ninjaaron/fast-entry_points
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC}/test && ${PYTHON_CMD} runtest.py
.include <bsd.port.mk>