python-fastjsonschema: update to 2.21.2
Checks depend on python-pytest-benchmark.
This commit is contained in:
parent
f34d899da7
commit
312a61a921
@ -3,22 +3,28 @@
|
|||||||
_realname=fastjsonschema
|
_realname=fastjsonschema
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=2.21.1
|
pkgver=2.21.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Fast JSON schema validator for Python (mingw-w64)'
|
pkgdesc='Fast JSON schema validator for Python (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64' 'mingw32')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64' 'mingw32')
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
'anitya: 25966'
|
||||||
|
'archlinux: python-fastjsonschema'
|
||||||
|
'gentoo: dev-python/fastjsonschema'
|
||||||
'purl: pkg:pypi/fastjsonschema'
|
'purl: pkg:pypi/fastjsonschema'
|
||||||
)
|
)
|
||||||
url='https://github.com/horejsek/python-fastjsonschema'
|
url='https://github.com/horejsek/python-fastjsonschema'
|
||||||
|
msys2_changelog_url='https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt'
|
||||||
license=('spdx:BSD-3-Clause')
|
license=('spdx:BSD-3-Clause')
|
||||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||||
|
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
|
||||||
|
"${MINGW_PACKAGE_PREFIX}-python-pytest-benchmark")
|
||||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4')
|
sha256sums=('b1eb43748041c880796cd077f1a07c3d94e93ae84bba5ed36800a33554ae05de')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user