mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/python-debugpy to 1.8.2-1
This commit is contained in:
parent
ef3f31fa3f
commit
b2cdde1e61
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = python-debugpy
|
pkgbase = python-debugpy
|
||||||
pkgdesc = An implementation of the Debug Adapter Protocol for Python
|
pkgdesc = An implementation of the Debug Adapter Protocol for Python
|
||||||
pkgver = 1.8.1
|
pkgver = 1.8.2
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://aka.ms/debugpy
|
url = https://aka.ms/debugpy
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
@ -14,7 +14,7 @@ pkgbase = python-debugpy
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = python
|
depends = python
|
||||||
source = git+https://github.com/microsoft/debugpy#tag=v1.8.1
|
source = git+https://github.com/microsoft/debugpy#tag=v1.8.2
|
||||||
sha256sums = 41cd4bf27887e8bd431555c9107f55f61fd359cb794a0867b615cb1cc284dd0d
|
sha256sums = f8bcf4bb3a2d461e725c53d7372925a3773cfcf17fb276a0a00f6f446e34bed6
|
||||||
|
|
||||||
pkgname = python-debugpy
|
pkgname = python-debugpy
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
_pipname=debugpy
|
_pipname=debugpy
|
||||||
pkgname=python-$_pipname
|
pkgname=python-$_pipname
|
||||||
pkgver=1.8.1
|
pkgver=1.8.2
|
||||||
pkgrel=3
|
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)
|
||||||
url='https://aka.ms/debugpy'
|
url='https://aka.ms/debugpy'
|
||||||
|
@ -22,7 +22,7 @@ makedepends=(cython
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel)
|
python-wheel)
|
||||||
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
|
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
|
||||||
sha256sums=('41cd4bf27887e8bd431555c9107f55f61fd359cb794a0867b615cb1cc284dd0d')
|
sha256sums=('f8bcf4bb3a2d461e725c53d7372925a3773cfcf17fb276a0a00f6f446e34bed6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $_pipname
|
cd $_pipname
|
||||||
|
|
Loading…
Reference in a new issue