All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabien Marteau <fabien.marteau@armadeus.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/python-pyro: adding Pyro 3.14
Date: Thu, 18 Jul 2013 09:50:06 +0200	[thread overview]
Message-ID: <1374133806-9162-2-git-send-email-fabien.marteau@armadeus.com> (raw)
In-Reply-To: <1374133806-9162-1-git-send-email-fabien.marteau@armadeus.com>


Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com>
---
 package/python-pyro/Config.in      |    9 +++++++++
 package/python-pyro/python-pyro.mk |   17 +++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 package/python-pyro/Config.in
 create mode 100644 package/python-pyro/python-pyro.mk

diff --git a/package/python-pyro/Config.in b/package/python-pyro/Config.in
new file mode 100644
index 0000000..b744c1c
--- /dev/null
+++ b/package/python-pyro/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_PYRO
+	bool "python-pyro"
+	depends on BR2_PACKAGE_PYTHON
+	help
+	  python-pyro is a Python library stands for PYthon Remote Objects.
+		It is an advanced and powerful Distributed Object Technology system
+		written entirely in Python, that is designed to be very easy to use..
+
+	  https://pypi.python.org/pypi/Pyro/3.14
diff --git a/package/python-pyro/python-pyro.mk b/package/python-pyro/python-pyro.mk
new file mode 100644
index 0000000..1b3b904
--- /dev/null
+++ b/package/python-pyro/python-pyro.mk
@@ -0,0 +1,17 @@
+#############################################################
+#
+# python-pyro
+#
+#############################################################
+
+PYTHON_PYRO_VERSION = 3.14
+PYTHON_PYRO_SOURCE  = Pyro-$(PYTHON_PYRO_VERSION).tar.gz
+PYTHON_PYRO_SITE    = https://pypi.python.org/packages/source/P/Pyro/
+
+PYTHON_PYRO_DEPENDENCIES = python
+
+define PYTHON_PYRO_INSTALL_TARGET_CMDS
+	(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
+endef
+
+$(eval $(generic-package))
-- 
1.7.10.4

  reply	other threads:[~2013-07-18  7:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18  7:50 [Buildroot] [PATCH 0/1] package/python-pyro: Adding Python module Pyro 3.14 Fabien Marteau
2013-07-18  7:50 ` Fabien Marteau [this message]
2013-07-21 22:17   ` [Buildroot] [PATCH 1/1] package/python-pyro: adding " Peter Korsgaard
2013-07-22  6:48     ` Fabien Marteau
2013-07-22  7:10 [Buildroot] [PATCH 0/1] resend: adding python-pyro Fabien Marteau
2013-07-22  7:10 ` [Buildroot] [PATCH 1/1] package/python-pyro: adding Pyro 3.14 Fabien Marteau
2013-07-22  7:55 [Buildroot] [PATCH 0/1] Third resend: adding python-pyro Fabien Marteau
2013-07-22  7:55 ` [Buildroot] [PATCH 1/1] package/python-pyro: adding Pyro 3.14 Fabien Marteau
2013-07-22 15:22   ` Peter Korsgaard

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=1374133806-9162-2-git-send-email-fabien.marteau@armadeus.com \
    --to=fabien.marteau@armadeus.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.