mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25 lines
475 B
Makefile
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>
|