[Bug 259596] [NEW PORT]: devel/py-typish: Type checking utilities for Python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Nov 2021 00:47:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259596 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 >= (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=" to pytest invocation in do-test: target, to override/null out additional/unecessary pytest configurations. Openn issue or PR upstream to make these dependencies tests_require += extras_require["dev"], annd not compulsory for downstream testing. - Port declares "USES=python: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=259507 [Bug 259507] [NEW PORT]: math/py-nptyping: Type hints for Numpy -- You are receiving this mail because: You are on the CC list for the bug.