mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
7
package/python-pyelftools/Config.in
Normal file
7
package/python-pyelftools/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYELFTOOLS
|
||||
bool "python-pyelftools"
|
||||
help
|
||||
Pyelftools is a Python library for parsing and analyzing ELF
|
||||
files and DWARF debug information.
|
||||
|
||||
https://github.com/eliben/pyelftools
|
||||
5
package/python-pyelftools/python-pyelftools.hash
Normal file
5
package/python-pyelftools/python-pyelftools.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pyelftools/json
|
||||
md5 061d67c669a9b1f8d07f28c47fb6a65f pyelftools-0.27.tar.gz
|
||||
sha256 cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b pyelftools-0.27.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 ae18bf4cb82f92af7547259177bc28bc48e4fc732518bcedfe690226288d3445 LICENSE
|
||||
16
package/python-pyelftools/python-pyelftools.mk
Normal file
16
package/python-pyelftools/python-pyelftools.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyelftools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python3-pyelftools/python3-pyelftools.mk
|
||||
PYTHON_PYELFTOOLS_VERSION = 0.27
|
||||
PYTHON_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON_PYELFTOOLS_VERSION).tar.gz
|
||||
PYTHON_PYELFTOOLS_SITE = https://files.pythonhosted.org/packages/6b/b5/f7022f2d950327ba970ec85fb8f85c79244031092c129b6f34ab17514ae0
|
||||
PYTHON_PYELFTOOLS_LICENSE = Public domain
|
||||
PYTHON_PYELFTOOLS_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYELFTOOLS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user