Port away from PKGMETA.yml

This commit is contained in:
Christoph Reiter
2023-09-17 21:57:36 +02:00
parent b2ed1940fb
commit 9c1c99af5d
611 changed files with 1858 additions and 1861 deletions

View File

@@ -8,6 +8,9 @@ pkgrel=1
pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'pypi: debugpy'
)
url='https://github.com/microsoft/debugpy'
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")