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

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 11 08:33:26 UTC 2022


    Date: Friday, March 11, 2022 @ 08:33:26
  Author: arojas
Revision: 439408

Install pyi files (FS#74209)

Modified:
  pyside6/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-10 21:22:45 UTC (rev 439407)
+++ PKGBUILD	2022-03-11 08:33:26 UTC (rev 439408)
@@ -4,7 +4,7 @@
 pkgname=pyside6
 _qtver=6.2.3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -56,4 +56,7 @@
   python setup.py egg_info --build-type=pyside6
   _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
   cp -r PySide6.egg-info "$pkgdir"/$_pythonpath
+
+# Install pyi files
+  install -Dm644 "$srcdir"/build/PySide6/*.pyi -t "$pkgdir"/usr/lib/python*/site-packages/PySide6
 }



More information about the arch-commits mailing list