Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 22:12:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238007] [NEW PORT] sysutils/py-leviathan: Application to control and monitor NZXT (Asetek) liquid coolers
Message-ID:  <bug-238007-7788-i3lOVwSjg8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238007-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238007-7788@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=3D238007

Kubilay Kocak <koobs@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@unrelenting.technology
                   |                            |, python@FreeBSD.org
              Flags|                            |maintainer-feedback?(greg@u
                   |                            |nrelenting.technology)

--- Comment #1 from Kubilay Kocak <koobs@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=3Dconcurrent for this, which handles most f=
iles
automatically.

 - Port does not specify USES=3Dpython:<version-spec>, which (implicitly)
declares support for any Python version, but it is unclear what versions th=
is
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238007-7788-i3lOVwSjg8>