https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264178
Tomasz Sowa changed:
What|Removed |Added
CC||bugsfree...@ttmath.org
--- Comment #
thierry updated this revision to Diff 107139.
thierry added a comment.
Taking koobs’s remarks into account:
- set the range of Python versions;
- build and run the tests (using the pytest helper), as an option since it
requires more dependencies.
Unfortunately, on my machine, I
thierry marked 3 inline comments as done.
REPOSITORY
R11 FreeBSD ports repository
CHANGES SINCE LAST ACTION
https://reviews.freebsd.org/D35513/new/
REVISION DETAIL
https://reviews.freebsd.org/D35513
EMAIL PREFERENCES
https://reviews.freebsd.org/settings/panel/emailpreferences/
To: thie
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263862
--- Comment #16 from huber.ge...@gmail.com ---
Hi, sorry, for not responding earlier.
Many thanks, but I should have removed py38-requests-cache and I have installed
the 0.93 branch.
pkg info
py38-requests-2.27.1 Python HTTP for
Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
sunpoet added inline comments.
INLINE COMMENTS
> koobs wrote in Makefile:32
> Upstream provides tests in their sources. If these are not packaged in the
> PyPI sdist, feel free to `USE_GITHUB` in the meantime after asking upstream
> to ship them there.
>
> Should be able to:
>
> do-test:
>
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
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