sysutils/py-glances: Updates to 3.1.3
- Adds missing runtime dependency py-future. Changes since 3.1.0: https://github.com/nicolargo/glances/compare/v3.1.0...v3.1.3 PR: 241251 Approved by: maintainer-timeout(more than 14 days), swills, philip (mentor)
This commit is contained in:
parent
1ba2579013
commit
b84fa12d16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517123
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= glances
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.1.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,7 +13,8 @@ COMMENT= CLI curses based monitoring tool for GNU/Linux and BSD OS
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1553626565
|
||||
SHA256 (nicolargo-glances-v3.1.0_GH0.tar.gz) = 56e67aee5960ecb575a7277e87b06d305ec87d2108f65860d13d9111d320bdf5
|
||||
SIZE (nicolargo-glances-v3.1.0_GH0.tar.gz) = 6688798
|
||||
TIMESTAMP = 1571070873
|
||||
SHA256 (nicolargo-glances-v3.1.3_GH0.tar.gz) = e3e8f9362b82c74427522e82501b47696945251035b35282f9ee4bc533996220
|
||||
SIZE (nicolargo-glances-v3.1.3_GH0.tar.gz) = 6759527
|
||||
|
Loading…
Reference in New Issue
Block a user