community/python-debugpy to 1.6.7-3

This commit is contained in:
David Beauchamp 2023-05-15 13:29:33 -04:00
parent 3b6a2fb98e
commit a058a3971c

View file

@ -7,7 +7,7 @@
_pipname=debugpy
pkgname=python-$_pipname
pkgver=1.6.7
pkgrel=2
pkgrel=3
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
url='https://aka.ms/debugpy'
@ -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=('77c6e071dad4df8147a5f54a1dc3d8f70f7711984d44f6774b6348accd91485d')
sha256sums=('8734997dc43dd40fe1725baf1dd816c0ab7611d98d1f01e3f3b42631135e1354')
prepare() {
cd $_pipname-$pkgver