update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 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,2 @@
# locally computed
sha256 f01e32f8d1c3f427c4916e13d9e8cee24dbf924f72922a06591515911bd13756 Pyro-3.14.tar.gz

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))