python-debugpy: update to 1.6.7.post1

This commit is contained in:
Mehdi Chinoune
2023-08-12 06:33:22 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent c6e3d66751
commit cd65e0e3d5

View File

@@ -3,8 +3,8 @@
_realname=debugpy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.6.7
pkgrel=2
pkgver=1.6.7.post1
pkgrel=1
pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -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=('c4c2f0810fa25323abfdfa36cbbbb24e5c3b1a42cb762782de64439c575d67f2')
sha256sums=('fe87ec0182ef624855d05e6ed7e0b7cb1359d2ffa2a925f8ec2d22e98b75d0ca')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"