x11-fonts/py-axisregistry: Update to 0.4.12

Changes:	https://github.com/googlefonts/axisregistry/releases
This commit is contained in:
Po-Chuan Hsieh 2025-02-03 23:21:51 +08:00
parent 42e9d15e89
commit 9c887a5f01
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 19 additions and 11 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= axisregistry PORTNAME= axisregistry
PORTVERSION= 0.4.11 PORTVERSION= 0.4.12
CATEGORIES= x11-fonts python CATEGORIES= x11-fonts python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,4 +22,10 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes NO_ARCH= yes
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 31000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1724084668 TIMESTAMP = 1738089174
SHA256 (axisregistry-0.4.11.tar.gz) = a75fe87265aaac22780b295181e9ff0d1d0b7aa7302310758c06ae25bc3cca06 SHA256 (axisregistry-0.4.12.tar.gz) = 77ad156f39438802fe27cb02134b29d91801d36586ae282a71dcea5b9e5ec75b
SIZE (axisregistry-0.4.11.tar.gz) = 4133245 SIZE (axisregistry-0.4.12.tar.gz) = 4144524

View file

@ -1,9 +1,11 @@
--- setup.py.orig 2023-01-11 17:08:40 UTC --- setup.py.orig 2025-01-27 13:14:54 UTC
+++ setup.py +++ setup.py
@@ -46,5 +46,5 @@ setup( @@ -47,7 +47,7 @@ setup(
"setuptools>=61.2",
"setuptools_scm[toml]>=6.2", "setuptools_scm[toml]>=6.2",
], ],
- install_requires=["protobuf>=3.19.4, <4", "fonttools"], install_requires=[
+ install_requires=["protobuf>=3.19.4", "fonttools"], - "protobuf>=3.19.4, <4",
) + "protobuf>=3.19.4",
"fonttools",
"importlib_resources ; python_version < '3.10'",
],