Date: Monday, May 15, 2023 @ 16:47:06
  Author: arojas
Revision: 1461852

archrelease: copy trunk to community-x86_64

Added:
  python-debugpy/repos/community-x86_64/PKGBUILD
    (from rev 1461851, python-debugpy/trunk/PKGBUILD)
Deleted:
  python-debugpy/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 16:46:57 UTC (rev 1461851)
+++ PKGBUILD    2023-05-15 16:47:06 UTC (rev 1461852)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: mark.blakeney at bullet-systems dot net
-
-_pipname=debugpy
-pkgname=python-$_pipname
-pkgver=1.6.7
-pkgrel=2
-pkgdesc='An implementation of the Debug Adapter Protocol for Python'
-arch=(x86_64)
-url='https://aka.ms/debugpy'
-license=(EPL MIT)
-depends=(python)
-makedepends=(python-setuptools)
-source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('77c6e071dad4df8147a5f54a1dc3d8f70f7711984d44f6774b6348accd91485d')
-
-prepare() {
-  cd $_pipname-$pkgver
-# remove precompiled libs
-  rm 
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.{so,dll,dylib,exe,pdb}
-}
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build
-# Compile attach libraries
-  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}
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-debugpy/repos/community-x86_64/PKGBUILD (from rev 1461851, 
python-debugpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-15 16:47:06 UTC (rev 1461852)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: mark.blakeney at bullet-systems dot net
+
+_pipname=debugpy
+pkgname=python-$_pipname
+pkgver=1.6.7
+pkgrel=3
+pkgdesc='An implementation of the Debug Adapter Protocol for Python'
+arch=(x86_64)
+url='https://aka.ms/debugpy'
+license=(EPL MIT)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('8734997dc43dd40fe1725baf1dd816c0ab7611d98d1f01e3f3b42631135e1354')
+
+prepare() {
+  cd $_pipname-$pkgver
+# remove precompiled libs
+  rm 
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/*.{so,dll,dylib,exe,pdb}
+}
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build
+# Compile attach libraries
+  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}
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to