Files
2026-05-12 09:36:09 +00:00

25 lines
475 B
Makefile

COMMENT= efficiently handle arrays of Booleans
MODPY_DISTV = 3.8.1
DISTNAME= bitarray-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://github.com/ilanschnell/bitarray
# PSF
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
MODPY_TEST_LINK_SO= Yes
# FileTests.test_mmap_2 failure looks like it's a problem with OS
# that don't have cache coherency between mmap and file access
test: fake
.include <bsd.port.mk>