diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile index c607430646ab..7a92c864d4da 100644 --- a/devel/py-build/Makefile +++ b/devel/py-build/Makefile @@ -1,32 +1,33 @@ PORTNAME= build PORTVERSION= 0.10.0 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEP517 package builder -WWW= https://github.com/pypa/build +WWW= https://pypa-build.readthedocs.io/en/stable/ \ + https://github.com/pypa/build LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR} USES= python USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes PEP517_BUILD_CMD= ${PYTHON_CMD} -m flit_core.wheel PEP517_BUILD_DEPEND= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4:devel/py-flit-core@${PY_FLAVOR} .include .if ${PYTHON_REL} < 31100 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=1.1.0:textproc/py-tomli@${PY_FLAVOR} .endif .include