mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +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-pycrate/Config.in
Normal file
7
package/python-pycrate/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYCRATE
|
||||
bool "python-pycrate"
|
||||
help
|
||||
A software suite to handle various data and protocol
|
||||
formats.
|
||||
|
||||
https://github.com/P1sec/pycrate/
|
||||
5
package/python-pycrate/python-pycrate.hash
Normal file
5
package/python-pycrate/python-pycrate.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pycrate/json
|
||||
md5 d51fd27d99481990ff85a1e418b1c938 pycrate-0.6.0.tar.gz
|
||||
sha256 b49738c02a3f93ba9f76c0dac82b689a5341882814b36c714e9600e9f560daf7 pycrate-0.6.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 license.txt
|
||||
20
package/python-pycrate/python-pycrate.mk
Normal file
20
package/python-pycrate/python-pycrate.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pycrate
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYCRATE_VERSION = 0.6.0
|
||||
PYTHON_PYCRATE_SOURCE = pycrate-$(PYTHON_PYCRATE_VERSION).tar.gz
|
||||
PYTHON_PYCRATE_SITE = https://files.pythonhosted.org/packages/fb/7f/5f354100270a5d41350e9806dc9950a33e00a30eb3a7ab5fc9db86326856
|
||||
PYTHON_PYCRATE_SETUP_TYPE = setuptools
|
||||
PYTHON_PYCRATE_EXTRA_DOWNLOADS = https://raw.githubusercontent.com/P1sec/pycrate/$(PYTHON_PYCRATE_VERSION)/license.txt
|
||||
PYTHON_PYCRATE_LICENSE = LGPL-2.1+
|
||||
PYTHON_PYCRATE_LICENSE_FILES = license.txt
|
||||
|
||||
define PYTHON_PYCRATE_ADD_LICENSE_FILE
|
||||
cp $(PYTHON_PYCRATE_DL_DIR)/license.txt $(@D)
|
||||
endef
|
||||
PYTHON_PYCRATE_POST_EXTRACT_HOOKS += PYTHON_PYCRATE_ADD_LICENSE_FILE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user