[Bug 268904] multimedia/py-mat2: update to 0.13.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268904] multimedia/py-mat2: update to 0.13.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 09:34:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268904 Nuno Teixeira <eduardo@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |eduardo@FreeBSD.org --- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> --- Hello Robert, Since pep517 was added to ports, I did some tests and this port builds fine with pep517: + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} According to https://peps.python.org/pep-0518/#build-system-table : --- [build-system] # Minimum requirements for the build system to execute. requires = ["setuptools", "wheel"] # PEP 508 specifications. --- Replace distutils with pep517 Cheers -- You are receiving this mail because: You are the assignee for the bug.