Date: Wed, 21 Feb 2024 15:21:47 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: d02a1dae1655 - main - deskutils/py-py3status: Update to 3.56 Message-ID: <202402211521.41LFLlL0032937@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=d02a1dae165573c64e149b3f8f4dabeb06691a9e commit d02a1dae165573c64e149b3f8f4dabeb06691a9e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:31:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:10 +0000 deskutils/py-py3status: Update to 3.56 - Update WWW Changes: https://github.com/ultrabug/py3status/blob/master/CHANGELOG --- deskutils/py-py3status/Makefile | 12 +++++++++--- deskutils/py-py3status/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/deskutils/py-py3status/Makefile b/deskutils/py-py3status/Makefile index c97abfeab672..e69ea2a5aef5 100644 --- a/deskutils/py-py3status/Makefile +++ b/deskutils/py-py3status/Makefile @@ -1,12 +1,12 @@ PORTNAME= py3status -PORTVERSION= 3.54 +PORTVERSION= 3.56 CATEGORIES= deskutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extensible i3status wrapper written in python -WWW= https://py3status.readthedocs.io/en/latest/ \ +WWW= https://ultrabug.github.io/py3status/ \ https://github.com/ultrabug/py3status LICENSE= BSD3CLAUSE @@ -24,4 +24,10 @@ UDEV_DESC= UDEV support UDEV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyudev>=0.21.0:devel/py-pyudev@${PY_FLAVOR} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 31200 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/deskutils/py-py3status/distinfo b/deskutils/py-py3status/distinfo index 2f5a1728f1ae..5efb267e33bf 100644 --- a/deskutils/py-py3status/distinfo +++ b/deskutils/py-py3status/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697463074 -SHA256 (py3status-3.54.tar.gz) = c5189714220b65e88d60930827c43181aef5ffb59779352c76746f7ef0f3a426 -SIZE (py3status-3.54.tar.gz) = 272925 +TIMESTAMP = 1708449112 +SHA256 (py3status-3.56.tar.gz) = 747739b7c40ee30b701652e489a4aee44ae7fccb3134764c77969ea9674ac0da +SIZE (py3status-3.56.tar.gz) = 271825
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211521.41LFLlL0032937>