Date: Thursday, September 9, 2021 @ 16:35:31 Author: arojas Revision: 1013096
Update to 1.4.2 Modified: python-debugpy/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-09 16:32:57 UTC (rev 1013095) +++ PKGBUILD 2021-09-09 16:35:31 UTC (rev 1013096) @@ -3,8 +3,8 @@ _pipname=debugpy pkgname=python-$_pipname -pkgver=1.4.1 -pkgrel=3 +pkgver=1.4.2 +pkgrel=1 pkgdesc='An implementation of the Debug Adapter Protocol for Python' arch=(x86_64) url='https://aka.ms/debugpy' @@ -11,8 +11,8 @@ license=(EPL MIT) depends=(python) makedepends=(python-setuptools) -source=(https://pypi.io/packages/source/d/$_pipname/$_pipname-$pkgver.zip) -sha256sums=('889316de0b8ff3732927cb058cfbd3371e4cd0002ecc170d34c755ad289c867c') +source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('54bcc01f9bf38e25b0743e49ae4751094baf0ea6904472768e42a78519bf2d4f') prepare() { cd $_pipname-$pkgver @@ -24,7 +24,7 @@ cd $_pipname-$pkgver python setup.py build # Compile attach libraries - cd build/lib/debugpy/_vendored/pydevd/pydevd_attach_to_process + cd build/lib*/debugpy/_vendored/pydevd/pydevd_attach_to_process g++ ${CXXFLAGS} -m64 -shared -o attach_linux_amd64.so -fPIC -nostartfiles linux_and_mac/attach.cpp ${LDFLAGS} }
