Date: Thu, 20 Apr 2023 06:38:59 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2209882666ce - main - graphics/py-fotokilof: Don't override PEP517_BUILD_CMD Message-ID: <202304200638.33K6cx9I090153@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=2209882666cef7d6b0af10313a64147868bad1b9 commit 2209882666cef7d6b0af10313a64147868bad1b9 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2023-04-20 06:35:36 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2023-04-20 06:35:36 +0000 graphics/py-fotokilof: Don't override PEP517_BUILD_CMD The port builds correctly without overriding it. The previous assumption was due to a corrupted Python package (devel/py-build) on my development system. --- graphics/py-fotokilof/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/graphics/py-fotokilof/Makefile b/graphics/py-fotokilof/Makefile index 22f8255695ce..9fec608a23fb 100644 --- a/graphics/py-fotokilof/Makefile +++ b/graphics/py-fotokilof/Makefile @@ -22,11 +22,7 @@ USES= magick:run python:3.7+ # the project really doesn't have PEP-517 support, but distutils/setuptools # create a "wrong" entry_points script, so we use our pep517 feature -# (at least partially). USE_PYTHON= autoplist pep517 -PYDISTUTILS_BUILD_TARGET= bdist_wheel -PEP517_BUILD_CMD= ${PYTHON_CMD} ${PYDISTUTILS_SETUP} \ - ${PYDISTUTILS_BUILD_TARGET} # fix Python wheel name (lower case) post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304200638.33K6cx9I090153>