git: 2209882666ce - main - graphics/py-fotokilof: Don't override PEP517_BUILD_CMD

From: Nicola Vitale <nivit_at_FreeBSD.org>
Date: Thu, 20 Apr 2023 06:38:59 UTC
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: