update buildroot to 2017.02.11
This commit is contained in:
9
bsp/buildroot-2017.02.11/package/python-pyro/Config.in
Normal file
9
bsp/buildroot-2017.02.11/package/python-pyro/Config.in
Normal 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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 f01e32f8d1c3f427c4916e13d9e8cee24dbf924f72922a06591515911bd13756 Pyro-3.14.tar.gz
|
||||
14
bsp/buildroot-2017.02.11/package/python-pyro/python-pyro.mk
Normal file
14
bsp/buildroot-2017.02.11/package/python-pyro/python-pyro.mk
Normal 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))
|
||||
Reference in New Issue
Block a user