aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-py3status/Makefile
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 /deskutils/py-py3status/Makefile
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
Diffstat (limited to 'deskutils/py-py3status/Makefile')
-rw-r--r--deskutils/py-py3status/Makefile22
1 files changed, 5 insertions, 17 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>