Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2022 08:06:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 267040] devel/py-nbformat and devel/py-black incorrectly install files belonging to the test infrastructure
Message-ID:  <bug-267040-21822-Zzztx3wQ1R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267040-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267040-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267040

--- Comment #4 from Martin Birgmeier <d8zNeCFG@aon.at> ---
Thanks to commit 76670f6a4f8400c18f480f8b92dbf25cdc07eeea, py-black conflic=
ting
with py-nbformat is resolved. However, it seems that still files are instal=
led
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_exam=
ple.py
/usr/local/lib/python3.9/site-packages/scripts/check_version_in_basics_exam=
ple.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]#=20

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]#=20

-- Martin

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267040-21822-Zzztx3wQ1R>