Bump buidlroot version to 2018.02.6
This commit is contained in:
9
bsp/buildroot/package/python-remi/Config.in
Normal file
9
bsp/buildroot/package/python-remi/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_REMI
|
||||
bool "python-remi"
|
||||
help
|
||||
Remi is a GUI library for Python applications which transpiles
|
||||
an application's interface into HTML to be rendered in a web
|
||||
browser. This removes platform-specific dependencies and lets
|
||||
you easily develop cross-platform applications in Python!
|
||||
|
||||
https://github.com/dddomodossola/remi/tree/master
|
||||
3
bsp/buildroot/package/python-remi/python-remi.hash
Normal file
3
bsp/buildroot/package/python-remi/python-remi.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 69ab3f7438de76708bfc40396f791b76452f84bb8bca6dafbdaca510c17e9526 python-remi-v1.0.tar.gz
|
||||
sha256 bc198f9846c1da3a1c1b1fa2b12909b021365d1e7fe9b4039245edfcec3b7f7f LICENSE
|
||||
13
bsp/buildroot/package/python-remi/python-remi.mk
Normal file
13
bsp/buildroot/package/python-remi/python-remi.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-remi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REMI_VERSION = v1.0
|
||||
PYTHON_REMI_SITE = $(call github,dddomodossola,remi,$(PYTHON_REMI_VERSION))
|
||||
PYTHON_REMI_LICENSE = Apache-2.0
|
||||
PYTHON_REMI_LICENSE_FILES = LICENSE
|
||||
PYTHON_REMI_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user