From 1afc6a0a2386bbfa40d594d7845f7ff07e2f5e0d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 2 Jun 2024 14:24:02 +0000 Subject: [PATCH] python-referencing: update to 0.35.1 --- mingw-w64-python-referencing/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mingw-w64-python-referencing/PKGBUILD b/mingw-w64-python-referencing/PKGBUILD index 4b5fafac8f..35b01445c8 100644 --- a/mingw-w64-python-referencing/PKGBUILD +++ b/mingw-w64-python-referencing/PKGBUILD @@ -3,7 +3,7 @@ _realname=referencing pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=0.33.0 +pkgver=0.35.1 pkgrel=1 pkgdesc='An implementation-agnostic implementation of JSON reference resolution (mingw-w64)' arch=('any') @@ -24,16 +24,15 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatch-vcs") source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz) noextract=(${_realname}-${pkgver}.tar.gz) -sha256sums=('c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7') +sha256sums=('25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c') prepare() { rm -rf python-build-${MSYSTEM} | true tar -xf ${_realname}-${pkgver}.tar.gz || true - cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" } build() { - cd "${srcdir}/python-build-${MSYSTEM}" + cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" ${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation }