1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add nested-lookup package

This commit is contained in:
j1nx
2023-05-14 13:37:10 +02:00
parent 8f8b40d615
commit e740cb159f
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-nested-lookup
#
################################################################################
PYTHON_NESTED_LOOKUP_VERSION = 0.2.25
PYTHON_NESTED_LOOKUP_SOURCE = nested-lookup-$(PYTHON_NESTED_LOOKUP_VERSION).tar.gz
PYTHON_NESTED_LOOKUP_SITE = https://files.pythonhosted.org/packages/fd/42/7d6a06916aba63124eb30d2ff638cf76054f6aeea529d47f1859c3b5ccae
PYTHON_NESTED_LOOKUP_SETUP_TYPE = setuptools
PYTHON_NESTED_LOOKUP_LICENSE = Public Domain
$(eval $(python-package))