python-pydantic: update to 2.11.9
This commit is contained in:
parent
7be82935d7
commit
0f5b52ada7
@ -3,13 +3,15 @@
|
||||
_realname=pydantic
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=2.11.7
|
||||
pkgver=2.11.9
|
||||
pkgrel=1
|
||||
pkgdesc="Data validation and settings management using python type hints (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://github.com/pydantic/pydantic'
|
||||
msys2_references=(
|
||||
'archlinux: python-pydantic'
|
||||
'gentoo: dev-python/pydantic'
|
||||
'purl: pkg:pypi/pydantic'
|
||||
"cpe: cpe:/a:pydantic_project:pydantic"
|
||||
)
|
||||
@ -24,8 +26,11 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme")
|
||||
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-jsonschema"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pytest"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pytest-benchmark")
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db')
|
||||
sha256sums=('6b8ffda597a14812a7975c90b82a8a2e777d9257aba3453f973acd3c032a18e2')
|
||||
|
||||
build() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user