Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:02:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4b877eb0fe33 - main - print/py-glyphsets: Update to 1.1.0
Message-ID:  <202412311602.4BVG2Ke8093128@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b877eb0fe336bd6fe58d1eabc6eb4353cd195d2

commit 4b877eb0fe336bd6fe58d1eabc6eb4353cd195d2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:50:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:50:07 +0000

    print/py-glyphsets: Update to 1.1.0
    
    Changes:        https://github.com/googlefonts/glyphsets/releases
---
 print/py-glyphsets/Makefile             | 11 ++++++-----
 print/py-glyphsets/distinfo             |  6 +++---
 print/py-glyphsets/files/patch-setup.py | 14 ++++++++++----
 3 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile
index 427075f30eea..aea419a0725c 100644
--- a/print/py-glyphsets/Makefile
+++ b/print/py-glyphsets/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	glyphsets
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.1.0
 CATEGORIES=	print python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,16 +12,18 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4<8.1:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4<8.2:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defcon>=0:x11-fonts/py-defcon@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}gflanguages>=0.6.0:x11-fonts/py-gflanguages@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}gflanguages>=0.7.1:x11-fonts/py-gflanguages@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}unicodedata2>=0:devel/py-unicodedata2@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}unicodedata2>=0:devel/py-unicodedata2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}youseedee>=0:textproc/py-youseedee@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/print/py-glyphsets/distinfo b/print/py-glyphsets/distinfo
index 8cc51cfb0d27..10efd7e356e2 100644
--- a/print/py-glyphsets/distinfo
+++ b/print/py-glyphsets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715842800
-SHA256 (glyphsets-1.0.0.tar.gz) = 7daf96d4818865c9f53f5c4d2a6d586ff4ceb9fe1074356722f94390e2ce70b6
-SIZE (glyphsets-1.0.0.tar.gz) = 991405
+TIMESTAMP = 1735227958
+SHA256 (glyphsets-1.1.0.tar.gz) = 8f36ba550dcf64040f92eda1ca8d0a78ee7dafae10f53a6a2c22347485ff5115
+SIZE (glyphsets-1.1.0.tar.gz) = 1015613
diff --git a/print/py-glyphsets/files/patch-setup.py b/print/py-glyphsets/files/patch-setup.py
index 4b164d6c58c0..b98ecdc4a070 100644
--- a/print/py-glyphsets/files/patch-setup.py
+++ b/print/py-glyphsets/files/patch-setup.py
@@ -1,11 +1,17 @@
---- setup.py.orig	2024-05-03 09:49:24 UTC
+--- setup.py.orig	2024-12-20 11:52:02 UTC
 +++ setup.py
-@@ -65,7 +65,7 @@ setup(
+@@ -59,12 +59,12 @@ setup(
+         "Programming Language :: Python :: 3",
+     ],
+     python_requires=">=3.8",
+-    setup_requires=["setuptools_scm>=8.1.0,<8.2"],
++    setup_requires=["setuptools_scm>=8.0.4,<8.2"],
+     install_requires=[
          "requests",
          "setuptools",
          "FontTools[ufo]",
--        "glyphsLib>=6.7.1",
+-        "glyphsLib>=6.9.5",
 +        "glyphsLib",
          "defcon",
          "unicodedata2",
-         "gflanguages>=0.6.0",
+         "gflanguages>=0.7.1",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311602.4BVG2Ke8093128>