From owner-freebsd-python@freebsd.org Wed Feb 13 02:13:41 2019 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A556E14DFC48 for ; Wed, 13 Feb 2019 02:13:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 349D36AFDD for ; Wed, 13 Feb 2019 02:13:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id ECC7E14DFC46; Wed, 13 Feb 2019 02:13:40 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8A7D14DFC45 for ; Wed, 13 Feb 2019 02:13:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64ED56AFD4 for ; Wed, 13 Feb 2019 02:13:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8ECB2B471 for ; Wed, 13 Feb 2019 02:13:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x1D2Ddfs069846 for ; Wed, 13 Feb 2019 02:13:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x1D2DdnH069843 for python@FreeBSD.org; Wed, 13 Feb 2019 02:13:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 235585] textproc/py-pyhamcrest: Update incompletely specified Python version support Date: Wed, 13 Feb 2019 02:13:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ultima@freebsd.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name short_desc bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2019 02:13:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235585 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(python |maintainer-feedback+ |@FreeBSD.org) | Summary|textproc/py-pyhamcrest |textproc/py-pyhamcrest: |build for all python |Update incompletely |versions |specified Python version | |support Status|New |Open Keywords| |easy --- Comment #2 from Kubilay Kocak --- Python ports should declare the python versions that package *supports*, as accurately and precisely as possible without being incorrect, within the current limitations of the USES=3Dpython: specification synta= x. Generally speaking, if there is a package A (eg: Twisted), that supports Py= thon version X.Y (3.6), that depends on a package B (pyhamcrest, which is unclea= r or does not explicitly state X.Y (3.6) support), either: 1) Package A's (twisted) dependencies are incorrectly specified/qualified,= OR 2) Package B's (pyhamcrest) version support is incompletely specified. Package A couldn't possibly support X.Y (3.6) if a dependency B didn't/does= n't also.=20 Some upstream data points: * pyhamcrest upstream appears to be testing up to 3.6 [1][2] In this case it appears that (2) is more likely. Twisted is very well teste= d, and they include optional dependencies in their CI builds, which would be publicly failing for 3.4+ python versions if one of their dependencies didn= 't support that version. Test suits are by far the most valuable thing QA tool for us as packagers, = so add TEST_DEPENDS [3] and a (do-)test: target [4] to test pyhamcrest on 3.5/= 3.6. [1] https://github.com/hamcrest/PyHamcrest/blob/master/.travis.yml#L14 [2] https://github.com/hamcrest/PyHamcrest/blob/master/tox.ini#L2 [3] setup.py:test_dependencies =3D ['hypothesis>=3D1.11', 'pytest>=3D2.8', [4] setup.py:cmdclass=3D{'test': PyTest} (PYTHON_CMD PYDISTUTILS_SETUP test) P.S: Please send PR's upstream to add update docs and classifiers (setup.py= ) to include later python versions if they are confirmed to pass tests --=20 You are receiving this mail because: You are on the CC list for the bug.=