mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/python-debugpy to 1.6.7-3
This commit is contained in:
parent
3b6a2fb98e
commit
a058a3971c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
_pipname=debugpy
|
_pipname=debugpy
|
||||||
pkgname=python-$_pipname
|
pkgname=python-$_pipname
|
||||||
pkgver=1.6.7
|
pkgver=1.6.7
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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)
|
||||||
url='https://aka.ms/debugpy'
|
url='https://aka.ms/debugpy'
|
||||||
|
@ -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=('77c6e071dad4df8147a5f54a1dc3d8f70f7711984d44f6774b6348accd91485d')
|
sha256sums=('8734997dc43dd40fe1725baf1dd816c0ab7611d98d1f01e3f3b42631135e1354')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $_pipname-$pkgver
|
cd $_pipname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue