This update allows us to eliminate some obsoleted dependencies and to build with decent python versions. Changes: https://github.com/andhus/scantree/releases/tag/v0.0.2 testrun: ============================================================================================================ test session starts ============================================================================================================= platform freebsd15 -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /ports/devel/py-scantree/work-py39/scantree-0.0.2 plugins: mock-3.10.0, profiling-1.7.0, anyio-4.2.0, benchmark-4.0.0 collected 51 items test_compat.py ..... [ 9%] test_filter.py ....... [ 23%] test_node.py ........... [ 45%] test_path.py ....... [ 58%] test_scantree.py ............. [ 84%] test_test_utils.py ........ [100%] ============================================================================================================= 51 passed in 5.50s =============================================================================================================
Created attachment 247712 [details] scantree 0.0.2
Comment on attachment 247712 [details] scantree 0.0.2 Approved. Don't forget Bump PORTREVISION of dependant ports
*** Bug 276385 has been marked as a duplicate of this bug. ***
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=000aa91f5a62b82e62dc3de25af7458519edf888 commit 000aa91f5a62b82e62dc3de25af7458519edf888 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-01-17 07:56:48 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-01-17 07:56:48 +0000 devel/py-scantree: update to 0.0.2 This update allows us to eliminate some obsoleted dependencies and to build with decent python versions. Changes: https://github.com/andhus/scantree/releases/tag/v0.0.2 Bump PORTREVISION for dependant port. PR: 276386 Approved by: acm (maintainer) devel/py-scantree/Makefile | 6 ++---- devel/py-scantree/distinfo | 6 +++--- security/py-dirhash/Makefile | 1 + 3 files changed, 6 insertions(+), 7 deletions(-)
Done, thanks!