mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/python-debugpy to 1.8.1-2
This commit is contained in:
parent
7fd1c89207
commit
8ce9f283e7
3 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-debugpy
|
||||
pkgdesc = An implementation of the Debug Adapter Protocol for Python
|
||||
pkgver = 1.8.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://aka.ms/debugpy
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
3
extra/python-debugpy/.nvchecker.toml
Normal file
3
extra/python-debugpy/.nvchecker.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[python-debugpy]
|
||||
source = 'pypi'
|
||||
pypi = 'debugpy'
|
|
@ -7,7 +7,7 @@
|
|||
_pipname=debugpy
|
||||
pkgname=python-$_pipname
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
|
||||
arch=(x86_64)
|
||||
url='https://aka.ms/debugpy'
|
||||
|
|
Loading…
Reference in a new issue