Overview
Request 1178019 accepted
new package python-demosh: Run code in Markdown files or shell scripts very interactively, to allow more engaging demos
- Created by ojkastl_buildservice
- In state accepted
- Supersedes 1177645
Is there a good place to submit this to, instead of dlp?
And: Why is this failing on 15.6? Doesn't this know the %python3_fix_shebang_path
macro?
do you really need the %python3_fix_shebang_path
macro when you have %pyproject_install
?
Otherwise rpmlint complains because the *.py files have a /usr/bin/env python
shebang...
That is not what %python3_fix_shebang_path
, you should probably just use sed -i 's#%{_bindir}/env python3#%{_bindir}/python3#'
in %prep
section.
I found out in the meantime that this works on all OSes.
See SR#1178019
Request History
ojkastl_buildservice created request
new package python-demosh: Run code in Markdown files or shell scripts very interactively, to allow more engaging demos
mcepl accepted request