From owner-dev-commits-ports-main@freebsd.org Tue May 4 19:21:04 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1F985FE8E5; Tue, 4 May 2021 19:21:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZV7N2ywXz3vZV; Tue, 4 May 2021 19:21:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D62117205; Tue, 4 May 2021 19:21:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 144JL4mD079037; Tue, 4 May 2021 19:21:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 144JL4aL079036; Tue, 4 May 2021 19:21:04 GMT (envelope-from git) Date: Tue, 4 May 2021 19:21:04 GMT Message-Id: <202105041921.144JL4aL079036@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7f2ebfd44389 - main - deskutils/py-py3status: Update to 3.36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f2ebfd443894132437bbc15d8dc028963b42826 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 19:21:04 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f2ebfd443894132437bbc15d8dc028963b42826 commit 7f2ebfd443894132437bbc15d8dc028963b42826 Author: Po-Chuan Hsieh AuthorDate: 2021-05-04 19:15:21 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-04 19:15:21 +0000 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 --- deskutils/py-py3status/Makefile | 22 +++++----------------- deskutils/py-py3status/distinfo | 6 +++--- deskutils/py-py3status/pkg-descr | 13 ++++++------- 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 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