xref: /mports/devel/py-itertree/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	itertree
2DISTVERSION=	1.2.0
3CATEGORIES=	devel
4#MASTER_SITES=	PYPI # no tests
5PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Python tree structure for data storage and iterations
9WWW=		https://github.com/BR1py/itertree
10
11LICENSE=	mit
12LICENSE_FILE=	${WRKSRC}/LICENSE
13
14BUILD_DEPENDS=	${PY_SETUPTOOLS} \
15		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
16
17USES=		python
18USE_PYTHON=	pep517 autoplist pytest # 1 test fails, see https://github.com/BR1py/itertree/issues/18
19
20USE_GITHUB=	yes
21GH_ACCOUNT=	BR1py
22
23WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
24
25NO_ARCH=	yes
26
27TEST_ENV=	${MAKE_ENV} PYTHONPATH=${PYTHONPREFIX_SITELIBDIR}
28TEST_WRKSRC=	${WRKSRC}/tests
29
30.include <bsd.port.mk>
31

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026