community/python-debugpy to 1.6.5-1

This commit is contained in:
Kevin Mihelich 2023-01-05 23:33:29 +00:00
parent 4d9682a3ab
commit 36d23e7fe9

View file

@ -6,7 +6,7 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.6.4
pkgver=1.6.5
pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
@ -15,7 +15,7 @@ license=(EPL MIT)
depends=(python)
makedepends=(python-setuptools)
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('eede498ee6efde32eb3799fc57e9e279159facc11c63a66f28295f00f42efa5b')
sha256sums=('c984dba0d575307d532a1cc87b1a0e147a99a4e6e6700d680b680948427d19e7')
prepare() {
cd $_pipname-$pkgver