Skip to content

Commit

Permalink
deskutils/py-py3status: Update to 3.36
Browse files Browse the repository at this point in the history
- Change MASTER_SITES from GitHub to CHEESESHOP
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/ultrabug/py3status/blob/master/CHANGELOG
  • Loading branch information
sunpoet committed May 4, 2021
1 parent 78eaae6 commit 7f2ebfd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
22 changes: 5 additions & 17 deletions 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>
6 changes: 3 additions & 3 deletions 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
13 changes: 6 additions & 7 deletions 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

0 comments on commit 7f2ebfd

Please sign in to comment.