mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Update buildroot to 2024.02.2, kernel to 6.6.2, GPU & DRM drivers, nwipe to v0.37 plus many others.
This commit is contained in:
8
package/python-pydantic-core/Config.in
Normal file
8
package/python-pydantic-core/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PYDANTIC_CORE
|
||||
bool "python-pydantic-core"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
help
|
||||
Core validation logic for pydantic written in rust.
|
||||
|
||||
https://github.com/pydantic/pydantic-core
|
||||
4
package/python-pydantic-core/python-pydantic-core.hash
Normal file
4
package/python-pydantic-core/python-pydantic-core.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally calculated after vendoring
|
||||
sha256 032fff43cdec54ac579bbdda1a09163e89634c729c1a8163340601a5dfc55eb3 pydantic_core-2.14.6.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2afdd30d54b4d62b6f488a6bcc1546e84ec5061f13f4209c03d012348783795a LICENSE
|
||||
15
package/python-pydantic-core/python-pydantic-core.mk
Normal file
15
package/python-pydantic-core/python-pydantic-core.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pydantic-core
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDANTIC_CORE_VERSION = 2.14.6
|
||||
PYTHON_PYDANTIC_CORE_SOURCE = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/b2/7d/8304d8471cfe4288f95a3065ebda56f9790d087edc356ad5bd83c89e2d79
|
||||
PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
|
||||
PYTHON_PYDANTIC_CORE_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYDANTIC_CORE_DEPENDENCIES = host-python-typing-extensions
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user