[Bug 267040] devel/py-nbformat and devel/py-black incorrectly install files belonging to the test infrastructure

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 16 Oct 2022 08:06:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267040

--- Comment #4 from Martin Birgmeier <d8zNeCFG@aon.at> ---
Thanks to commit 76670f6a4f8400c18f480f8b92dbf25cdc07eeea, py-black conflicting
with py-nbformat is resolved. However, it seems that still files are installed
which do not strictly belong to py-black:

[0]# pkg query %Fp py39-black-22.10.0_1 | egrep -v 'black|blib2to3'
/usr/local/lib/python3.9/site-packages/scripts/__init__.py
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/__init__.cpython-39.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/check_pre_commit_rev_in_example.cpython-39.opt-1.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/check_pre_commit_rev_in_example.cpython-39.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/check_version_in_basics_example.cpython-39.opt-1.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/check_version_in_basics_example.cpython-39.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/diff_shades_gha_helper.cpython-39.opt-1.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/diff_shades_gha_helper.cpython-39.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/fuzz.cpython-39.opt-1.pyc
/usr/local/lib/python3.9/site-packages/scripts/__pycache__/fuzz.cpython-39.pyc
/usr/local/lib/python3.9/site-packages/scripts/check_pre_commit_rev_in_example.py
/usr/local/lib/python3.9/site-packages/scripts/check_version_in_basics_example.py
/usr/local/lib/python3.9/site-packages/scripts/diff_shades_gha_helper.py
/usr/local/lib/python3.9/site-packages/scripts/fuzz.py
[0]# 

The same holds true for py-nbformat, which was already improved by commit
d8495b59b7b816819070d2c8cb3acbe5b815ad7b. Again, there seem to be extraneous
files:

[0]# pkg query %Fp py39-nbformat-5.6.1_2 | grep -v nbformat
/usr/local/bin/jupyter-trust
/usr/local/bin/jupyter-trust-3.9
[0]# 

-- Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.