git: 6e1dc9456931 - main - deskutils/py-py3status: Update to 3.52
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:31:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6e1dc9456931f259ea6d2531c9bb242424ae31ac
commit 6e1dc9456931f259ea6d2531c9bb242424ae31ac
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:11:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:25:22 +0000
deskutils/py-py3status: Update to 3.52
- Update WWW
- Convert to USE_PYTHON=pep517
- Remove GEVENT option
Changes: https://github.com/ultrabug/py3status/blob/master/CHANGELOG
---
deskutils/py-py3status/Makefile | 13 +++++++------
deskutils/py-py3status/distinfo | 6 +++---
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/deskutils/py-py3status/Makefile b/deskutils/py-py3status/Makefile
index 559c6e24d355..e5ac356a3d05 100644
--- a/deskutils/py-py3status/Makefile
+++ b/deskutils/py-py3status/Makefile
@@ -1,26 +1,27 @@
PORTNAME= py3status
-PORTVERSION= 3.51
+PORTVERSION= 3.52
CATEGORIES= deskutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extensible i3status wrapper written in python
-WWW= https://github.com/ultrabug/py3status
+WWW= https://py3status.readthedocs.io/en/latest/ \
+ https://github.com/ultrabug/py3status
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTIONS_DEFINE= GEVENT UDEV
-GEVENT_DESC= Gevent support
+OPTIONS_DEFINE= UDEV
UDEV_DESC= UDEV support
-GEVENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=1.1:devel/py-gevent@${PY_FLAVOR}
UDEV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyudev>=0.21.0:devel/py-pyudev@${PY_FLAVOR}
.include <bsd.port.mk>
diff --git a/deskutils/py-py3status/distinfo b/deskutils/py-py3status/distinfo
index 997ded6fcae4..6ce1c9d58ad3 100644
--- a/deskutils/py-py3status/distinfo
+++ b/deskutils/py-py3status/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166162
-SHA256 (py3status-3.51.tar.gz) = c7831fb400b54f2478144be5fb2b70098836726e6a006fd7fcc2548494469645
-SIZE (py3status-3.51.tar.gz) = 399878
+TIMESTAMP = 1691070020
+SHA256 (py3status-3.52.tar.gz) = 15b4bfc52974ddb5ea69c86ce3299182eff9b9e07413bf5194a3f5d494eff05b
+SIZE (py3status-3.52.tar.gz) = 269274