Package: pyobjcryst / 2024.2.1-2

Metadata

Package Version Patches format
pyobjcryst 2024.2.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
avoid_gitarchive.patch | (download)

setup.py | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 allow version to be retrieved inside the packaging

 gitarchive is confused by this .git not being the upstream
 repository.

install layout deb.patch | (download)

src/extensions/SConscript | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 run setup.py with the deb install layout

Select the deb_system sysconfig scheme, rather than posix_local, which
Debian defaults to. Debian's standard build tools do this automatically,
but scons calls setup.py itself, and the message wasn't getting through.

build pyversion.patch | (download)

SConstruct | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 include the python version in the builddir

This allows us to build for multiple Python versions at once.