community/python-debugpy to 1.5.0-1

This commit is contained in:
David Beauchamp 2021-10-04 17:23:27 -04:00
parent 49e61d0c2b
commit 1e0c147135

View file

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