summaryrefslogtreecommitdiff
path: root/devel/py-pydantic-yaml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pydantic-yaml/Makefile')
-rw-r--r--devel/py-pydantic-yaml/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-pydantic-yaml/Makefile b/devel/py-pydantic-yaml/Makefile
index 6acff23ce104..89bf683fab2e 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.5.1
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