mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Thomas Petazzoni
parent
2b51d9ddf8
commit
ecaf8972c4
14
package/python-crossbar/python-crossbar.mk
Normal file
14
package/python-crossbar/python-crossbar.mk
Normal 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))
|
||||
Reference in New Issue
Block a user