create rootf's & SDK from 2018.02.9 buildroot (#10)

---------

Co-authored-by: tiopex <tiopxyz@gmail.com>
Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ config BR2_PACKAGE_PYTHON_MWCLIENT
select BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Python client library to interface with the MediaWiki API
MediaWiki API client.
https://github.com/mwclient/mwclient
https://github.com/btongminh/mwclient
+4 -5
View File
@@ -1,5 +1,4 @@
# md5, sha256 from https://pypi.org/pypi/mwclient/json
md5 148bd36bfaaf591bd9c0076cbf1ed888 mwclient-0.10.1.tar.gz
sha256 79363dd8d12f5e3b91b92b63152bf9dfef27da786c076a244e1f148c8dd67139 mwclient-0.10.1.tar.gz
# Locally computed
sha256 67689d1fd48a5adba31272eed653c12160dd3abbfe92ab056ac42a155e12e523 LICENSE.md
# md5 from https://pypi.python.org/pypi/mwclient/json, sha256 locally computed
md5 486d3109e73d298d512d967501b23647 mwclient-0.8.7.tar.gz
sha256 3bdaaa48fda6386b190651e49484a549bd0c48b97573dbda34a8b7c4c80430ed mwclient-0.8.7.tar.gz
sha256 d29eaa80939b6d8fc3ab458bab90f4af879fa9e0430ed7e0fb2b94752e7eb33f mwclient/__init__.py
+3 -3
View File
@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_MWCLIENT_VERSION = 0.10.1
PYTHON_MWCLIENT_VERSION = 0.8.7
PYTHON_MWCLIENT_SOURCE = mwclient-$(PYTHON_MWCLIENT_VERSION).tar.gz
PYTHON_MWCLIENT_SITE = https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f6b00c5a48d4a16b9d3be6519b7eb21
PYTHON_MWCLIENT_SITE = https://pypi.python.org/packages/63/05/ddf7d1b0d3a1dc9ee650dcaef7ddfbb980b4d2f0c41128c5f9e6fed5e8e2
PYTHON_MWCLIENT_LICENSE = MIT
PYTHON_MWCLIENT_LICENSE_FILES = LICENSE.md
PYTHON_MWCLIENT_LICENSE_FILES = mwclient/__init__.py
PYTHON_MWCLIENT_SETUP_TYPE = setuptools
$(eval $(python-package))