diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2024-12-31 07:55:17 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2024-12-31 07:55:17 +0000 |
commit | 7f9a87ea2b5f78837ab064755af3f51e0ea2e2fa (patch) | |
tree | 05cee191bf974466753663851810c2fc1d7bc0a4 | |
parent | Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk (diff) |
devel/py-ruamel.yaml: update to 0.18.7
Mark as requiring python-3.9+ -- the port itself claims compatibility
all the way back to python-3.7+ but the critical dependency
`py-ruamel.yaml.clib` does not support the older versions of python.
Changes: https://sourceforge.net/p/ruamel-yaml/code/ci/0.18.7/tree/CHANGES
Reported by: portscout, repology
-rw-r--r-- | devel/py-ruamel.yaml/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ruamel.yaml/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-ruamel.yaml/Makefile b/devel/py-ruamel.yaml/Makefile index e410fdf8f360..5563a3b8faa4 100644 --- a/devel/py-ruamel.yaml/Makefile +++ b/devel/py-ruamel.yaml/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruamel.yaml -PORTVERSION= 0.18.6 +PORTVERSION= 0.18.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml.clib>=0.2.6:devel/py-ruamel.yaml.clib@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/devel/py-ruamel.yaml/distinfo b/devel/py-ruamel.yaml/distinfo index dbc8ab393da1..d9c7ee083d6a 100644 --- a/devel/py-ruamel.yaml/distinfo +++ b/devel/py-ruamel.yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707339525 -SHA256 (ruamel.yaml-0.18.6.tar.gz) = 8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b -SIZE (ruamel.yaml-0.18.6.tar.gz) = 143362 +TIMESTAMP = 1735631240 +SHA256 (ruamel.yaml-0.18.7.tar.gz) = 270638acec6659f7bb30f4ea40083c9a0d0d5afdcef5e63d666f11209091531a +SIZE (ruamel.yaml-0.18.7.tar.gz) = 142349 |