Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2022 11:25:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 268018] textproc/py-sphinx: Updating to 5.3.0, ensuring themes are installed, using flit and pyproject-build
Message-ID:  <bug-268018-21822-Tc2h1YEbao@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268018-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268018-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268018

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=3D238397&action=
=3Dedit
py-sphinx 5.3.0 patch (updated)

It seems that it's possible to install directly from the sdist or wheel cre=
ated
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 sd=
ist
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 Pyth=
on
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 t=
he
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268018-21822-Tc2h1YEbao>