git: 16e971b8d073 - main - x11-fonts/py-gflanguages: Update to 0.4.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:30:45 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16e971b8d0736e7482b8f021a20b0feba219b011

commit 16e971b8d0736e7482b8f021a20b0feba219b011
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:49:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:21:28 +0000

    x11-fonts/py-gflanguages: Update to 0.4.4
    
    Changes:        https://github.com/googlefonts/lang/releases
---
 x11-fonts/py-gflanguages/Makefile             | 4 ++--
 x11-fonts/py-gflanguages/distinfo             | 6 +++---
 x11-fonts/py-gflanguages/files/patch-setup.py | 9 ++-------
 3 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/x11-fonts/py-gflanguages/Makefile b/x11-fonts/py-gflanguages/Makefile
index 515020952d6b..91043b3e6c90 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 97913589f145..0719e5f120ea 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 c8f5c279839d..a1bad9216613 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.