[Rpm-maint] [rpm-software-management/rpm] Reimplement pythondeps.sh as parametric macro generators (#1153)
Panu Matilainen
notifications at github.com
Tue Apr 14 11:06:31 UTC 2020
@pmatilai commented on this pull request.
> @@ -1,4 +1,28 @@
-%__python_provides %{_rpmconfigdir}/pythondeps.sh --provides
-%__python_requires %{_rpmconfigdir}/pythondeps.sh --requires
+%__python_provides() %{lua:
+ -- Match buildroot/payload paths of the form
+ -- /PATH/OF/BUILDROOT/usr/bin/pythonMAJOR.MINOR
+ -- generating a line of the form
+ -- python(abi) = MAJOR.MINOR
+ -- (Don't match against -config tools e.g. /usr/bin/python2.6-config)
+ local path = rpm.expand('%1')
+ if path:match('/usr/bin/python%d+%.%d+$') then
In the meanwhile:
https://github.com/rpm-software-management/rpm-web/commit/b34c9a9c5db052acf64334913bd87e73e6e8ef79
(but that doc is in desperate need of a full overhaul...)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1153#discussion_r408052888
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200414/e9956047/attachment.html>
More information about the Rpm-maint
mailing list