Skip to content

Commit

Permalink
sysutils/py-glances: Update to 3.2.4.2
Browse files Browse the repository at this point in the history
PR:	260951
  • Loading branch information
Gasol authored and neelchauhan committed Jan 5, 2022
1 parent 8337277 commit 48c0148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions sysutils/py-glances/Makefile
@@ -1,7 +1,7 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>

PORTNAME= glances
PORTVERSION= 3.1.4
PORTVERSION= 3.2.4.2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,9 @@ LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR}

USES= python:3.6+
Expand Down
6 changes: 3 additions & 3 deletions sysutils/py-glances/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1584897349
SHA256 (nicolargo-glances-v3.1.4_GH0.tar.gz) = bf5ec080b824f724bc2a5a42b6e2dbe9eba3effd60d50f2cf39af7e9bf18f6b7
SIZE (nicolargo-glances-v3.1.4_GH0.tar.gz) = 6770502
TIMESTAMP = 1641345549
SHA256 (nicolargo-glances-v3.2.4.2_GH0.tar.gz) = 88ac8103d777b2a55cee9418a5940269c640c3ad964ec44de0e9bb80cdbead37
SIZE (nicolargo-glances-v3.2.4.2_GH0.tar.gz) = 6914758
2 changes: 1 addition & 1 deletion sysutils/py-glances/pkg-descr
@@ -1,4 +1,4 @@
Glances is a CLI curses based monitoring tool for GNU/Linux and BSD OS.
Uses the PsUtil library to get information from your system.

WWW: http://nicolargo.github.com/glances/
WWW: https://nicolargo.github.io/glances/

0 comments on commit 48c0148

Please sign in to comment.