git: dc921d9bfd89 - main - print/py-pydyf: Fix BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Sep 2023 20:47:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dc921d9bfd896292e497817a08eae676ef08a43a
commit dc921d9bfd896292e497817a08eae676ef08a43a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-05 20:41:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-05 20:46:33 +0000
print/py-pydyf: Fix BUILD_DEPENDS
from pyproject.toml:
[build-system]
requires = ['flit_core >=3.2,<4']
build-backend = 'flit_core.buildapi'
Approved by: portmgr (blanket)
With hat: python
Reference: https://github.com/CourtBouillon/pydyf/blob/v0.5.0/pyproject.toml#L1-L3
---
print/py-pydyf/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/print/py-pydyf/Makefile b/print/py-pydyf/Makefile
index 014bfb5c0c10..0dda8c89f8d9 100644
--- a/print/py-pydyf/Makefile
+++ b/print/py-pydyf/Makefile
@@ -11,7 +11,7 @@ WWW= https://doc.courtbouillon.org/pydyf/
LICENSE= BSD
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit>=3.8.0:devel/py-flit@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist