aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-04 19:15:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-04 19:15:21 +0000
commit7f2ebfd443894132437bbc15d8dc028963b42826 (patch)
treec6035da654fee2a37b2eef536c4621e30f226cb2
parent78eaae6636413ca44ad91254af9fab498d325de0 (diff)
downloadports-7f2ebfd443894132437bbc15d8dc028963b42826.tar.gz
ports-7f2ebfd443894132437bbc15d8dc028963b42826.zip
deskutils/py-py3status: Update to 3.36
- Change MASTER_SITES from GitHub to CHEESESHOP - Update pkg-descr - Take maintainership Changes: https://github.com/ultrabug/py3status/blob/master/CHANGELOG
-rw-r--r--deskutils/py-py3status/Makefile22
-rw-r--r--deskutils/py-py3status/distinfo6
-rw-r--r--deskutils/py-py3status/pkg-descr13
3 files changed, 14 insertions, 27 deletions
diff --git a/deskutils/py-py3status/Makefile b/deskutils/py-py3status/Makefile
index f7c705b51c80..8e5ec88e561d 100644
--- a/deskutils/py-py3status/Makefile
+++ b/deskutils/py-py3status/Makefile
@@ -1,32 +1,20 @@
# Created by: Martin Wilke
PORTNAME= py3status
-PORTVERSION= 3.18
+PORTVERSION= 3.36
CATEGORIES= deskutils python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extensible i3status wrapper written in python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-gflags>=0:devel/py-python-gflags@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyudev>0:devel/py-pyudev@${PY_FLAVOR}
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
-USES= python:3.5+
-USE_PYTHON= distutils autoplist
-
-USE_GITHUB= yes
-GH_ACCOUNT= ultrabug
-GH_PROJECT= py3status
-
-NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/deskutils/py-py3status/distinfo b/deskutils/py-py3status/distinfo
index bf07ab783460..6a788a68c8dc 100644
--- a/deskutils/py-py3status/distinfo
+++ b/deskutils/py-py3status/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554211783
-SHA256 (ultrabug-py3status-3.18_GH0.tar.gz) = c0292789dd0c881076359c84a7818c87a332caa2aeb2e1b4f2ab83a1313b5bdd
-SIZE (ultrabug-py3status-3.18_GH0.tar.gz) = 313465
+TIMESTAMP = 1620151072
+SHA256 (py3status-3.36.tar.gz) = 304276d1cb3ee607d2dcd60f1e9a410e7a671e5f70b6a48c3ca8a0f36a796ae1
+SIZE (py3status-3.36.tar.gz) = 441782
diff --git a/deskutils/py-py3status/pkg-descr b/deskutils/py-py3status/pkg-descr
index 4c4f491b3ba0..f6b0a8837c6a 100644
--- a/deskutils/py-py3status/pkg-descr
+++ b/deskutils/py-py3status/pkg-descr
@@ -1,11 +1,10 @@
py3status is an extensible i3status wrapper written in python.
-You can take control of your i3bar easily by:
-
- * using one of the available modules shipped with py3status
- * grouping multiple modules and automatically or manually cycle their display
- * writing your own modules and have their output displayed on your bar
- * handling click events on your i3bar and play with them in no time
- * seeing your clock tick every second whatever your i3status interval
+Using py3status, you can take control of your i3bar easily by:
+- using one of the available modules shipped with py3status
+- grouping multiple modules and automatically or manually cycle their display
+- writing your own modules and have their output displayed on your bar
+- handling click events on your i3bar and play with them in no time
+- seeing your clock tick every second whatever your i3status interval
WWW: https://github.com/ultrabug/py3status