On Wed, Aug 17, 2022 at 11:55:56PM +0100, Stuart Henderson wrote:
> New port for another PEP517 build backend attached, OK?
> Here's the python.port.mk bit to go with it.
ok kmos on both parts
--Kurt
> Index: lang/python/python.port.mk
> ===================================================================
> RCS file: /cvs/ports/lang/python/python.port.mk,v
> retrieving revision 1.159
> diff -u -p -r1.159 python.port.mk
> --- lang/python/python.port.mk 16 Aug 2022 12:10:28 -0000 1.159
> +++ lang/python/python.port.mk 17 Aug 2022 17:01:26 -0000
> @@ -203,6 +203,8 @@ BUILD_DEPENDS += devel/py-flit_core${MOD
> BUILD_DEPENDS += devel/py-flit${MODPY_FLAVOR}
> . elif ${MODPY_PEP517} == hatchling
> BUILD_DEPENDS += devel/py-hatchling${MODPY_FLAVOR}
> +. elif ${MODPY_PEP517} == poetry-core
> +BUILD_DEPENDS += devel/py-poetry-core${MODPY_FLAVOR}
> . elif ${MODPY_PEP517} == setuptools
> BUILD_DEPENDS += devel/py-setuptools${MODPY_FLAVOR} \
> devel/py-wheel${MODPY_FLAVOR}
No comments:
Post a Comment