git: 8a806fb892ec - main - print/py-glyphsets: Update to 0.6.19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 14:27:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a806fb892ecfc26e78d740c1240a47b9cb72ed2
commit 8a806fb892ecfc26e78d740c1240a47b9cb72ed2
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-20 14:22:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-20 14:25:43 +0000
print/py-glyphsets: Update to 0.6.19
Changes: https://github.com/googlefonts/glyphsets/releases
---
print/py-glyphsets/Makefile | 2 +-
print/py-glyphsets/distinfo | 6 +++---
print/py-glyphsets/files/patch-setup.py | 11 +++++++++++
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile
index a3009aa4bd91..6fc9b34fe0b2 100644
--- a/print/py-glyphsets/Makefile
+++ b/print/py-glyphsets/Makefile
@@ -1,5 +1,5 @@
PORTNAME= glyphsets
-PORTVERSION= 0.6.18
+PORTVERSION= 0.6.19
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/print/py-glyphsets/distinfo b/print/py-glyphsets/distinfo
index ba635c6b7436..c5fd462dd9f8 100644
--- a/print/py-glyphsets/distinfo
+++ b/print/py-glyphsets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713001144
-SHA256 (glyphsets-0.6.18.tar.gz) = 4b2e26dfc4bb9005a7ed0ce89840f1f72d134d08979d8109f862f6bd38282b4b
-SIZE (glyphsets-0.6.18.tar.gz) = 1034505
+TIMESTAMP = 1713528546
+SHA256 (glyphsets-0.6.19.tar.gz) = bcef60ccc0973e592433d32d46196e9409d08bab9932d254d4da9c3fcc3ab42a
+SIZE (glyphsets-0.6.19.tar.gz) = 1035414
diff --git a/print/py-glyphsets/files/patch-setup.py b/print/py-glyphsets/files/patch-setup.py
new file mode 100644
index 000000000000..2713f1498042
--- /dev/null
+++ b/print/py-glyphsets/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2024-04-17 12:22:53 UTC
++++ setup.py
+@@ -65,7 +65,7 @@ setup(
+ "requests",
+ "setuptools",
+ "FontTools[ufo]",
+- "glyphsLib>=6.7.0",
++ "glyphsLib",
+ "defcon",
+ "unicodedata2",
+ "gflanguages>=0.5.16",