git: 1822a3e6004f - main - x11-fonts/py-axisregistry: Update to 0.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 16:36:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1822a3e6004fbc2763e8615fa6aaf04c7f7fdc48 commit 1822a3e6004fbc2763e8615fa6aaf04c7f7fdc48 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-29 16:28:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-29 16:32:46 +0000 x11-fonts/py-axisregistry: Update to 0.3.0 Changes: https://github.com/googlefonts/axisregistry/releases --- x11-fonts/py-axisregistry/Makefile | 2 +- x11-fonts/py-axisregistry/distinfo | 6 +++--- x11-fonts/py-axisregistry/files/patch-setup.py | 15 +++++++-------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/x11-fonts/py-axisregistry/Makefile b/x11-fonts/py-axisregistry/Makefile index facecaa51660..cdfd8fb056a9 100644 --- a/x11-fonts/py-axisregistry/Makefile +++ b/x11-fonts/py-axisregistry/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= axisregistry -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 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 3484f427b530..1feed4388e77 100644 --- a/x11-fonts/py-axisregistry/distinfo +++ b/x11-fonts/py-axisregistry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654774050 -SHA256 (axisregistry-0.2.0.tar.gz) = 561e4b81cc4703afaf4d3cb99771728f1b4b567af2766d008c2b6dbe077efb0d -SIZE (axisregistry-0.2.0.tar.gz) = 15996 +TIMESTAMP = 1656092978 +SHA256 (axisregistry-0.3.0.tar.gz) = 62fee3e71f1395812610165c003b41b27a3baaa08c0212f9d363dc366156bfdd +SIZE (axisregistry-0.3.0.tar.gz) = 3496717 diff --git a/x11-fonts/py-axisregistry/files/patch-setup.py b/x11-fonts/py-axisregistry/files/patch-setup.py index 46e2607e0221..2a5fdc277390 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-03-04 09:40:48 UTC +--- setup.py.orig 2022-06-23 17:45:59 UTC +++ setup.py -@@ -45,7 +45,7 @@ setup( - 'Programming Language :: Python :: 3' +@@ -42,6 +42,6 @@ setup( + "Programming Language :: Python :: 3", ], python_requires=">=3.7", -- setup_requires=['setuptools_scm>=4,<6.1'], -+ setup_requires=['setuptools_scm>=4'], - install_requires=[ - 'protobuf' - ] +- setup_requires=["setuptools_scm>=4,<6.1"], ++ setup_requires=["setuptools_scm>=4"], + install_requires=["protobuf"], + )