diff --git a/x11-fonts/py-gflanguages/Makefile b/x11-fonts/py-gflanguages/Makefile index ca0c61337f86..a5540265de7a 100644 --- a/x11-fonts/py-gflanguages/Makefile +++ b/x11-fonts/py-gflanguages/Makefile @@ -1,24 +1,24 @@ PORTNAME= gflanguages -PORTVERSION= 0.6.5 +PORTVERSION= 0.7.0 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python API for evaluating language support in the Google Fonts collection WWW= https://github.com/googlefonts/lang LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/x11-fonts/py-gflanguages/distinfo b/x11-fonts/py-gflanguages/distinfo index f8272cd2c06a..bf674dc824f4 100644 --- a/x11-fonts/py-gflanguages/distinfo +++ b/x11-fonts/py-gflanguages/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729653378 -SHA256 (gflanguages-0.6.5.tar.gz) = c0c8515567632a211fcecc27016a8a7f31eba498f4538abcb730c11ac84daf2a -SIZE (gflanguages-0.6.5.tar.gz) = 827288 +TIMESTAMP = 1730724848 +SHA256 (gflanguages-0.7.0.tar.gz) = 384b713d7d61b00e2af0bd7a91c35c418cc7c43bc613bada5ba778684c88feff +SIZE (gflanguages-0.7.0.tar.gz) = 838529 diff --git a/x11-fonts/py-gflanguages/files/patch-pyproject.toml b/x11-fonts/py-gflanguages/files/patch-pyproject.toml index ed44e9d5bc39..b34c80d5e59d 100644 --- a/x11-fonts/py-gflanguages/files/patch-pyproject.toml +++ b/x11-fonts/py-gflanguages/files/patch-pyproject.toml @@ -1,11 +1,12 @@ ---- pyproject.toml.orig 2024-05-16 08:51:11 UTC +--- pyproject.toml.orig 2024-11-01 10:44:56 UTC +++ pyproject.toml -@@ -22,7 +22,7 @@ dependencies = [ +@@ -22,8 +22,7 @@ dependencies = [ ] dependencies = [ -- "protobuf>=3.7.0, <4" -+ "protobuf>=3.7.0" +- "protobuf>=3.7.0, <4", +- "importlib_resources", # Needed for 3.9 and below ++ "protobuf>=3.7.0", ] [project.optional-dependencies]