generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-mwclient/Config.in
Normal file
8
package/python-mwclient/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_MWCLIENT
|
||||
bool "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
|
||||
|
||||
https://github.com/mwclient/mwclient
|
||||
5
package/python-mwclient/python-mwclient.hash
Normal file
5
package/python-mwclient/python-mwclient.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# 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
|
||||
14
package/python-mwclient/python-mwclient.mk
Normal file
14
package/python-mwclient/python-mwclient.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-mwclient
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MWCLIENT_VERSION = 0.10.1
|
||||
PYTHON_MWCLIENT_SOURCE = mwclient-$(PYTHON_MWCLIENT_VERSION).tar.gz
|
||||
PYTHON_MWCLIENT_SITE = https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f6b00c5a48d4a16b9d3be6519b7eb21
|
||||
PYTHON_MWCLIENT_LICENSE = MIT
|
||||
PYTHON_MWCLIENT_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_MWCLIENT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user