https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244983

Kubilay Kocak <ko...@freebsd.org> changed:

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

--- Comment #2 from Kubilay Kocak <ko...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to