mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/python-debugpy to 1.8.5-1
This commit is contained in:
parent
06eff173c7
commit
d1d1dedf2e
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
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.3
|
pkgver = 1.8.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://aka.ms/debugpy
|
url = https://aka.ms/debugpy
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -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.3
|
source = git+https://github.com/microsoft/debugpy#tag=v1.8.5
|
||||||
sha256sums = e5462491a367dc3e74040c0afdae253ae2590a67cce4435cd02627c67ceb5ba9
|
sha256sums = dc11bd3bced189418dfc8e7440d7580b32c7c56c07af758ee776fc5ed788bf4e
|
||||||
|
|
||||||
pkgname = python-debugpy
|
pkgname = python-debugpy
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
_pipname=debugpy
|
_pipname=debugpy
|
||||||
pkgname=python-$_pipname
|
pkgname=python-$_pipname
|
||||||
pkgver=1.8.3
|
pkgver=1.8.5
|
||||||
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)
|
||||||
|
@ -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=('e5462491a367dc3e74040c0afdae253ae2590a67cce4435cd02627c67ceb5ba9')
|
sha256sums=('dc11bd3bced189418dfc8e7440d7580b32c7c56c07af758ee776fc5ed788bf4e')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $_pipname
|
cd $_pipname
|
||||||
|
|
Loading…
Reference in a new issue