Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2020 03:03:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 242320] www/web2ldap: Update to 1.5.68, Remove BROKEN
Message-ID:  <bug-242320-21822-p2gWA97n6a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242320-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242320-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=3D242320

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|www/web2ldap: Update to     |www/web2ldap: Update to
                   |1.5.45, Remove BROKEN       |1.5.68, Remove BROKEN

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to daniel.engberg.lists from comment #3)

To be precise, a ports job is only to 'declare' what versions of Python a
package *supports*, not prescribe what version of Python the port should *u=
se*.


Regarding:

-PORTVERSION=3D   1.3.16
+PORTVERSION=3D   1.5.18
...
-USES=3D          cpe python:2.7
+USES=3D          cpe python:3.6+

If 1.5.18 (now 1.5.68, see below) *only* supports 3.6+, then the change is
correct and acceptable. Upstream setup.py currently specifies:

python_requires=3D'>=3D3.6.*',

Also, upstream is now at version 1.5.68. This issue needs an updated patch.

While we're here, other review items:

- The package ships tests, please add TEST_DEPENDS and a (do-)test target to
run them for QA.

- The package specifies console_scripts for command line scripts, so the po=
rt
must be made concurrent safe (USE_PYTHON=3Dconcurrent)

--=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-242320-21822-p2gWA97n6a>