mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-fonts/py-axisregistry: Update to 0.4.12
Changes: https://github.com/googlefonts/axisregistry/releases
This commit is contained in:
parent
42e9d15e89
commit
9c887a5f01
3 changed files with 19 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= axisregistry
|
||||
PORTVERSION= 0.4.11
|
||||
PORTVERSION= 0.4.12
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -22,4 +22,10 @@ USE_PYTHON= autoplist concurrent pep517
|
|||
|
||||
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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1724084668
|
||||
SHA256 (axisregistry-0.4.11.tar.gz) = a75fe87265aaac22780b295181e9ff0d1d0b7aa7302310758c06ae25bc3cca06
|
||||
SIZE (axisregistry-0.4.11.tar.gz) = 4133245
|
||||
TIMESTAMP = 1738089174
|
||||
SHA256 (axisregistry-0.4.12.tar.gz) = 77ad156f39438802fe27cb02134b29d91801d36586ae282a71dcea5b9e5ec75b
|
||||
SIZE (axisregistry-0.4.12.tar.gz) = 4144524
|
||||
|
|
|
@ -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
|
||||
@@ -46,5 +46,5 @@ setup(
|
||||
"setuptools>=61.2",
|
||||
@@ -47,7 +47,7 @@ setup(
|
||||
"setuptools_scm[toml]>=6.2",
|
||||
],
|
||||
- install_requires=["protobuf>=3.19.4, <4", "fonttools"],
|
||||
+ install_requires=["protobuf>=3.19.4", "fonttools"],
|
||||
)
|
||||
install_requires=[
|
||||
- "protobuf>=3.19.4, <4",
|
||||
+ "protobuf>=3.19.4",
|
||||
"fonttools",
|
||||
"importlib_resources ; python_version < '3.10'",
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue