mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
466 B
Text
15 lines
466 B
Text
pkgbase = python-debugpy
|
|
pkgdesc = An implementation of the Debug Adapter Protocol for Python
|
|
pkgver = 1.8.1
|
|
pkgrel = 1
|
|
url = https://aka.ms/debugpy
|
|
arch = x86_64
|
|
license = MIT
|
|
makedepends = python-setuptools
|
|
depends = gcc-libs
|
|
depends = glibc
|
|
depends = python
|
|
source = https://github.com/microsoft/debugpy/archive/v1.8.1/python-debugpy-1.8.1.tar.gz
|
|
sha256sums = ef3b939b63cf2898f36e1f43cd3d9ec5dc9b3305c024836f8201a932fe16fd4e
|
|
|
|
pkgname = python-debugpy
|