From 60cf85ea57d1fb7c7499a92fdfa2f07f0a2fa428 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 30 Jan 2023 20:35:59 +0800 Subject: [PATCH] x11-fonts/py-axisregistry: Update to 0.3.11 Changes: https://github.com/googlefonts/axisregistry/releases --- x11-fonts/py-axisregistry/Makefile | 4 ++-- x11-fonts/py-axisregistry/distinfo | 6 +++--- x11-fonts/py-axisregistry/files/patch-setup.py | 13 ++++++------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/x11-fonts/py-axisregistry/Makefile b/x11-fonts/py-axisregistry/Makefile index d080259106ced..4072a06f91f33 100644 --- a/x11-fonts/py-axisregistry/Makefile +++ b/x11-fonts/py-axisregistry/Makefile @@ -1,5 +1,5 @@ PORTNAME= axisregistry -PORTVERSION= 0.3.9 +PORTVERSION= 0.3.11 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/googlefonts/axisregistry LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=4:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.4,1:devel/py-protobuf@${PY_FLAVOR} diff --git a/x11-fonts/py-axisregistry/distinfo b/x11-fonts/py-axisregistry/distinfo index 9cf3b0b128cb8..1752e79bbcaad 100644 --- a/x11-fonts/py-axisregistry/distinfo +++ b/x11-fonts/py-axisregistry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669058015 -SHA256 (axisregistry-0.3.9.tar.gz) = 33fb839e9c869360a30cb8846dce0b1e8d153b6bef4a90f2b94e0696041b9c7a -SIZE (axisregistry-0.3.9.tar.gz) = 3499556 +TIMESTAMP = 1674590076 +SHA256 (axisregistry-0.3.11.tar.gz) = 1818bd24cda05e7670dc37202e3900328deff75ca7ad11085595b3fa46fa18a3 +SIZE (axisregistry-0.3.11.tar.gz) = 3501138 diff --git a/x11-fonts/py-axisregistry/files/patch-setup.py b/x11-fonts/py-axisregistry/files/patch-setup.py index e74088f1f8fed..50f91c7ab81af 100644 --- a/x11-fonts/py-axisregistry/files/patch-setup.py +++ b/x11-fonts/py-axisregistry/files/patch-setup.py @@ -1,10 +1,9 @@ ---- setup.py.orig 2022-10-27 13:57:55 UTC +--- setup.py.orig 2023-01-11 17:08:40 UTC +++ setup.py -@@ -42,6 +42,6 @@ setup( - "Programming Language :: Python :: 3", +@@ -46,5 +46,5 @@ setup( + "setuptools>=61.2", + "setuptools_scm[toml]>=6.2", ], - python_requires=">=3.7", -- setup_requires=["setuptools_scm>=4,<6.1"], -+ setup_requires=["setuptools_scm>=4"], - install_requires=["protobuf>=3.19.4", "fonttools"], +- install_requires=["protobuf>=3.19.4, <4", "fonttools"], ++ install_requires=["protobuf>=3.19.4", "fonttools"], )