Date: Mon, 3 Aug 2020 08:50:14 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544039 - head/sysutils/py-glances Message-ID: <202008030850.0738oEbE002164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Aug 3 08:50:14 2020 New Revision: 544039 URL: https://svnweb.freebsd.org/changeset/ports/544039 Log: glances works fine with python 3.7 or 3.8 Modified: head/sysutils/py-glances/Makefile Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Mon Aug 3 08:34:51 2020 (r544038) +++ head/sysutils/py-glances/Makefile Mon Aug 3 08:50:14 2020 (r544039) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysu ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR} -USES= python:-3.6 +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008030850.0738oEbE002164>