Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 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,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))