git: 529bc2c3638f - main - devel/py-pydantic-extra-types: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 18:18:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=529bc2c3638f185003162ce852f00ccf6669fc9a commit 529bc2c3638f185003162ce852f00ccf6669fc9a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-03-19 18:15:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-03-19 18:15:56 +0000 devel/py-pydantic-extra-types: Update version requirement of RUN_DEPENDS - Bump PORTREVISION for package change --- devel/py-pydantic-extra-types/Makefile | 5 +++-- devel/py-pydantic-extra-types/files/patch-pyproject.toml | 6 ++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/py-pydantic-extra-types/Makefile b/devel/py-pydantic-extra-types/Makefile index f8539bf859ef..88f503dd545c 100644 --- a/devel/py-pydantic-extra-types/Makefile +++ b/devel/py-pydantic-extra-types/Makefile @@ -1,5 +1,6 @@ PORTNAME= pydantic-extra-types PORTVERSION= 2.10.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +31,7 @@ PHONENUMBERS_DESC= Phone numbers support PYCOUNTRY_DESC= Country codes PYTHON_ULID_DESC= ULID support -ALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pendulum>=2.0.0<4.0.0:devel/py-pendulum@${PY_FLAVOR} \ +ALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pendulum>=3.0.0<4.0.0:devel/py-pendulum@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8<9:devel/py-phonenumbers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycountry>=23:textproc/py-pycountry@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0.0<5.0.0:databases/py-pymongo@${PY_FLAVOR} \ @@ -38,7 +39,7 @@ ALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pendulum>=2.0.0<4.0.0:devel/py-pendulum@ ${PYTHON_PKGNAMEPREFIX}pytz>=2024.1,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=3.0.2:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzdata>=2024.1:devel/py-tzdata@${PY_FLAVOR} -PENDULUM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pendulum>=2.0.0<4.0.0:devel/py-pendulum@${PY_FLAVOR} +PENDULUM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pendulum>=3.0.0<4.0.0:devel/py-pendulum@${PY_FLAVOR} PHONENUMBERS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8<9:devel/py-phonenumbers@${PY_FLAVOR} PYCOUNTRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycountry>=23:textproc/py-pycountry@${PY_FLAVOR} PYTHON_ULID_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}python-ulid>=1<4:textproc/py-python-ulid@${PY_FLAVOR} diff --git a/devel/py-pydantic-extra-types/files/patch-pyproject.toml b/devel/py-pydantic-extra-types/files/patch-pyproject.toml index 9e43e73ee6f4..dd477a502a8d 100644 --- a/devel/py-pydantic-extra-types/files/patch-pyproject.toml +++ b/devel/py-pydantic-extra-types/files/patch-pyproject.toml @@ -1,12 +1,10 @@ --- pyproject.toml.orig 2020-02-02 00:00:00 UTC +++ pyproject.toml -@@ -49,8 +49,8 @@ all = [ - 'semver>=3.0.2', +@@ -50,7 +50,7 @@ all = [ 'python-ulid>=1,<2; python_version<"3.9"', 'python-ulid>=1,<4; python_version>="3.9"', -- 'pendulum>=3.0.0,<4.0.0', + 'pendulum>=3.0.0,<4.0.0', - 'pymongo>=4.0.0,<5.0.0', -+ 'pendulum>=2.0.0,<4.0.0', + 'pymongo>=3.0.0,<5.0.0', 'pytz>=2024.1', 'semver~=3.0.2',