Import buildroot 2016.02.01
This commit is contained in:
9
firmware/buildroot/package/python-pyro/Config.in
Normal file
9
firmware/buildroot/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/
|
||||
14
firmware/buildroot/package/python-pyro/python-pyro.mk
Normal file
14
firmware/buildroot/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