diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-10 07:15:37 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-25 21:55:43 +0800 |
commit | 0729af4255a63ee299e0c63a18b6a86520a19e02 (patch) | |
tree | 15549679e2da1abfedb505860f7fc7a2ed99a300 /astro | |
parent | e3a7c4e0f345292232b63f31620626b6cf6c19bf (diff) | |
download | freebsd-ports-gnome-0729af4255a63ee299e0c63a18b6a86520a19e02.tar.gz freebsd-ports-gnome-0729af4255a63ee299e0c63a18b6a86520a19e02.tar.zst freebsd-ports-gnome-0729af4255a63ee299e0c63a18b6a86520a19e02.zip |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index 539ea3670074..5a92577595d4 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -31,11 +31,11 @@ NO_ARCH= yes .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 3800 +.if ${PYTHON_REL} < 30800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.0.0:devel/py-importlib-metadata@${PY_FLAVOR} .endif -.if ${PYTHON_REL} < 3900 +.if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3.0:devel/py-importlib-resources@${PY_FLAVOR} .endif |