diff options
Diffstat (limited to 'devel/py-pydantic-yaml')
-rw-r--r-- | devel/py-pydantic-yaml/Makefile | 8 | ||||
-rw-r--r-- | devel/py-pydantic-yaml/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-pydantic-yaml/Makefile b/devel/py-pydantic-yaml/Makefile index 6acff23ce104..8ed7690a5c4f 100644 --- a/devel/py-pydantic-yaml/Makefile +++ b/devel/py-pydantic-yaml/Makefile @@ -1,12 +1,12 @@ PORTNAME= pydantic-yaml -PORTVERSION= 1.4.0 +PORTVERSION= 1.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pydantic_yaml-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Add some YAML functionality to the excellent pydantic library +COMMENT= YAML reading/writing for Pydantic models WWW= https://pydantic-yaml.readthedocs.io/en/latest/ \ https://github.com/NowanIlfideme/pydantic-yaml @@ -17,10 +17,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${P ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0.0:devel/py-pydantic2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.16.0<0.19.0:devel/py-ruamel.yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.0<0.19.0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python +USES= python:3.10+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pydantic-yaml/distinfo b/devel/py-pydantic-yaml/distinfo index 4ce25459b039..75c2130098d0 100644 --- a/devel/py-pydantic-yaml/distinfo +++ b/devel/py-pydantic-yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679296 -SHA256 (pydantic_yaml-1.4.0.tar.gz) = 09f6b9ec9d80550dd3a58596a6a0948a1830fae94b73329b95c2b9dbfc35ae00 -SIZE (pydantic_yaml-1.4.0.tar.gz) = 21454 +TIMESTAMP = 1757120728 +SHA256 (pydantic_yaml-1.6.0.tar.gz) = ce5f10b65d95ca45846a36ea8dae54e550fa3058e7d6218e0179184d9bf6f660 +SIZE (pydantic_yaml-1.6.0.tar.gz) = 25782 |