aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:49:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:06:13 +0000
commit6eedc5dbc0a62371a5bf524184ffc471518877c4 (patch)
treea9391c0a0a8d1a7bc4144524b7c588923b81d9a9 /print
parent4c82b9f922b2771a9a5a8ca267968c8c556f1810 (diff)
downloadports-6eedc5dbc0a62371a5bf524184ffc471518877c4.tar.gz
ports-6eedc5dbc0a62371a5bf524184ffc471518877c4.zip
print/py-glyphsets: Update to 0.6.14
Diffstat (limited to 'print')
-rw-r--r--print/py-glyphsets/Makefile11
-rw-r--r--print/py-glyphsets/distinfo6
-rw-r--r--print/py-glyphsets/files/patch-setup.py20
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]',