[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-304-gad46342
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2013-07-17 14:01:29
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ad46342e66dcbc8c83371651ea399714ca2dc963 (commit)
from 6156710a1aed6cf60921aea8e279217b714a55a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ad46342e66dcbc8c83371651ea399714ca2dc963
Author: Fabien Marteau <fab...@ar...>
Date: Wed Jul 17 15:54:55 2013 +0200
[buildroot][package] adding python-pyro 3.14 module
-----------------------------------------------------------------------
Summary of changes:
.../207-armadeus-add_python_pyro_3.14.patch | 53 ++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.05/207-armadeus-add_python_pyro_3.14.patch
diff --git a/patches/buildroot/2013.05/207-armadeus-add_python_pyro_3.14.patch b/patches/buildroot/2013.05/207-armadeus-add_python_pyro_3.14.patch
new file mode 100644
index 0000000..c6b4b26
--- /dev/null
+++ b/patches/buildroot/2013.05/207-armadeus-add_python_pyro_3.14.patch
@@ -0,0 +1,53 @@
+Add pyro 3.14 python (2.7) module.
+
+Signed-off-by: Fabien Marteau <fab...@ar...>
+---
+
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2013-07-17 15:36:59.458364680 +0200
++++ buildroot/package/Config.in 2013-07-17 15:47:51.258374825 +0200
+@@ -362,6 +362,7 @@
+ source "package/python-nfc/Config.in"
+ source "package/python-protobuf/Config.in"
+ source "package/python-pygame/Config.in"
++source "package/python-pyro/Config.in"
+ source "package/python-pyparsing/Config.in"
+ source "package/python-serial/Config.in"
+ source "package/python-setuptools/Config.in"
+Index: buildroot/package/python-pyro/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/python-pyro/Config.in 2013-07-17 15:44:56.634372109 +0200
+@@ -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
+Index: buildroot/package/python-pyro/python-pyro.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/python-pyro/python-pyro.mk 2013-07-17 15:48:24.678375347 +0200
+@@ -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))
hooks/post-receive
--
armadeus
|