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

Add lingua-nostra package

This commit is contained in:
j1nx
2021-05-16 12:40:46 +02:00
parent f8afc9b25c
commit 50d67e2966
14 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-quantulum3
#
################################################################################
PYTHON_QUANTULUM3_VERSION = 0.7.6
PYTHON_QUANTULUM3_SOURCE = quantulum3-$(PYTHON_QUANTULUM3_VERSION).tar.gz
PYTHON_QUANTULUM3_SITE = https://files.pythonhosted.org/packages/63/ef/95ac4434e8408416e18afc1a76a1c7f8ce55c95ea099851ec0bdf87adca6
PYTHON_QUANTULUM3_SETUP_TYPE = setuptools
PYTHON_QUANTULUM3_LICENSE = MIT
$(eval $(python-package))