Add buildroot 2018-02
This commit is contained in:
10
buildroot/package/python-pyro/Config.in
Normal file
10
buildroot/package/python-pyro/Config.in
Normal 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/
|
||||
3
buildroot/package/python-pyro/python-pyro.hash
Normal file
3
buildroot/package/python-pyro/python-pyro.hash
Normal 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
|
||||
14
buildroot/package/python-pyro/python-pyro.mk
Normal file
14
buildroot/package/python-pyro/python-pyro.mk
Normal 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))
|
||||
Reference in New Issue
Block a user