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

Switch to HolmesV

This commit is contained in:
j1nx
2021-05-16 12:03:19 +02:00
parent a30db247c0
commit f8afc9b25c
13 changed files with 95 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_COMBO_LOCK
bool "python-combo-lock"
help
Python combo_lock package
https://pypi.org/project/combo-lock/

View File

@@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/combo_lock/json
md5 06afba70cbc75f8ef62d948cddfbd7d9 combo_lock-0.0.1.tar.gz
sha256 fb4a6b6c3b646a99d9924745bdc4b06888983ecfcd05aa85e9954c9573073b96 combo_lock-0.0.1.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-combo-lock
#
################################################################################
PYTHON_COMBO_LOCK_VERSION = 0.0.1
PYTHON_COMBO_LOCK_SOURCE = combo_lock-$(PYTHON_COMBO_LOCK_VERSION).tar.gz
PYTHON_COMBO_LOCK_SITE = https://files.pythonhosted.org/packages/64/85/af22ffdcbb8c4f2a487e3afd23dfff8683defdd2da0dc1efbdd702fa9f4c
PYTHON_COMBO_LOCK_SETUP_TYPE = setuptools
PYTHON_COMBO_LOCK_LICENSE = apache-2.0
$(eval $(python-package))