aboutsummaryrefslogtreecommitdiff
path: root/math/py-disjoint-set/Makefile
blob: 7d395c1614a93f93cb158ea12b2d9eb4d4e1876b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	disjoint-set
DISTVERSION=	0.7.4
CATEGORIES=	math
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME:S/-/_/}-${DISTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Disjoint set data structure implementation for Python
WWW=		https://github.com/mrapacz/disjoint-set

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist pytest

NO_ARCH=	yes

TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

.include <bsd.port.mk>