python-immutabledict: update to 4.2.2
This commit is contained in:
parent
5fb2201880
commit
2becab5009
@ -3,13 +3,15 @@
|
|||||||
_realname=immutabledict
|
_realname=immutabledict
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=4.2.1
|
pkgver=4.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Immutable wrapper around dictionaries (mingw-w64)"
|
pkgdesc="Immutable wrapper around dictionaries (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url="https://github.com/corenting/immutabledict"
|
url="https://github.com/corenting/immutabledict"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
'archlinux: python-immutabledict'
|
||||||
|
'gentoo: dev-python/immutabledict'
|
||||||
'purl: pkg:pypi/immutabledict'
|
'purl: pkg:pypi/immutabledict'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
@ -19,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
|||||||
"${MINGW_PACKAGE_PREFIX}-python-poetry-core")
|
"${MINGW_PACKAGE_PREFIX}-python-poetry-core")
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
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=('d91017248981c72eb66c8ff9834e99c2f53562346f23e7f51e7a5ebcf66a3bcc')
|
sha256sums=('cb6ed3090df593148f94cb407d218ca526fd2639694afdb553dc4f50ce6feeca')
|
||||||
|
|
||||||
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