[Bug 244983] sysutils/py-glances: Update to 3.1.4
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 22 23:53:46 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244983
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-patch
--- Comment #2 from Kubilay Kocak <koobs at FreeBSD.org> ---
Package installs files/scripts into non python specific locations [1] but the
port doesnt use concurrent to make these concurrent installation safe. Add
USE_PYTHON=concurrent 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={"console_scripts": ["glances=glances:main"]},
[2] setup.py:test_suite="unitest.py",
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list