generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
12
package/python-snappy/Config.in
Normal file
12
package/python-snappy/Config.in
Normal 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
|
||||
5
package/python-snappy/python-snappy.hash
Normal file
5
package/python-snappy/python-snappy.hash
Normal 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
|
||||
14
package/python-snappy/python-snappy.mk
Normal file
14
package/python-snappy/python-snappy.mk
Normal 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))
|
||||
Reference in New Issue
Block a user