ports/devel/py-pysimdjson/Makefile
Thierry Thomas 4208524024 devel/py-pysimdjson: fix with clang 19
Patch borrowed from devel/simdjson (by Dimitry Andric <dim@FreeBSD.org>).

PR:		280590
2025-01-04 18:27:49 +01:00

28 lines
672 B
Makefile

PORTNAME= pysimdjson
PORTVERSION= 6.0.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Python bindings for the simdjson project
WWW= https://pysimdjson.tkte.ch/
LICENSE= MIT
#TEST_DEPENDS= ${PYNUMPY} \
# ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
# ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>=0:devel/py-pytest-benchmark@${PY_FLAVOR}
USES= python
USE_PYTHON= cython distutils
CFLAGS_powerpc64= -mpower8-vector
.if ! defined(WITH_DEBUG)
LDFLAGS+= -s
.endif
.include <bsd.port.mk>