mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-cython3: new package
@ 2018-01-19  9:18 Bastian Stender
  0 siblings, 0 replies; only message in thread
From: Bastian Stender @ 2018-01-19  9:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Stender

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-19  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19  9:18 [ptxdist] [PATCH] host-cython3: new package Bastian Stender

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox