aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 16:18:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 17:15:51 +0000
commit62aa7a844ae5fb5adb8dc1d845902a23cdededf2 (patch)
tree1f62602c649f5a7f7657a1053ccadd0078a40aaf
parente344becbaed10a494c159d47efabce2798f19890 (diff)
downloadports-62aa7a844ae5fb5adb8dc1d845902a23cdededf2.tar.gz
ports-62aa7a844ae5fb5adb8dc1d845902a23cdededf2.zip
print/py-glyphsets: Update to 1.0.0
-rw-r--r--print/py-glyphsets/Makefile6
-rw-r--r--print/py-glyphsets/distinfo6
-rw-r--r--print/py-glyphsets/files/patch-setup.py6
3 files changed, 9 insertions, 9 deletions
diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile
index 6fc9b34fe0b2..f3a49724375d 100644
--- a/print/py-glyphsets/Makefile
+++ b/print/py-glyphsets/Makefile
@@ -1,5 +1,5 @@
PORTNAME= glyphsets
-PORTVERSION= 0.6.19
+PORTVERSION= 1.0.0
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,11 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=4<8.1:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4<8.1: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.5.16:x11-fonts/py-gflanguages@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gflanguages>=0.6.0:x11-fonts/py-gflanguages@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
diff --git a/print/py-glyphsets/distinfo b/print/py-glyphsets/distinfo
index c5fd462dd9f8..8cc51cfb0d27 100644
--- a/print/py-glyphsets/distinfo
+++ b/print/py-glyphsets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713528546
-SHA256 (glyphsets-0.6.19.tar.gz) = bcef60ccc0973e592433d32d46196e9409d08bab9932d254d4da9c3fcc3ab42a
-SIZE (glyphsets-0.6.19.tar.gz) = 1035414
+TIMESTAMP = 1715842800
+SHA256 (glyphsets-1.0.0.tar.gz) = 7daf96d4818865c9f53f5c4d2a6d586ff4ceb9fe1074356722f94390e2ce70b6
+SIZE (glyphsets-1.0.0.tar.gz) = 991405
diff --git a/print/py-glyphsets/files/patch-setup.py b/print/py-glyphsets/files/patch-setup.py
index 2713f1498042..4b164d6c58c0 100644
--- a/print/py-glyphsets/files/patch-setup.py
+++ b/print/py-glyphsets/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig 2024-04-17 12:22:53 UTC
+--- setup.py.orig 2024-05-03 09:49:24 UTC
+++ setup.py
@@ -65,7 +65,7 @@ setup(
"requests",
"setuptools",
"FontTools[ufo]",
-- "glyphsLib>=6.7.0",
+- "glyphsLib>=6.7.1",
+ "glyphsLib",
"defcon",
"unicodedata2",
- "gflanguages>=0.5.16",
+ "gflanguages>=0.6.0",