git: 092d07b91813 - main - devel/py-importlib-metadata: Utilize USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 00:53:45 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=092d07b91813eeed3254ddf72cfb386a02efcddf commit 092d07b91813eeed3254ddf72cfb386a02efcddf Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-29 22:48:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 00:51:25 +0000 devel/py-importlib-metadata: Utilize USE_PYTHON=pep517 Reported by: vishwin --- devel/py-importlib-metadata/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-importlib-metadata/Makefile b/devel/py-importlib-metadata/Makefile index fac1ed806fc5..ff77d51d6cb2 100644 --- a/devel/py-importlib-metadata/Makefile +++ b/devel/py-importlib-metadata/Makefile @@ -18,14 +18,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zipp>=0.5:devel/py-zipp@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils pytest +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes -pre-configure: # importlib-metadata introduces circular dependency when built with USE_PYTHON=pep517, see bug#269363 - @( \ - ${ECHO} "from setuptools import setup" && \ - ${ECHO} "setup()" \ - ) > ${WRKSRC}/setup.py - .include <bsd.port.mk>