git: 026dcbfca920 - main - devel/py-cel-python: Update to 0.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Dec 2025 11:24:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=026dcbfca92044b12f90751f643b7b8c773a4bdd
commit 026dcbfca92044b12f90751f643b7b8c773a4bdd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:39:41 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:21:15 +0000
devel/py-cel-python: Update to 0.4.0
Changes: https://github.com/cloud-custodian/cel-python/releases
---
devel/py-cel-python/Makefile | 16 ++++++++--------
devel/py-cel-python/distinfo | 6 +++---
devel/py-cel-python/files/patch-pyproject.toml | 11 -----------
3 files changed, 11 insertions(+), 22 deletions(-)
diff --git a/devel/py-cel-python/Makefile b/devel/py-cel-python/Makefile
index 12e933ad3a7a..69a60db6e674 100644
--- a/devel/py-cel-python/Makefile
+++ b/devel/py-cel-python/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cel-python
-PORTVERSION= 0.2.0
+PORTVERSION= 0.4.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,13 @@ WWW= https://cloud-custodian.github.io/cel-python/build/html/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jmespath>=1.0.1<2:devel/py-jmespath@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lark>=0.12.0:devel/py-lark@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0.post0<3:devel/py-python-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.1<7:devel/py-pyyaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=2.8.19<3:devel/py-types-python-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}types-pyyaml>=6.0.12.20240311<7:devel/py-types-pyyaml@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-re2>=1.1.20240702:devel/py-google-re2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}jmespath>=1.0.1<2:devel/py-jmespath@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lark>=1.2.2:devel/py-lark@${PY_FLAVOR} \
+ ${PY_TOMLI} \
+ ${PYTHON_PKGNAMEPREFIX}pendulum>=3.1.0:devel/py-pendulum@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.2:devel/py-pyyaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-cel-python/distinfo b/devel/py-cel-python/distinfo
index 2710c2362ba5..271f79980ad3 100644
--- a/devel/py-cel-python/distinfo
+++ b/devel/py-cel-python/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853132
-SHA256 (cel_python-0.2.0.tar.gz) = 75de72a5cf223ec690b236f0cc24da267219e667bd3e7f8f4f20595fcc1c0c0f
-SIZE (cel_python-0.2.0.tar.gz) = 67185
+TIMESTAMP = 1765032696
+SHA256 (cel_python-0.4.0.tar.gz) = 9d0da22ed083cb5d57f2127ec7af7bba60bcb8d0a4a23543fc6838e739839c68
+SIZE (cel_python-0.4.0.tar.gz) = 13435161
diff --git a/devel/py-cel-python/files/patch-pyproject.toml b/devel/py-cel-python/files/patch-pyproject.toml
deleted file mode 100644
index 71b2801e1e7c..000000000000
--- a/devel/py-cel-python/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2025-02-14 11:36:11 UTC
-+++ pyproject.toml
-@@ -45,7 +45,7 @@ types-pyyaml = "^6.0.12.20240311"
- python-dateutil = "^2.9.0.post0"
- pyyaml = "^6.0.1"
- types-pyyaml = "^6.0.12.20240311"
--types-python-dateutil = "^2.9.0.20240316"
-+types-python-dateutil = "^2.8.19"
-
- [tool.poetry.group.dev.dependencies]
- behave = "^1.2.6"