python-debugpy: update to 1.8.5

This commit is contained in:
Biswapriyo Nath
2024-08-09 03:46:02 +00:00
parent 1a0d5d2626
commit bd283de4f3

View File

@@ -3,7 +3,7 @@
_realname=debugpy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.8.2
pkgver=1.8.5
pkgrel=1
pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)"
arch=('any')
@@ -20,8 +20,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
"${MINGW_PACKAGE_PREFIX}-cc")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.zip")
sha256sums=('95378ed08ed2089221896b9b3a8d021e642c24edc8fef20e5d4342ca8be65c00')
sha256sums=('b2112cfeb34b4507399d298fe7023a16656fc553ed5246536060ca7bd0e668d0')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"