mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
Changes: https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst https://pyproject-hooks.readthedocs.io/en/latest/changelog.html
22 lines
591 B
Makefile
22 lines
591 B
Makefile
PORTNAME= pyproject_hooks
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Wrappers to call pyproject.toml-based build backend hooks
|
|
WWW= https://pyproject-hooks.readthedocs.io/en/latest/ \
|
|
https://github.com/pypa/pyproject-hooks
|
|
|
|
LICENSE= MIT
|
|
|
|
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.2<4:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|