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:
8
buildroot-external/package/python-quantulum3/Config.in
Normal file
8
buildroot-external/package/python-quantulum3/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_QUANTULUM3
|
||||
bool "python-quantulum3"
|
||||
select BR2_PACKAGE_PYTHON_INFLECT # runtime
|
||||
select BR2_PACKAGE_PYTHON_NUM2WORDS # runtime
|
||||
help
|
||||
Extract quantities from unstructured text.
|
||||
|
||||
https://github.com/nielstron/quantulum3
|
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/quantulum3/json
|
||||
md5 d4383ae0c3a5cd07ef75f5426d346595 quantulum3-0.7.6.tar.gz
|
||||
sha256 a5b4b6869af31af96a42c20d62c7fe9e0e5318c8c6ac86a7e3cd83ad5a8de567 quantulum3-0.7.6.tar.gz
|
@@ -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))
|
Reference in New Issue
Block a user