python-debugpy: update to 1.6.5

This commit is contained in:
Mehdi Chinoune
2023-01-07 14:28:11 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 56ef02ceef
commit d42eab79b2

View File

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