Date: Tue, 02 Nov 2021 00:47:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259596] [NEW PORT]: devel/py-typish: Type checking utilities for Python Message-ID: <bug-259596-7788-rW2dFNEHSR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259596-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-259596-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=3D259596 Kubilay Kocak <koobs@FreeBSD.org> 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 <koobs@FreeBSD.org> --- 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 the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259596-7788-rW2dFNEHSR>