git: f8c2fdfb491f - main - print/py-fontparts: Update to 0.12.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 07:41:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8c2fdfb491f529ee4f9d249d55143c0d107ba19 commit f8c2fdfb491f529ee4f9d249d55143c0d107ba19 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-02 07:34:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-02 07:37:27 +0000 print/py-fontparts: Update to 0.12.1 Changes: https://github.com/robotools/fontParts/releases --- print/py-fontparts/Makefile | 3 +-- print/py-fontparts/distinfo | 6 +++--- print/py-fontparts/files/patch-setup.cfg | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/print/py-fontparts/Makefile b/print/py-fontparts/Makefile index e8d14d562fa3..9bf3ec3f1294 100644 --- a/print/py-fontparts/Makefile +++ b/print/py-fontparts/Makefile @@ -1,6 +1,5 @@ PORTNAME= fontparts -PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTVERSION= 0.12.1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/py-fontparts/distinfo b/print/py-fontparts/distinfo index df70d34acad8..0a1ce561e7a0 100644 --- a/print/py-fontparts/distinfo +++ b/print/py-fontparts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589980 -SHA256 (fontParts-0.11.0.zip) = 1dedc10085b1c0320cf348b19988f20079700caf5b05efea4bc3f8f935449048 -SIZE (fontParts-0.11.0.zip) = 500149 +TIMESTAMP = 1698848760 +SHA256 (fontParts-0.12.1.zip) = 79e535dd2d48702f9bb222b7603953e2b5437970c6731c75c18fe2b3cb79a420 +SIZE (fontParts-0.12.1.zip) = 500562 diff --git a/print/py-fontparts/files/patch-setup.cfg b/print/py-fontparts/files/patch-setup.cfg index 43a7eea47c4f..87c00ac3f8ea 100644 --- a/print/py-fontparts/files/patch-setup.cfg +++ b/print/py-fontparts/files/patch-setup.cfg @@ -4,7 +4,7 @@ max-line-length = 500 [options] --setup_requires = setuptools_scm==7.0.5 +-setup_requires = setuptools_scm==8.0.3 +setup_requires = setuptools_scm>=6.4.2 [egg_info]