From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/6] host-python-six: new package
Date: Thu, 28 Jan 2016 18:27:04 +0100 [thread overview]
Message-ID: <1454002028-12486-2-git-send-email-l.stach@pengutronix.de> (raw)
In-Reply-To: <1454002028-12486-1-git-send-email-l.stach@pengutronix.de>
Six is a Python 2 and 3 compatibility library.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/host-python-six.in | 8 ++++++++
rules/host-python-six.make | 33 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 rules/host-python-six.in
create mode 100644 rules/host-python-six.make
diff --git a/rules/host-python-six.in b/rules/host-python-six.in
new file mode 100644
index 000000000000..d1e9f5b61f23
--- /dev/null
+++ b/rules/host-python-six.in
@@ -0,0 +1,8 @@
+## SECTION=python
+
+config HOST_PYTHON_SIX
+ tristate
+ prompt "python-six"
+ select HOST_PYTHON
+ help
+ Six is a Python 2 and 3 compatibility library.
diff --git a/rules/host-python-six.make b/rules/host-python-six.make
new file mode 100644
index 000000000000..c8bf336019bf
--- /dev/null
+++ b/rules/host-python-six.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2015 by Lucas Stach <l.stach@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_PYTHON_SIX) += host-python-six
+
+#
+# Paths and names
+#
+HOST_PYTHON_SIX_VERSION := 1.10.0
+HOST_PYTHON_SIX_MD5 := 34eed507548117b2ab523ab14b2f8b55
+HOST_PYTHON_SIX := six-$(HOST_PYTHON_SIX_VERSION)
+HOST_PYTHON_SIX_SUFFIX := tar.gz
+HOST_PYTHON_SIX_URL := https://pypi.python.org/packages/source/s/six/$(HOST_PYTHON_SIX).$(HOST_PYTHON_SIX_SUFFIX)
+HOST_PYTHON_SIX_SOURCE := $(SRCDIR)/$(HOST_PYTHON_SIX).$(HOST_PYTHON_SIX_SUFFIX)
+HOST_PYTHON_SIX_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON_SIX)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON_SIX_CONF_TOOL := python
+
+# vim: syntax=make
--
2.7.0.rc3
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2016-01-28 17:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-28 17:27 [ptxdist] [PATCH 1/6] python: install python2 symlink Lucas Stach
2016-01-28 17:27 ` Lucas Stach [this message]
2016-01-28 17:27 ` [ptxdist] [PATCH 3/6] host-python-numpy: new package Lucas Stach
2016-01-28 17:27 ` [ptxdist] [PATCH 4/6] python-mako: " Lucas Stach
2016-01-28 17:27 ` [ptxdist] [PATCH 5/6] waffle: " Lucas Stach
2016-02-01 14:39 ` Michael Olbrich
2016-01-28 17:27 ` [ptxdist] [PATCH 6/6] piglit: " Lucas Stach
2016-02-01 14:43 ` Michael Olbrich
2016-02-11 11:26 ` [ptxdist] [PATCH 1/6] python: install python2 symlink Michael Olbrich
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=1454002028-12486-2-git-send-email-l.stach@pengutronix.de \
--to=l.stach@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