2024-05-26 03:08:12 +00:00
|
|
|
COMMENT= editable interval tree data structure for Python 2 and 3
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-26 03:08:12 +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
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
CATEGORIES= devel
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
HOMEPAGE= https://github.com/chaimleib/intervaltree
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
# Apache v2
|
2024-05-26 03:08:12 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
MODPY_PI= Yes
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
RUN_DEPENDS= devel/py-sortedcontainers${MODPY_FLAVOR}
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-26 03:08:12 +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
|
2024-05-26 03:08:12 +00:00
|
|
|
NO_TEST= Yes
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|