aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:22:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:25:43 +0000
commit8a806fb892ecfc26e78d740c1240a47b9cb72ed2 (patch)
treec97ec54acac9bd8cb3e728ad7863baad681d37d4 /print
parent36b61874416b456ca73035615d4374d4fb4aa8bb (diff)
downloadports-8a806fb892ecfc26e78d740c1240a47b9cb72ed2.tar.gz
ports-8a806fb892ecfc26e78d740c1240a47b9cb72ed2.zip
print/py-glyphsets: Update to 0.6.19
Diffstat (limited to 'print')
-rw-r--r--print/py-glyphsets/Makefile2
-rw-r--r--print/py-glyphsets/distinfo6
-rw-r--r--print/py-glyphsets/files/patch-setup.py11
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",