freebsd-ports/math/py-disjoint-set/Makefile
Yuri Victorovich bf9dccd699 math/py-disjoint-set: update 0.7.4 → 0.8.0
Reported by:	portscout
2024-04-05 18:33:41 -07:00

22 lines
478 B
Makefile

PORTNAME= disjoint-set
DISTVERSION= 0.8.0
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
USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
.include <bsd.port.mk>