aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:47:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:05:16 +0000
commitb706191c4756624f82bb0e71f0082acc8ba43a81 (patch)
tree51614d31e14b25f3ff11d104b911c7e96bba7f77 /x11-fonts
parent531607bc7bec72dc4bf5e36a2381ecdf2f07062c (diff)
downloadports-b706191c4756624f82bb0e71f0082acc8ba43a81.tar.gz
ports-b706191c4756624f82bb0e71f0082acc8ba43a81.zip
x11-fonts/py-axisregistry: Update to 0.3.9
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/py-axisregistry/Makefile2
-rw-r--r--x11-fonts/py-axisregistry/distinfo6
-rw-r--r--x11-fonts/py-axisregistry/files/patch-setup.py5
3 files changed, 6 insertions, 7 deletions
diff --git a/x11-fonts/py-axisregistry/Makefile b/x11-fonts/py-axisregistry/Makefile
index f85bacb69a7e..8c80f3e877b0 100644
--- a/x11-fonts/py-axisregistry/Makefile
+++ b/x11-fonts/py-axisregistry/Makefile
@@ -1,5 +1,5 @@
PORTNAME= axisregistry
-PORTVERSION= 0.3.8
+PORTVERSION= 0.3.9
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/x11-fonts/py-axisregistry/distinfo b/x11-fonts/py-axisregistry/distinfo
index 714e8eb67bc3..9cf3b0b128cb 100644
--- a/x11-fonts/py-axisregistry/distinfo
+++ b/x11-fonts/py-axisregistry/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665648355
-SHA256 (axisregistry-0.3.8.tar.gz) = b1a9622c6bcaa4efa61ea88e49146c6ffe3509b0c6f03e9ca49f10da55ff4c83
-SIZE (axisregistry-0.3.8.tar.gz) = 3498573
+TIMESTAMP = 1669058015
+SHA256 (axisregistry-0.3.9.tar.gz) = 33fb839e9c869360a30cb8846dce0b1e8d153b6bef4a90f2b94e0696041b9c7a
+SIZE (axisregistry-0.3.9.tar.gz) = 3499556
diff --git a/x11-fonts/py-axisregistry/files/patch-setup.py b/x11-fonts/py-axisregistry/files/patch-setup.py
index 6e44de26ff06..e74088f1f8fe 100644
--- a/x11-fonts/py-axisregistry/files/patch-setup.py
+++ b/x11-fonts/py-axisregistry/files/patch-setup.py
@@ -1,11 +1,10 @@
---- setup.py.orig 2022-07-01 11:49:54 UTC
+--- setup.py.orig 2022-10-27 13:57:55 UTC
+++ setup.py
@@ -42,6 +42,6 @@ setup(
"Programming Language :: Python :: 3",
],
python_requires=">=3.7",
- setup_requires=["setuptools_scm>=4,<6.1"],
-- install_requires=["protobuf==3.19.4", "fonttools"],
+ setup_requires=["setuptools_scm>=4"],
-+ install_requires=["protobuf>=3.19.4", "fonttools"],
+ install_requires=["protobuf>=3.19.4", "fonttools"],
)