python-referencing: update to 0.37.0
This commit is contained in:
parent
1c1ee91512
commit
20c4a51630
@ -3,15 +3,17 @@
|
|||||||
_realname=referencing
|
_realname=referencing
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
|
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
|
||||||
pkgver=0.36.2
|
pkgver=0.37.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='An implementation-agnostic implementation of JSON reference resolution (mingw-w64)'
|
pkgdesc='An implementation-agnostic implementation of JSON reference resolution (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
msys2_repository_url='https://github.com/python-jsonschema/referencing'
|
msys2_repository_url='https://github.com/python-jsonschema/referencing'
|
||||||
url='https://referencing.readthedocs.io'
|
url='https://referencing.readthedocs.io'
|
||||||
|
msys2_changelog_url='https://referencing.readthedocs.io/en/stable/changes/'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
'archlinux: python-referencing'
|
'archlinux: python-referencing'
|
||||||
|
'gentoo: dev-python/referencing'
|
||||||
'purl: pkg:pypi/referencing'
|
'purl: pkg:pypi/referencing'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
@ -25,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
|||||||
"${MINGW_PACKAGE_PREFIX}-python-hatch-vcs")
|
"${MINGW_PACKAGE_PREFIX}-python-hatch-vcs")
|
||||||
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)
|
||||||
noextract=(${_realname}-${pkgver}.tar.gz)
|
noextract=(${_realname}-${pkgver}.tar.gz)
|
||||||
sha256sums=('df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa')
|
sha256sums=('44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
rm -rf python-build-${MSYSTEM} | true
|
rm -rf python-build-${MSYSTEM} | true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user