aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:49:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:21:28 +0000
commit16e971b8d0736e7482b8f021a20b0feba219b011 (patch)
treefff4f17a70a9672ff3ae8204089ab984c6078f9d
parente970db051c58a04452cb0e06be618de19e3b83a5 (diff)
downloadports-16e971b8d0736e7482b8f021a20b0feba219b011.tar.gz
ports-16e971b8d0736e7482b8f021a20b0feba219b011.zip
x11-fonts/py-gflanguages: Update to 0.4.4
-rw-r--r--x11-fonts/py-gflanguages/Makefile4
-rw-r--r--x11-fonts/py-gflanguages/distinfo6
-rw-r--r--x11-fonts/py-gflanguages/files/patch-setup.py9
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.