Skip to content

Commit

Permalink
x11-fonts/py-axisregistry: Update to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent 531607b commit b706191
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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}
Expand Down
6 changes: 3 additions & 3 deletions 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
5 changes: 2 additions & 3 deletions 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"],
)

0 comments on commit b706191

Please sign in to comment.