package/python-executing: new package
Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
239dd7dcbd
commit
91b7bd01ec
@ -1051,6 +1051,7 @@ menu "External python modules"
|
||||
source "package/python-entrypoints/Config.in"
|
||||
source "package/python-esptool/Config.in"
|
||||
source "package/python-evdev/Config.in"
|
||||
source "package/python-executing/Config.in"
|
||||
source "package/python-falcon/Config.in"
|
||||
source "package/python-filelock/Config.in"
|
||||
source "package/python-fire/Config.in"
|
||||
|
7
package/python-executing/Config.in
Normal file
7
package/python-executing/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_EXECUTING
|
||||
bool "python-executing"
|
||||
help
|
||||
Get the currently executing AST node of a frame, and other
|
||||
information.
|
||||
|
||||
https://github.com/alexmojaki/executing
|
5
package/python-executing/python-executing.hash
Normal file
5
package/python-executing/python-executing.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/executing/json
|
||||
md5 e6fa9a6abf00555ccc8a6b3524729238 executing-1.2.0.tar.gz
|
||||
sha256 19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107 executing-1.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a476a2cb0ef4c41450340a577a28b91ac4c7f669136b2ee148047fabd5fc4181 LICENSE.txt
|
16
package/python-executing/python-executing.mk
Normal file
16
package/python-executing/python-executing.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-executing
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_EXECUTING_VERSION = 1.2.0
|
||||
PYTHON_EXECUTING_SOURCE = executing-$(PYTHON_EXECUTING_VERSION).tar.gz
|
||||
PYTHON_EXECUTING_SITE = https://files.pythonhosted.org/packages/8f/ac/89ff37d8594b0eef176b7cec742ac868fef853b8e18df0309e3def9f480b
|
||||
PYTHON_EXECUTING_SETUP_TYPE = setuptools
|
||||
PYTHON_EXECUTING_LICENSE = MIT
|
||||
PYTHON_EXECUTING_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
PYTHON_EXECUTING_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user