From nobody Tue Nov 02 00:47:44 2021 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BCA8E1838175 for ; Tue, 2 Nov 2021 00:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hjrpm4Mw5z4mDZ for ; Tue, 2 Nov 2021 00:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 710B31B6AE for ; Tue, 2 Nov 2021 00:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1A20liRb036491 for ; Tue, 2 Nov 2021 00:47:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1A20li1D036490 for python@FreeBSD.org; Tue, 2 Nov 2021 00:47:44 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 259596] [NEW PORT]: devel/py-typish: Type checking utilities for Python Date: Tue, 02 Nov 2021 00:47:44 +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: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name keywords bug_status blocked cc 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 List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259596 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(ports@ | |nicandneal.net) Keywords| |feature, needs-patch, | |needs-qa Status|New |Open Blocks| |259507 CC| |ports@nicandneal.net, | |python@FreeBSD.org --- Comment #1 from Kubilay Kocak --- Thanks for the new port Neal! Could you please: - Confirm QA (portlint, poudriere make test for all Python versions) - Ask upstream to produce and upload an sdist (including LICENSE_FILE and test suite) then reference the upstream issue or PR here (See Also) Review items: - Add a comment above USE_GITHUB referencing why !CHEESESHOP and include upstream reference created above. - Add 'python' to CATEGORIES - nptyping>1.3.0 should be >=3D (per setup.py) - Remove development test dependencies from TEST_DEPENDS if they are not *required* (ie: tests *don't* fail when they're not installed): coverage, codecov, pylint. If tests do fail when not installed, patch them out and/or= add "-o addopts=3D" to pytest invocation in do-test: target, to override/null o= ut additional/unecessary pytest configurations. Openn issue or PR upstream to = make these dependencies tests_require +=3D extras_require["dev"], annd not compu= lsory for downstream testing. - Port declares "USES=3Dpython:3.6+" but upstream declares 3.5-3.9. Which = is correct, tested for upstream, and pass tests? I also note an upstream issue with test failures for 3.9. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259507 [Bug 259507] [NEW PORT]: math/py-nptyping: Type hints for Numpy --=20 You are receiving this mail because: You are on the CC list for the bug.=