[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,12 @@
config BR2_PACKAGE_PYTHON_SNAPPY
bool "python-snappy"
depends on BR2_INSTALL_LIBSTDCPP # snappy
select BR2_PACKAGE_SNAPPY
help
Python library for the snappy compression library from
Google.
http://github.com/andrix/python-snappy
comment "python-snappy needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/python-snappy/json
md5 fc84cfa3526fba06d66f0d0b2e764300 python-snappy-0.6.1.tar.gz
sha256 b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a python-snappy-0.6.1.tar.gz
# Locally computed sha256 checksums
sha256 d007cb05f143d99d16d5cd0d1bf291daf037adb36800344e440ec26edb938f9a LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-snappy
#
################################################################################
PYTHON_SNAPPY_VERSION = 0.6.1
PYTHON_SNAPPY_SITE = https://files.pythonhosted.org/packages/98/7a/44a24bad98335b2c72e4cadcdecf79f50197d1bab9f22f863a274f104b96
PYTHON_SNAPPY_SETUP_TYPE = setuptools
PYTHON_SNAPPY_LICENSE = BSD-3-Clause
PYTHON_SNAPPY_LICENSE_FILES = LICENSE
PYTHON_SNAPPY_DEPENDENCIES = snappy
$(eval $(python-package))