[Scons-users] enscons & tox

William Blevins wblevins001 at gmail.com
Tue Jul 12 21:47:48 EDT 2016


Daniel,

If you are getting the "diff environment" warning, then you are invoking
the creation of the same target more than once. This seems like a
reasonable warning to have 2 actions for the same item.In theory, there is
a patch for removing the warning if the target calls are identical:
https://bitbucket.org/scons/scons/pull-requests/309/fix-incorrect-warning-of-different/diff

Dirk and I discussed Ant Glob syntax at one point, but it never went
anywhere to my knowledge.

V/R,
William

On Wed, Jul 13, 2016 at 2:30 AM, Daniel Holth <dholth at gmail.com> wrote:

> Got the enscons project far enough along that it can build a CPython
> extension https://bitbucket.org/dholth/cryptacular on Windows, OSX and
> Linux and run tox on the result, emulating the annoying "setup.py install
> --many-options" by calling out to pip. Also ported a little Rust Python
> extension example to the system, which is probably more interesting because
> distutils doesn't have a nice way to do that.
> https://github.com/dholth/hello-pyrust . Making it pretty may come later,
> it isn't now.
>
> How do I avoid this warning about different environments?
>
> scons: warning: Two different environments were specified for target
> dist/hello_pyrust-0.1.0-cp35-cp35m-linux_x86_64.whl, but they appear to
> have the same action: zip(target, source, env)
>
> I tried changing my tool to only build the zip file the first time
> SConstruct calls env.Whl() to add non-metadata files to the wheel rather
> than when the tool is initialized, but the error persists.
>
> Any plans to port Ant Glob to SCons, perhaps the WAF implementation?
>
> 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/20160713/edfb3227/attachment.html>


More information about the Scons-users mailing list