print/py-glyphsets: Update to 0.6.14

Changes:	https://github.com/googlefonts/glyphsets/releases
This commit is contained in:
Po-Chuan Hsieh 2024-03-09 21:49:49 +08:00
parent 4c82b9f922
commit 6eedc5dbc0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 29 deletions

View File

@ -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>

View File

@ -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

View File

@ -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]',