git: 28a2cc3a0951 - main - cad/py-edalize: Fix RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Aug 2025 18:19:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=28a2cc3a0951d9537fc2b0e119d318545a021cef
commit 28a2cc3a0951d9537fc2b0e119d318545a021cef
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 18:02:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:16:07 +0000
cad/py-edalize: Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
It is needed for removing obsoleted devel/py-types-Jinja.
Reference: https://github.com/olofk/edalize/blob/v0.6.0/pyproject.toml#L25
Approved by: portmgr (blanket)
With hat: python
---
cad/py-edalize/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cad/py-edalize/Makefile b/cad/py-edalize/Makefile
index cdfa4db117c7..a612404cc719 100644
--- a/cad/py-edalize/Makefile
+++ b/cad/py-edalize/Makefile
@@ -1,5 +1,6 @@
PORTNAME= edalize
DISTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= cad python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,6 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=3:devel/py-Jinja2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}types-Jinja2>0:devel/py-types-Jinja2@${PY_FLAVOR} \
gmake:devel/gmake \
yosys:cad/yosys
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vunit-hdl>0:cad/py-vunit-hdl@${PY_FLAVOR}