mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/python-debugpy to 1.6.8-2
This commit is contained in:
parent
d1e1164c97
commit
851850ff01
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.8
|
pkgver=1.6.8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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=('dc4a02ec78f0b18c657357a7d16f29a93486e05a9a10e4a4b6eb2914fcb021c7')
|
sha256sums=('9d61180c1c9c9b06428a8543008aaf3df2c5537f22cfefb281a7ecb5d9e1558a')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $_pipname-$pkgver
|
cd $_pipname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue