Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933853 - net-misc/caja-dropbox-1.26.0-r1: rst2man now comes without .py suffix
Summary: net-misc/caja-dropbox-1.26.0-r1: rst2man now comes without .py suffix
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: immolo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-08 20:35 UTC by pva
Modified: 2024-06-08 20:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pva 2024-06-08 20:35:14 UTC
There is the following instruction in caja-dropbox ebuilds:

    sed -e 's|\[rst2man\]|\[rst2man\.py\]|' -i configure.ac || die

Now, this substitution is not necessary anymore, since starting with dev-python/docutils-0.21 it installs scripts with .py suffix:

https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-21-2024-04-09

And note, dev-python/docutils-0.21.2 is stable now.

I think something like #930076#c9 is necessary here. I'm not using this package and found this problem with grep. Please, check.