python-watchdog: update to 6.0.0

This commit is contained in:
Mehdi Chinoune 2025-01-07 17:52:57 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent 29b221c651
commit 42ed441a09

View File

@ -6,8 +6,8 @@ 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=3.0.0
pkgrel=3
pkgver=6.0.0
pkgrel=1
pkgdesc="Python API and shell utilities to monitor file system events (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -24,7 +24,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-cov")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9')
sha256sums=('9ddf7c82fda3ae8e24decda1338ede66e1c99883db93711d8fb941eaa2d8c282')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"