[PATCH 2 of 2 v3] makefile: add wheel build target

Augie Fackler raf at durin42.com
Mon Oct 12 09:39:52 CDT 2015


On Fri, Oct 09, 2015 at 12:31:16PM -0500, Nathan Goldbaum wrote:
> # HG changeset patch
> # User Nathan Goldbaum <ngoldbau at ucsc.edu>
> # Date 1444411846 18000
> #      Fri Oct 09 12:30:46 2015 -0500
> # Node ID c630785461f0465adebce581eb25a503f654333a
> # Parent  d27f31183f4ca4af2a0a96af32a631181b501b5a
> makefile: add wheel build target

Queued. How well does the wheel work on Windows?

>
> diff --git a/Makefile b/Makefile
> --- a/Makefile
> +++ b/Makefile
> @@ -51,6 +51,9 @@ local:
>  build:
>       $(PYTHON) setup.py $(PURE) build $(COMPILER:%=-c %)
>
> +wheel:
> +	FORCE_SETUPTOOLS=1 $(PYTHON) setup.py $(PURE) bdist_wheel $(COMPILER:%=-c %)
> +
>  doc:
>       $(MAKE) -C doc
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list