Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_BACKPORTS_ABC
bool "python-backports-abc"
depends on BR2_PACKAGE_PYTHON
help
A backport of recent additions to the 'collections.abc'
module.
https://pypi.python.org/pypi/backports_abc

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/backports_abc/json, sha256 locally computed
md5 7d1936ec183a3586290adf60f6f96764 backports_abc-0.5.tar.gz
sha256 033be54514a03e255df75c5aee8f9e672f663f93abb723444caec8fe43437bde backports_abc-0.5.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-backports-abc
#
################################################################################
PYTHON_BACKPORTS_ABC_VERSION = 0.5
PYTHON_BACKPORTS_ABC_SOURCE = backports_abc-$(PYTHON_BACKPORTS_ABC_VERSION).tar.gz
PYTHON_BACKPORTS_ABC_SITE = https://pypi.python.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8
PYTHON_BACKPORTS_ABC_LICENSE = Python-2.0
PYTHON_BACKPORTS_ABC_LICENSE_FILES = LICENSE
PYTHON_BACKPORTS_ABC_SETUP_TYPE = setuptools
$(eval $(python-package))