[Differential] D35513: [WIP] Adding devel/py-threadpoolctl

2022-06-18 Thread koobs (Kubilay Kocak)
koobs added inline comments. INLINE COMMENTS > sunpoet wrote in Makefile:32 > It is outdated. > Please use USE_PYTHON=pytest instead. > See > https://cgit.freebsd.org/ports/commit/Mk/Uses/python.mk?id=535f310d337c0b7de64a972bc0b855bba6c6f1f0 > for details. I posted a specific target because ma

[Differential] D35513: [WIP] Adding devel/py-threadpoolctl

2022-06-18 Thread koobs (Kubilay Kocak)
koobs added inline comments. INLINE COMMENTS > sunpoet wrote in Makefile:24 > This should be USES=python:3.6+ > > See https://github.com/joblib/threadpoolctl/blob/3.1.0/pyproject.toml#L11 Unless upstream tests with and the tests pass beyond the versions supported, should be capped. Incomplete

[Differential] D35513: [WIP] Adding devel/py-threadpoolctl

2022-06-17 Thread koobs (Kubilay Kocak)
koobs added inline comments. INLINE COMMENTS > Makefile:22 > + > +USES=python:3.8+ > +NO_ARCH= yes Upstream declares requires-python = ">=3.6" (capping at 3.9). Match upstream version support declarations as closely as possible given our current `USES=python:` syntax. 3.6-3