Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -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/

View File

@@ -0,0 +1,14 @@
################################################################################
#
# 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_LICENSE = MIT
PYTHON_PYRO_LICENSE_FILES = LICENSE
PYTHON_PYRO_SETUP_TYPE = distutils
$(eval $(python-package))