Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 933853

Summary: net-misc/caja-dropbox-1.26.0-r1: rst2man now comes without .py suffix
Product: Gentoo Linux Reporter: pva <peter.volkov>
Component: Current packagesAssignee: immolo <immoloism>
Status: CONFIRMED ---    
Severity: normal CC: peter.volkov, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.