diff --git a/x11-fonts/py-gflanguages/Makefile b/x11-fonts/py-gflanguages/Makefile index 515020952d6b1..91043b3e6c909 100644 --- a/x11-fonts/py-gflanguages/Makefile +++ b/x11-fonts/py-gflanguages/Makefile @@ -1,5 +1,5 @@ PORTNAME= gflanguages -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/googlefonts/lang 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>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python:3.7+ diff --git a/x11-fonts/py-gflanguages/distinfo b/x11-fonts/py-gflanguages/distinfo index 97913589f145d..0719e5f120eae 100644 --- a/x11-fonts/py-gflanguages/distinfo +++ b/x11-fonts/py-gflanguages/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669058017 -SHA256 (gflanguages-0.4.3.tar.gz) = ba15b5e0b300d3357c37abcf62e4691d084b3fbc3d21d3c14d328d809b1b8082 -SIZE (gflanguages-0.4.3.tar.gz) = 675445 +TIMESTAMP = 1677771385 +SHA256 (gflanguages-0.4.4.tar.gz) = 46c7c48987c959974228b2a58a980e8f7b5b54285d22e3c122f3cf7021e4bc2d +SIZE (gflanguages-0.4.4.tar.gz) = 675282 diff --git a/x11-fonts/py-gflanguages/files/patch-setup.py b/x11-fonts/py-gflanguages/files/patch-setup.py index c8f5c279839d4..a1bad9216613c 100644 --- a/x11-fonts/py-gflanguages/files/patch-setup.py +++ b/x11-fonts/py-gflanguages/files/patch-setup.py @@ -1,11 +1,6 @@ ---- setup.py.orig 2022-11-14 13:16:17 UTC +--- setup.py.orig 2023-02-24 14:23:41 UTC +++ setup.py -@@ -51,10 +51,10 @@ setup( - 'Programming Language :: Python :: 3' - ], - python_requires=">=3.7", -- setup_requires=['setuptools_scm>=4,<6.1'], -+ setup_requires=['setuptools_scm>=4'], +@@ -55,6 +55,6 @@ setup( install_requires=[ # 3.7.0 fixed a bug on parsing some METADATA.pb files. # We cannot use v4 because our protobuf files have been compiled with v3.