ports/devel/py-intervaltree/Makefile

29 lines
606 B
Makefile
Raw Normal View History

COMMENT= editable interval tree data structure for Python 2 and 3
2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION= 3.1.0
DISTNAME= intervaltree-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 3
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
2023-08-16 22:26:55 +00:00
HOMEPAGE= https://github.com/chaimleib/intervaltree
2023-08-16 22:26:55 +00:00
# Apache v2
PERMIT_PACKAGE= Yes
2023-08-16 22:26:55 +00:00
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
2023-08-16 22:26:55 +00:00
RUN_DEPENDS= devel/py-sortedcontainers${MODPY_FLAVOR}
2023-08-16 22:26:55 +00:00
FLAVORS= python3
FLAVOR= python3
2023-08-16 22:26:55 +00:00
# "test" directory is missing from the tarball, exists only in repository
# could run the regress tests by copying the directory in WRKSRC
NO_TEST= Yes
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>