mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-lmdb: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - switch to Github, which has a LICENSE file. The issue was reported upstream: https://github.com/dw/py-lmdb/issues/108. Then added the <pkg>_LICENSE_FILES variable. - bump version to 0.89 (instead of 0.88) - indicate the proper license, following the SPDX code for the OpenLDAP 2.8 license.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f699fab4ee
commit
0a19359bf8
7
package/python-lmdb/Config.in
Normal file
7
package/python-lmdb/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_LMDB
|
||||
bool "python-lmdb"
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
help
|
||||
Universal Python binding for the LMDB 'Lightning' Database.
|
||||
|
||||
https://pypi.python.org/pypi/lmdb
|
||||
2
package/python-lmdb/python-lmdb.hash
Normal file
2
package/python-lmdb/python-lmdb.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 abd2b2ae9ecf2fd1e1bc55ef4e8463b5910722fcd70a1bbf34a3e669a74a41a4 python-lmdb-py-lmdb_0.89.tar.gz
|
||||
14
package/python-lmdb/python-lmdb.mk
Normal file
14
package/python-lmdb/python-lmdb.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-lmdb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LMDB_VERSION = py-lmdb_0.89
|
||||
PYTHON_LMDB_SITE = $(call github,dw,py-lmdb,$(PYTHON_LMDB_VERSION))
|
||||
PYTHON_LMDB_LICENSE = OLDAP-2.8
|
||||
PYTHON_LMDB_LICENSE_FILES = LICENSE
|
||||
PYTHON_LMDB_SETUP_TYPE = setuptools
|
||||
PYTHON_LMDB_DEPENDENCIES = host-python-cffi
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user