python-debugpy: update to 1.6.3

This commit is contained in:
Mehdi Chinoune
2022-08-18 13:01:59 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 61b485d460
commit c6eaf85edd

View File

@@ -3,7 +3,7 @@
_realname=debugpy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.6.2
pkgver=1.6.3
pkgrel=1
pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)"
arch=('any')
@@ -18,7 +18,7 @@ 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}.zip")
sha256sums=('e6047272e97a11aa6898138c1c88c8cf61838deeb2a4f0a74e63bb567f8dafc6')
sha256sums=('e8922090514a890eec99cfb991bab872dd2e353ebb793164d5f01c362b9a40bf')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"