Date: Wed, 5 Apr 2023 17:43:37 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ddbb989826a - main - x11-fonts/py-defcon: Update to 0.10.2 Message-ID: <202304051743.335HhbZL010288@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ddbb989826a2e04ee69d56001ebcb1cab38ec49 commit 8ddbb989826a2e04ee69d56001ebcb1cab38ec49 Author: Ting-Wei Lan <lantw44@gmail.com> AuthorDate: 2023-04-05 17:26:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:32:01 +0000 x11-fonts/py-defcon: Update to 0.10.2 - Update WWW - While I'm here, remove USE_LOCALE=en_US.UTF-8 which is not needed for Python 3.7+ Changes: https://github.com/robotools/defcon/releases PR: 270142 --- x11-fonts/py-defcon/Makefile | 11 +++++------ x11-fonts/py-defcon/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/x11-fonts/py-defcon/Makefile b/x11-fonts/py-defcon/Makefile index 7a9a049c2d93..eee55261ea17 100644 --- a/x11-fonts/py-defcon/Makefile +++ b/x11-fonts/py-defcon/Makefile @@ -1,22 +1,21 @@ PORTNAME= defcon -PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTVERSION= 0.10.2 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lantw44@gmail.com COMMENT= Set of flexible objects for representing UFO data -WWW= https://github.com/typesupply/defcon +WWW= https://github.com/robotools/defcon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.10.0:print/py-fonttools@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python:3.7+ zip USE_PYTHON= autoplist distutils -USE_LOCALE= en_US.UTF-8 NO_ARCH= yes diff --git a/x11-fonts/py-defcon/distinfo b/x11-fonts/py-defcon/distinfo index 7fc74e25077e..2c65f0a61a3b 100644 --- a/x11-fonts/py-defcon/distinfo +++ b/x11-fonts/py-defcon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545561626 -SHA256 (defcon-0.6.0.zip) = 52e461961b4b68ae6883f8a14a0d82f2d09f2de7a526b95c7d1b195c10ca745f -SIZE (defcon-0.6.0.zip) = 470740 +TIMESTAMP = 1679499264 +SHA256 (defcon-0.10.2.zip) = aee396e6d69e45ae65c8264781392d4c29116934b2737ad76d8230b40c182a44 +SIZE (defcon-0.10.2.zip) = 519741
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051743.335HhbZL010288>