Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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,3 @@
# md5 from https://pypi.python.org/pypi/pyro/json, sha256 locally computed
md5 59d4d3f4a8786776c9d7f9051b8f1a69 Pyro-3.16.tar.gz
sha256 1bed508453ef7a7556b51424a58101af2349b662baab7e7331c5cb85dbe7e578 Pyro-3.16.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pyro
#
################################################################################
PYTHON_PYRO_VERSION = 3.16
PYTHON_PYRO_SOURCE = Pyro-$(PYTHON_PYRO_VERSION).tar.gz
PYTHON_PYRO_SITE = https://pypi.python.org/packages/61/68/0978adae315261b87acd216517c2c7f00780396e4d1426c5412458c6a28f
PYTHON_PYRO_LICENSE = MIT
PYTHON_PYRO_LICENSE_FILES = LICENSE
PYTHON_PYRO_SETUP_TYPE = setuptools
$(eval $(python-package))