mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PYDANTIC
|
||||
bool "python-pydantic"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Data validation and settings management using python 3.6
|
||||
type hinting.
|
||||
|
||||
https://github.com/samuelcolvin/pydantic
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pydantic/json
|
||||
md5 ce0c1824d1797bc7d67953428c4fe965 pydantic-1.3.tar.gz
|
||||
sha256 2eab7d548b0e530bf65bee7855ad8164c2f6a889975d5e9c4eefd1e7c98245dc pydantic-1.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 66badbfe56618ec52ddcbfda62450e43752d16fe1e7cae78d346c7ed10a35306 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pydantic
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDANTIC_VERSION = 1.3
|
||||
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
||||
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/3e/69/b22c0eb3157115e1e3d111f574a6a41552539f1e53b064121ef4e9ac1368
|
||||
PYTHON_PYDANTIC_SETUP_TYPE = setuptools
|
||||
PYTHON_PYDANTIC_LICENSE = MIT
|
||||
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user