[Scons-dev] Customize packaging tool

Daniel Holth dholth at gmail.com
Sat May 25 23:03:37 EDT 2019


It was easier to make my own! It's a python stdlib tar builder modeled off
the zip tool, with an argument to prefix a directory name to all files.
This makes sdists in place without littering the desired structure in the
project root. It will be bundled in my project.

On Sat, May 25, 2019, 05:30 Daniel Holth <dholth at gmail.com> wrote:

> I've made a few improvements to the enscons setup.py replacement recently.
> It uses standard scons now instead of a repackaged version. It uses scons'
> packaging tool to build sdists.
> I'd like to be able to add a format to the packaging tool at runtime
> (cleanly) and to be able to change its build directory (to ./build). Sdists
> should be pax format tar and anonymized without your username on each file,
> and shouldn't have to count on a system tar executable.
>
> I don't quite understand how the existing tool works, it might be almost
> as easy to have my own replacement?
>
> Thanks
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20190525/59d5f52e/attachment.html>


More information about the Scons-dev mailing list