Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2020 23:53:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 244983] sysutils/py-glances: Update to 3.1.4
Message-ID:  <bug-244983-21822-e0Yr5Ux36J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244983-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244983-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244983

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
Package installs files/scripts into non python specific locations [1] but t=
he
port doesnt use concurrent to make these concurrent installation safe. Add
USE_PYTHON=3Dconcurrent and verify pkg-plist

Package also provides a test suite [2], would be great to add TEST_DEPENDS =
and
a test target to improve QA substantially.

Package only declares and tests against 2.7 and 3.6, verify tests pass on
versions > 3.6 else limit version support to -3.6. If it passes on > 3.6 ask
upstream to test against these versions

[1] setup.py:entry_points=3D{"console_scripts": ["glances=3Dglances:main"]},
[2] setup.py:test_suite=3D"unitest.py",

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244983-21822-e0Yr5Ux36J>