git: 6eedc5dbc0a6 - main - print/py-glyphsets: Update to 0.6.14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:13:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6eedc5dbc0a62371a5bf524184ffc471518877c4
commit 6eedc5dbc0a62371a5bf524184ffc471518877c4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:49:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:13 +0000
print/py-glyphsets: Update to 0.6.14
Changes: https://github.com/googlefonts/glyphsets/releases
---
print/py-glyphsets/Makefile | 11 +++++------
print/py-glyphsets/distinfo | 6 +++---
print/py-glyphsets/files/patch-setup.py | 20 --------------------
3 files changed, 8 insertions(+), 29 deletions(-)
diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile
index 5208418cd950..aed3cb332daf 100644
--- a/print/py-glyphsets/Makefile
+++ b/print/py-glyphsets/Makefile
@@ -1,5 +1,5 @@
PORTNAME= glyphsets
-PORTVERSION= 0.6.11
+PORTVERSION= 0.6.14
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,13 @@ WWW= https://github.com/googlefonts/glyphsets
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=4:devel/py-setuptools-scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=4<8.1:devel/py-setuptools-scm@${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:x11-fonts/py-gflanguages@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gflanguages>=0.5.17:x11-fonts/py-gflanguages@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${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}
USES= python
@@ -23,7 +25,4 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup.py
-
.include <bsd.port.mk>
diff --git a/print/py-glyphsets/distinfo b/print/py-glyphsets/distinfo
index ab03dc93a849..53b099863287 100644
--- a/print/py-glyphsets/distinfo
+++ b/print/py-glyphsets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703227916
-SHA256 (glyphsets-0.6.11.tar.gz) = 002783f4efe4384db07bde605b86a4f39d3863e6b3a2a37231e795696984cda9
-SIZE (glyphsets-0.6.11.tar.gz) = 2326985
+TIMESTAMP = 1709390710
+SHA256 (glyphsets-0.6.14.tar.gz) = 94c46072169d80ac9f14bc3a645d6c24028100aef9ce6c3becbdf8316f69ed32
+SIZE (glyphsets-0.6.14.tar.gz) = 1015050
diff --git a/print/py-glyphsets/files/patch-setup.py b/print/py-glyphsets/files/patch-setup.py
deleted file mode 100644
index dfecdc954a3b..000000000000
--- a/print/py-glyphsets/files/patch-setup.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- setup.py.orig 2021-12-17 07:16:14 UTC
-+++ setup.py
-@@ -24,7 +24,7 @@ with open('README.md') as f:
-
- setup(
- name="glyphsets",
-- use_scm_version={"write_to": "Lib/glyphsets/_version.py"},
-+ use_scm_version={"fallback_version": "%%PORTVERSION%%", "write_to": "Lib/glyphsets/_version.py"},
- url='https://github.com/googlefonts/glyphsets/',
- description='A python API for evaluating coverage of glyph sets in font projects.',
- long_description=long_description,
-@@ -52,7 +52,7 @@ setup(
- 'Programming Language :: Python :: 3'
- ],
- python_requires=">=3.7",
-- setup_requires=['setuptools_scm>=4,<6.1'],
-+ setup_requires=['setuptools_scm>=4'],
- install_requires=[
- 'setuptools',
- 'FontTools[ufo]',