From: Bastian Stender <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Stender <bst@pengutronix.de>
Subject: [ptxdist] [PATCH] host-cython3: new package
Date: Fri, 19 Jan 2018 10:18:19 +0100 [thread overview]
Message-ID: <20180119091819.17131-1-bst@pengutronix.de> (raw)
Signed-off-by: Bastian Stender <bst@pengutronix.de>
---
rules/host-cython3.in | 11 +++++++++++
rules/host-cython3.make | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
create mode 100644 rules/host-cython3.in
create mode 100644 rules/host-cython3.make
diff --git a/rules/host-cython3.in b/rules/host-cython3.in
new file mode 100644
index 000000000..a3f9d8673
--- /dev/null
+++ b/rules/host-cython3.in
@@ -0,0 +1,11 @@
+## SECTION=hosttools_noprompt
+
+config HOST_CYTHON3
+ tristate
+ default ALLYES
+ 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). It makes writing C extensions for Python as easy
+ as Python itself.
diff --git a/rules/host-cython3.make b/rules/host-cython3.make
new file mode 100644
index 000000000..29254e1aa
--- /dev/null
+++ b/rules/host-cython3.make
@@ -0,0 +1,34 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2018 by Bastian Stender <bst@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_CYTHON3) += host-cython3
+
+#
+# Paths and names
+#
+HOST_CYTHON3_VERSION := 0.27.3
+HOST_CYTHON3_MD5 := 6149238287d662bd5d5e572482252493
+HOST_CYTHON3 := Cython-$(HOST_CYTHON3_VERSION)
+HOST_CYTHON3_SUFFIX := tar.gz
+HOST_CYTHON3_URL := https://pypi.python.org/packages/ee/2a/c4d2cdd19c84c32d978d18e9355d1ba9982a383de87d0fcb5928553d37f4/$(HOST_CYTHON3).$(HOST_CYTHON3_SUFFIX)
+HOST_CYTHON3_SOURCE := $(SRCDIR)/$(HOST_CYTHON3).$(HOST_CYTHON3_SUFFIX)
+HOST_CYTHON3_DIR := $(HOST_BUILDDIR)/$(HOST_CYTHON3)
+HOST_CYTHON3_LICENSE := Apache-2.0
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_CYTHON3_CONF_TOOL := python3
+
+# vim: syntax=make
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2018-01-19 9:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180119091819.17131-1-bst@pengutronix.de \
--to=bst@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox