[Bug 264178] net-im/py-matrix-synapse: Fails to start after 1.58.1 or 1.59.1 update: Error while finding module specification for 'synapse.app.homeserver' (ModuleNotFoundError: No module named 'synaps

2022-06-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264178 Tomasz Sowa changed: What|Removed |Added CC||bugsfree...@ttmath.org --- Comment #

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

2022-06-18 Thread thierry (Thierry Thomas)
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

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

2022-06-18 Thread thierry (Thierry Thomas)
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

[Bug 263862] www/py-tvdb_api: Fails to run after www/py-requests-cache update: ImportError: cannot import name '_to_bytes' from 'requests_cache.backends.base

2022-06-18 Thread bugzilla-noreply
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

FreeBSD ports you maintain which are out of date

2022-06-18 Thread portscout
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

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

2022-06-18 Thread sunpoet (Po-Chuan Hsieh)
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: >

[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-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