community/python-debugpy to 1.6.7-1

This commit is contained in:
Kevin Mihelich 2023-04-09 01:17:41 +00:00
parent ff5e9e304d
commit 84de9b9f54

View file

@ -6,7 +6,7 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.6.6
pkgver=1.6.7
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=('2a6668264c68a0bf653fdd5596a49700130eb16ddefed484f9c6ed8ded8fab22')
sha256sums=('77c6e071dad4df8147a5f54a1dc3d8f70f7711984d44f6774b6348accd91485d')
prepare() {
cd $_pipname-$pkgver