Files
2026-03-21 19:33:58 +00:00

30 lines
577 B
Makefile

COMMENT= construction, analysis and modification of binary data
# note pyproject.toml patch re 'tibs'
MODPY_DISTV= 4.4.0
REVISION= 0
DISTNAME= bitstring-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://github.com/scott-griffiths/bitstring
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
RUN_DEPENDS= devel/py-bitarray<4
TEST_DEPENDS= devel/py-hypothesis \
devel/py-test-benchmark
# require gfloat
MODPY_PYTEST_ARGS= --ignore tests/test_fp8.py \
--ignore tests/test_mxfp.py
.include <bsd.port.mk>