[Scons-users] Is there a pure-python tar builder?
Bill Deegan
bill at baddogconsulting.com
Mon Jun 26 11:50:30 EDT 2017
Daniel,
See:
https://bitbucket.org/scons/scons/wiki/DistTarBuilder
and
https://bitbucket.org/scons/scons/wiki/ArchiveBuilder
One note, using python code to implement the builder rather than shelling
out to run a command will make the builder subject to the GIL and thus
reduce parallelism.
-Bill
On Mon, Jun 26, 2017 at 8:21 AM, Daniel Holth <dholth at gmail.com> wrote:
> Hello, I would like to generate .tar.gz archives cross platform and on
> Windows by using the Python tar module instead of the tar command, similar
> to how the zip builder uses the zipfile module. Has anyone developed such a
> builder?
>
> Thanks,
>
> Daniel
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20170626/6687209d/attachment.html>
More information about the Scons-users
mailing list