aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fastentrypoints/Makefile
blob: 7bd3264f0778849e4950b616cbe0d8aaf31a01c5 (plain) (blame)
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=	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>