First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
config BR2_PACKAGE_PYTHON_KIWISOLVER
bool "python-kiwisolver"
depends on BR2_INSTALL_LIBSTDCPP
help
Kiwi is an efficient C++ implementation of the Cassowary
constraint solving algorithm. Kiwi is an implementation of
the algorithm based on the seminal Cassowary paper. It is
not a refactoring of the original C++ solver. Kiwi has been
designed from the ground up to be lightweight and fast. Kiwi
ranges from 10x to 500x faster than the original Cassowary
solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
https://github.com/nucleic/kiwi
comment "python-kiwisolver needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb python-kiwisolver-1.1.0.tar.gz
sha256 95c32f73d43fa54d8146badbcbd73b83acb7fa2cc81a7cef7784b3cd33b146a0 LICENSE

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-kiwisolver
#
################################################################################
PYTHON_KIWISOLVER_VERSION = 1.1.0
PYTHON_KIWISOLVER_SITE = $(call github,nucleic,kiwi,$(PYTHON_KIWISOLVER_VERSION))
PYTHON_KIWISOLVER_LICENSE = BSD-3-Clause
PYTHON_KIWISOLVER_LICENSE_FILES = LICENSE
PYTHON_KIWISOLVER_SETUP_TYPE = setuptools
$(eval $(python-package))