python-debugpy: update to 1.6.6

This commit is contained in:
Mehdi Chinoune
2023-01-27 12:50:52 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent aa53574fb4
commit 54af60795e

View File

@@ -3,7 +3,7 @@
_realname=debugpy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.6.5
pkgver=1.6.6
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=('5e55e6c79e215239dd0794ee0bf655412b934735a58e9d705e5c544f596f1603')
sha256sums=('b9c2130e1c632540fbf9c2c88341493797ddf58016e7cba02e311de9b0a96b67')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"