Charlie Li 06a08e69f3
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

25 lines
578 B
Makefile

PORTNAME= pytanque
DISTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Petanque static python bindings
WWW= https://github.com/quarkslab/arybo/tree/master/petanque
LICENSE= BSD3CLAUSE
BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI
BUILD_DEPENDS= pybind11>0:devel/pybind11
USES= compiler:c++14-lang localbase python
USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/third-party/pybind11
.include <bsd.port.mk>