From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iUBMK-0007So-IJ for ptxdist@pengutronix.de; Mon, 11 Nov 2019 16:12:05 +0100 Received: by mail-wr1-x442.google.com with SMTP id a15so15003643wrf.9 for ; Mon, 11 Nov 2019 07:12:04 -0800 (PST) From: =?UTF-8?q?Guillermo=20Rodr=C3=ADguez?= Date: Mon, 11 Nov 2019 16:11:59 +0100 Message-Id: <20191111151159.19451-1-guille.rodriguez@gmail.com> MIME-Version: 1.0 Subject: [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="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Guillermo=20Rodr=C3=ADguez?= Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). 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=hosttools_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.make 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 conditions +# see the README file. +# + +# +# We provide this package +# +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_CYTHON) += host-python3-cython + +# +# Paths and names +# +HOST_PYTHON3_CYTHON_VERSION := 0.29.14 +HOST_PYTHON3_CYTHON_MD5 := 5eb008093b5e97d1c66f5fe5016f1ee0 +HOST_PYTHON3_CYTHON := host-python3-cython-$(HOST_PYTHON3_CYTHON_VERSION) +HOST_PYTHON3_CYTHON_SUFFIX := tar.gz +HOST_PYTHON3_CYTHON_URL := https://github.com/cython/cython/archive/$(HOST_PYTHON3_CYTHON_VERSION).$(HOST_PYTHON3_CYTHON_SUFFIX) +HOST_PYTHON3_CYTHON_SOURCE := $(SRCDIR)/$(HOST_PYTHON3_CYTHON).$(HOST_PYTHON3_CYTHON_SUFFIX) +HOST_PYTHON3_CYTHON_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON3_CYTHON) +HOST_PYTHON3_CYTHON_LICENSE := Apache-2.0 + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +HOST_PYTHON3_CYTHON_CONF_TOOL := python3 + +# vim: syntax=make -- 2.21.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de