From ada4efdb8917f41c68dd23ba61a9ccf393ee94e8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 31 Jul 2024 18:15:33 +0000 Subject: [PATCH] python-zeroconf: update to 0.132.2 --- mingw-w64-python-zeroconf/PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/mingw-w64-python-zeroconf/PKGBUILD b/mingw-w64-python-zeroconf/PKGBUILD index 147a2223eb..e3fa9438f4 100644 --- a/mingw-w64-python-zeroconf/PKGBUILD +++ b/mingw-w64-python-zeroconf/PKGBUILD @@ -5,10 +5,7 @@ _realname=zeroconf pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.129.0 +pkgver=0.132.2 pkgrel=1 pkgdesc="A pure python implementation of multicast DNS service discovery (mingw-w64)" arch=('any') @@ -30,15 +27,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-cc") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('7a5157c49ff5b15daa2277ead1178baf06c216833cc0debd2dd48a74214530d1') - -prepare() { - rm -rf python-build-${MSYSTEM} | true - cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" -} +sha256sums=('9ad8bc6e3f168fe8c164634c762d3265c775643defff10e26273623a12d73ae1') 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 }