mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e872939b42
breakage during py-angr build found by tb@
30 lines
577 B
Makefile
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>
|