[Bug 238007] [NEW PORT] sysutils/py-leviathan: Application to control and monitor NZXT (Asetek) liquid coolers

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 20 22:12:54 UTC 2019


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Keywords|                            |needs-patch, needs-qa
            Summary|New port:                   |[NEW PORT]
                   |sysutils/py-leviathan,      |sysutils/py-leviathan:
                   |control utility for         |Application to control and
                   |NZXT/Asetek liquid coolers  |monitor NZXT (Asetek)
                   |                            |liquid coolers
                 CC|                            |greg at unrelenting.technology
                   |                            |, python at FreeBSD.org
              Flags|                            |maintainer-feedback?(greg at u
                   |                            |nrelenting.technology)

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
Thank you for contributing a new port Greg

Review items:

 - Python packages that install scripts (this one does) should be made
concurrent safe. Use USE_PYTHON=concurrent for this, which handles most files
automatically.

 - Port does not specify USES=python:<version-spec>, which (implicitly)
declares support for any Python version, but it is unclear what versions this
package supports. In particular, if this package only supports Python 2 or 3
*only*, <version-spec> must be declared accordingly

Upstream (https://github.com/jaksi/leviathan/blob/0.1.1/README.md) suggest
using pip3 leviathan which implies it supports Python 3, but it is unclear if
it *requires* Python 3. Please confirm

 - Confirm this port passes QA (portlint, poudriere in particular) for all
Python (major) versions it supports.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list