Bump buildroot to 2019.02
This commit is contained in:
7
bsp/buildroot/package/python-py/Config.in
Normal file
7
bsp/buildroot/package/python-py/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PY
|
||||
bool "python-py"
|
||||
help
|
||||
library with cross-python path, ini-parsing, io, code, log
|
||||
facilities.
|
||||
|
||||
http://py.readthedocs.io/
|
||||
5
bsp/buildroot/package/python-py/python-py.hash
Normal file
5
bsp/buildroot/package/python-py/python-py.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/py/json
|
||||
md5 e53ac12db4286737837ef3ccb4158301 py-1.7.0.tar.gz
|
||||
sha256 bf92637198836372b520efcba9e020c330123be8ce527e535d185ed4b6f45694 py-1.7.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2af680c39ef493fb82830356d1d3df1acb5a06033cba2dec7a19e21caa77a866 LICENSE
|
||||
15
bsp/buildroot/package/python-py/python-py.mk
Normal file
15
bsp/buildroot/package/python-py/python-py.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-py
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PY_VERSION = 1.7.0
|
||||
PYTHON_PY_SOURCE = py-$(PYTHON_PY_VERSION).tar.gz
|
||||
PYTHON_PY_SITE = https://files.pythonhosted.org/packages/c7/fa/eb6dd513d9eb13436e110aaeef9a1703437a8efa466ce6bb2ff1d9217ac7
|
||||
PYTHON_PY_DEPENDENCIES = host-python-setuptools-scm
|
||||
PYTHON_PY_SETUP_TYPE = setuptools
|
||||
PYTHON_PY_LICENSE = MIT
|
||||
PYTHON_PY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user