set NO_TEST

This commit is contained in:
sthen
2025-09-05 11:08:43 +00:00
parent ca6b3ac278
commit bb53dca516
+12 -11
View File
@@ -1,20 +1,21 @@
COMMENT = operations with ISO 8601 durations
COMMENT= operations with ISO 8601 durations
MODPY_DISTV = 20.11.0
DISTNAME = isoduration-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 1
MODPY_DISTV= 20.11.0
DISTNAME= isoduration-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 1
CATEGORIES = devel
CATEGORIES= devel
# ISC
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE=Yes
MODULES = lang/python
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS= devel/py-arrow
RUN_DEPENDS = devel/py-arrow
NO_TEST= Yes
.include <bsd.port.mk>