https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268018

Sean Champ <lab+bsd@thinkum.space> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #238385|0                           |1
        is obsolete|                            |

--- Comment #7 from Sean Champ <lab+bsd@thinkum.space> ---
Created attachment 238397
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238397&action=edit
py-sphinx 5.3.0 patch (updated)

It seems that it's possible to install directly from the sdist or wheel created
by pyproject-build

The wheel archive would include all dependencies. The sdist archive should
include only the module code itself.

This patch obsoletes the previous, now using pyproject-build to build an sdist
archive during do-build, then installing from the sdist during do-install,
there using pip. With the PEP 517 support now available in pip - using Python
3.11 at least -  this has the effect of installing the module and its bin
scripts.

The plist is generated dynamically, from all files installed by pip under the
cmd signature used in do-install

So, this now installs the module code, the themes, and the bin scripts for this
updated sphinx version

Updated the run dependencies too

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to