[arch-commits] Commit in shiboken2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Feb 22 20:56:41 UTC 2021


    Date: Monday, February 22, 2021 @ 20:56:41
  Author: arojas
Revision: 408598

Add egg-info (FS#69736)

Modified:
  shiboken2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-22 18:54:26 UTC (rev 408597)
+++ PKGBUILD	2021-02-22 20:56:41 UTC (rev 408598)
@@ -6,7 +6,7 @@
 _qtver=5.15.2
 _clangver=11.1.0
 pkgver=${_qtver/-/}
-pkgrel=5
+pkgrel=6
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -40,4 +40,10 @@
   DESTDIR="$pkgdir" cmake --install build
 # Provided in shiboken2
   rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig}}
+
+# Install egg-info
+  cd $_pkgfqn
+  python setup.py egg_info --build-type=shiboken2
+  _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
+  cp -r shiboken2.egg-info "$pkgdir"/$_pythonpath
 }



More information about the arch-commits mailing list