Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-debugpy
Commits: 3757f816 by Antonio Rojas at 2024-02-07T09:00:33+01:00 upgpkg: 1.8.1-1: Update to 1.8.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +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 ===================================== PKGBUILD ===================================== @@ -3,16 +3,18 @@ _pipname=debugpy pkgname=python-$_pipname -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc='An implementation of the Debug Adapter Protocol for Python' arch=(x86_64) url='https://aka.ms/debugpy' -license=(EPL MIT) -depends=(python) +license=(MIT) +depends=(gcc-libs + glibc + python) makedepends=(python-setuptools) source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('0adfbfd9a7df6b21f2ef084c070c99cfd6e0bc8aeee72976ddcbcbfbac1674bb') +sha256sums=('ef3b939b63cf2898f36e1f43cd3d9ec5dc9b3305c024836f8201a932fe16fd4e') prepare() { cd $_pipname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/3757f8169ac35699adbe6c780d6ec5926b6bd05f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/3757f8169ac35699adbe6c780d6ec5926b6bd05f You're receiving this email because of your account on gitlab.archlinux.org.
