python-debugpy: update to 1.7.0

This commit is contained in:
Mehdi Chinoune
2023-09-08 14:47:28 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent eb887439c2
commit 13677eb46c

View File

@@ -3,7 +3,7 @@
_realname=debugpy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.6.7.post1
pkgver=1.7.0
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=('fe87ec0182ef624855d05e6ed7e0b7cb1359d2ffa2a925f8ec2d22e98b75d0ca')
sha256sums=('676911c710e85567b17172db934a71319ed9d995104610ce23fd74a07f66e6f6')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"