Skip to content

Commit

Permalink
python-debugpy: update to 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 26, 2024
1 parent 59354d7 commit bee1670
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mingw-w64-python-debugpy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=debugpy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.8.5
pkgver=1.8.6
pkgrel=1
pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)"
arch=('any')
Expand All @@ -17,12 +17,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
"${MINGW_PACKAGE_PREFIX}-cc")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.zip")
sha256sums=('b2112cfeb34b4507399d298fe7023a16656fc553ed5246536060ca7bd0e668d0')
sha256sums=('c931a9371a86784cee25dec8d65bc2dc7a21f3f1552e3833d9ef8f919d22280a')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit bee1670

Please sign in to comment.