summaryrefslogtreecommitdiff
path: root/devel/py-fastentrypoints/Makefile
blob: fe09eee7732ff33d380337482c5543aa5b40bfe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	fastentrypoints
PORTVERSION=	0.12
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
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:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

do-test:
	@cd ${WRKSRC}/test && ${PYTHON_CMD} runtest.py

.include <bsd.port.mk>