generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-msgfy/Config.in
Normal file
7
package/python-msgfy/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_MSGFY
|
||||
bool "python-msgfy"
|
||||
help
|
||||
msgfy is a Python library for convert Exception instance to
|
||||
a human-readable error message.
|
||||
|
||||
https://github.com/thombashi/msgfy
|
||||
5
package/python-msgfy/python-msgfy.hash
Normal file
5
package/python-msgfy/python-msgfy.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/msgfy/json
|
||||
md5 4a3d8ac9908acd5f661a58b12f9e0d17 msgfy-0.1.0.tar.gz
|
||||
sha256 474c08302cd56ccee1300ac7976a01ebd1e42716fc9bcd947d39a311a15b7012 msgfy-0.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fcfe96f8fb1bf3478a51c828e7f7afee01500ce1c2d4345d052edb858be05227 LICENSE
|
||||
14
package/python-msgfy/python-msgfy.mk
Normal file
14
package/python-msgfy/python-msgfy.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-msgfy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MSGFY_VERSION = 0.1.0
|
||||
PYTHON_MSGFY_SOURCE = msgfy-$(PYTHON_MSGFY_VERSION).tar.gz
|
||||
PYTHON_MSGFY_SITE = https://files.pythonhosted.org/packages/24/b5/7cc6ba75b6489245f9b75f11a85202b934fa92f6c99a4fa1c639f08d68e8
|
||||
PYTHON_MSGFY_SETUP_TYPE = setuptools
|
||||
PYTHON_MSGFY_LICENSE = MIT
|
||||
PYTHON_MSGFY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user