mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
WIP: Implementing all goodies and required changes / dependencies.
This commit is contained in:
7
buildroot-external/package/python-ratelim/Config.in
Normal file
7
buildroot-external/package/python-ratelim/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_RATELIM
|
||||
bool "python-ratelim"
|
||||
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
||||
help
|
||||
Makes it easy to respect rate limits.
|
||||
|
||||
http://github.com/themiurgo/ratelim
|
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ratelim/json
|
||||
md5 91063fcac413e9faba01c9046c5134dc ratelim-0.1.6.tar.gz
|
||||
sha256 826d32177e11f9a12831901c9fda6679fd5bbea3605910820167088f5acbb11d ratelim-0.1.6.tar.gz
|
12
buildroot-external/package/python-ratelim/python-ratelim.mk
Normal file
12
buildroot-external/package/python-ratelim/python-ratelim.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ratelim
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_RATELIM_VERSION = 0.1.6
|
||||
PYTHON_RATELIM_SOURCE = ratelim-$(PYTHON_RATELIM_VERSION).tar.gz
|
||||
PYTHON_RATELIM_SITE = https://files.pythonhosted.org/packages/c5/5a/e1440017bccb14523bb76356e6f3a5468386b8a9192bd901e98babd1a1ea
|
||||
PYTHON_RATELIM_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user