python-crossbar: new package

Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas:
 - Remove dependency on having .py files, since building/testing with
   .pyc files only was successful.
 - Remove the "# runtime" comment for all dependencies, and only
   mention it once before all "select".
 - Add missing dependencies on: BR2_PACKAGE_PYTHON_PYCPARSER and
   BR2_PACKAGE_PYTHON_LMDB.
 - Use AGPLv3 for the license instead of AGPL3.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Mauro Condarelli
2016-02-11 11:58:48 +01:00
committed by Thomas Petazzoni
parent 2b51d9ddf8
commit ecaf8972c4
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-crossbar
#
################################################################################
PYTHON_CROSSBAR_VERSION = 0.12.1
PYTHON_CROSSBAR_SOURCE = crossbar-$(PYTHON_CROSSBAR_VERSION).tar.gz
PYTHON_CROSSBAR_SITE = http://pypi.python.org/packages/source/c/crossbar
PYTHON_CROSSBAR_LICENSE = AGPLv3
PYTHON_CROSSBAR_LICENSE_FILES = LICENSE
PYTHON_CROSSBAR_SETUP_TYPE = setuptools
$(eval $(python-package))