mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
24
package/python-zlmdb/Config.in
Normal file
24
package/python-zlmdb/Config.in
Normal file
@@ -0,0 +1,24 @@
|
||||
config BR2_PACKAGE_PYTHON_ZLMDB
|
||||
bool "python-zlmdb"
|
||||
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS # python-numpy
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-numpy
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
|
||||
select BR2_PACKAGE_PYTHON_CBOR2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
||||
select BR2_PACKAGE_PYTHON_FLATBUFFERS # runtime
|
||||
select BR2_PACKAGE_PYTHON_LMDB # runtime
|
||||
select BR2_PACKAGE_PYTHON_NUMPY # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYNACL # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYYAML # runtime
|
||||
select BR2_PACKAGE_PYTHON_TXAIO # runtime
|
||||
help
|
||||
Object-relational zero-copy in-memory database layer for
|
||||
LMDB.
|
||||
|
||||
https://github.com/crossbario/zlmdb
|
||||
|
||||
comment "python-zlmdb needs a glibc or musl toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||
!(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
|
||||
5
package/python-zlmdb/python-zlmdb.hash
Normal file
5
package/python-zlmdb/python-zlmdb.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/zlmdb/json
|
||||
md5 1e217f3228cb4c2303f06461b79e593e zlmdb-22.6.1.tar.gz
|
||||
sha256 aff353121c2eed3c18e53c82358c41932a21bf882995ee3a79c6eb1ae4c95397 zlmdb-22.6.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8a139bf325dcca11e0e476ce537bf791a6cfbeed8899a9b6ddc55238e180d230 LICENSE
|
||||
14
package/python-zlmdb/python-zlmdb.mk
Normal file
14
package/python-zlmdb/python-zlmdb.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-zlmdb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ZLMDB_VERSION = 22.6.1
|
||||
PYTHON_ZLMDB_SOURCE = zlmdb-$(PYTHON_ZLMDB_VERSION).tar.gz
|
||||
PYTHON_ZLMDB_SITE = https://files.pythonhosted.org/packages/97/15/992e61a18cb64b573814c9d92676b22d522f2cc2ea79ff78b834bd392b80
|
||||
PYTHON_ZLMDB_SETUP_TYPE = setuptools
|
||||
PYTHON_ZLMDB_LICENSE = MIT
|
||||
PYTHON_ZLMDB_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user