mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained 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))
|
||||
Reference in New Issue
Block a user