From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Fri, 15 Nov 2019 14:46:43 +0100 From: Michael Olbrich Message-ID: <20191115134643.GA1287@pengutronix.de> References: <20191111151159.19451-1-guille.rodriguez@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191111151159.19451-1-guille.rodriguez@gmail.com> Subject: Re: [ptxdist] [PATCH] host-python3-cython: New package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Guillermo =?iso-8859-1?Q?Rodr=EDguez?= On Mon, Nov 11, 2019 at 04:11:59PM +0100, Guillermo Rodr=EDguez wrote: > Cython is an optimising static compiler for both the Python > programming language and the extended Cython programming language > (based on Pyrex). We already have host-cython3. I think that's the same, right? So do a version bump instead? Michael > Signed-off-by: Guillermo Rodriguez > --- > rules/host-python3-cython.in | 9 +++++++++ > rules/host-python3-cython.make | 32 ++++++++++++++++++++++++++++++++ > 2 files changed, 41 insertions(+) > create mode 100644 rules/host-python3-cython.in > create mode 100644 rules/host-python3-cython.make > = > diff --git a/rules/host-python3-cython.in b/rules/host-python3-cython.in > new file mode 100644 > index 000000000..04758e2ee > --- /dev/null > +++ b/rules/host-python3-cython.in > @@ -0,0 +1,9 @@ > +## SECTION=3Dhosttools_noprompt > + > +config HOST_PYTHON3_CYTHON > + tristate > + select HOST_PYTHON3 > + help > + Cython is an optimising static compiler for both the Python > + programming language and the extended Cython programming language > + (based on Pyrex). > diff --git a/rules/host-python3-cython.make b/rules/host-python3-cython.m= ake > new file mode 100644 > index 000000000..b06ec9421 > --- /dev/null > +++ b/rules/host-python3-cython.make > @@ -0,0 +1,32 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2019 by Guillermo Rodriguez > +# > +# For further information about the PTXdist project and license conditio= ns > +# see the README file. > +# > + > +# > +# We provide this package > +# > +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_CYTHON) +=3D host-python3-cython > + > +# > +# Paths and names > +# > +HOST_PYTHON3_CYTHON_VERSION :=3D 0.29.14 > +HOST_PYTHON3_CYTHON_MD5 :=3D 5eb008093b5e97d1c66f5fe5016f1ee0 > +HOST_PYTHON3_CYTHON :=3D host-python3-cython-$(HOST_PYTHON3_CYTHON_VERS= ION) > +HOST_PYTHON3_CYTHON_SUFFIX :=3D tar.gz > +HOST_PYTHON3_CYTHON_URL :=3D https://github.com/cython/cython/archive/$= (HOST_PYTHON3_CYTHON_VERSION).$(HOST_PYTHON3_CYTHON_SUFFIX) > +HOST_PYTHON3_CYTHON_SOURCE :=3D $(SRCDIR)/$(HOST_PYTHON3_CYTHON).$(HOST_= PYTHON3_CYTHON_SUFFIX) > +HOST_PYTHON3_CYTHON_DIR :=3D $(HOST_BUILDDIR)/$(HOST_PYTHON3_CYTHON) > +HOST_PYTHON3_CYTHON_LICENSE :=3D Apache-2.0 > + > +# ----------------------------------------------------------------------= ------ > +# Prepare > +# ----------------------------------------------------------------------= ------ > + > +HOST_PYTHON3_CYTHON_CONF_TOOL :=3D python3 > + > +# vim: syntax=3Dmake > -- = > 2.21.0 > = > = > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > = -- = Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de