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:
5
package/python-pathspec/python-pathspec.hash
Normal file
5
package/python-pathspec/python-pathspec.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pathspec/json
|
||||
md5 d89408b52aff020ac768a14c0ef1c7de pathspec-0.10.3.tar.gz
|
||||
sha256 56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6 pathspec-0.10.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85 LICENSE
|
||||
14
package/python-pathspec/python-pathspec.mk
Normal file
14
package/python-pathspec/python-pathspec.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pathspec
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PATHSPEC_VERSION = 0.10.3
|
||||
PYTHON_PATHSPEC_SOURCE = pathspec-$(PYTHON_PATHSPEC_VERSION).tar.gz
|
||||
PYTHON_PATHSPEC_SITE = https://files.pythonhosted.org/packages/32/1a/6baf904503c3e943cae9605c9c88a43b964dea5b59785cf956091b341b08
|
||||
PYTHON_PATHSPEC_LICENSE = MPL-2.0
|
||||
PYTHON_PATHSPEC_LICENSE_FILES = LICENSE
|
||||
PYTHON_PATHSPEC_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user