[arch-commits] Commit in pyside6/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jun 7 14:49:42 UTC 2021


    Date: Monday, June 7, 2021 @ 14:49:42
  Author: arojas
Revision: 417292

archrelease: copy trunk to extra-x86_64

Added:
  pyside6/repos/extra-x86_64/PKGBUILD
    (from rev 417291, pyside6/trunk/PKGBUILD)
Deleted:
  pyside6/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 14:49:31 UTC (rev 417291)
+++ PKGBUILD	2021-06-07 14:49:42 UTC (rev 417292)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=pyside6
-_qtver=6.1.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(LGPL)
-pkgdesc='Enables the use of Qt6 APIs in Python applications'
-depends=(shiboken6 qt6-declarative)
-makedepends=(cmake python-setuptools python-numpy qt6-tools qt6-quickcontrols2 qt6-svg qt6-3d qt6-scxml qt6-datavis3d qt6-charts)
-optdepends=('qt6-tools: QtHelp, QtUiTools bindings'
-            'qt6-quickcontrols2: QtQuickControls2 bindings'
-            'qt6-svg: QtSvg bindings'
-            'qt6-3d: Qt3D bindings'
-            'qt6-scxml: QtScxml bindings'
-            'qt6-datavis3d: QtDataVisualization bindings'
-            'qt6-charts: QtCharts bindings')
-_pkgfn=pyside-setup-opensource-src-$_qtver
-source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfn}.tar.xz)
-sha256sums=('95074814a06105b927abebe645eb7f477076a2ff8846b99fc47933b685e23354')
-
-build() {
-  cmake -B build -S $_pkgfn/sources/pyside6 \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTS=OFF \
-    -DPYTHON_EXECUTABLE=/usr/bin/python
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-# Install egg-info
-  export PATH="/usr/lib/qt6/bin:$PATH"
-  cd $_pkgfn
-  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
-}

Copied: pyside6/repos/extra-x86_64/PKGBUILD (from rev 417291, pyside6/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-07 14:49:42 UTC (rev 417292)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pyside6
+_qtver=6.1.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+pkgdesc='Enables the use of Qt6 APIs in Python applications'
+depends=(shiboken6 qt6-declarative)
+makedepends=(cmake python-setuptools python-numpy qt6-tools qt6-quickcontrols2 qt6-svg qt6-3d qt6-scxml qt6-datavis3d qt6-charts)
+optdepends=('qt6-tools: QtHelp, QtUiTools bindings'
+            'qt6-quickcontrols2: QtQuickControls2 bindings'
+            'qt6-svg: QtSvg bindings'
+            'qt6-3d: Qt3D bindings'
+            'qt6-scxml: QtScxml bindings'
+            'qt6-datavis3d: QtDataVisualization bindings'
+            'qt6-charts: QtCharts bindings')
+_pkgfn=pyside-setup-opensource-src-$_qtver
+source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfn}.tar.xz)
+sha256sums=('9136c98742443626c142beb77a777a0e2e6fa6653b5451fce54047f64d5f7d43')
+
+build() {
+  cmake -B build -S $_pkgfn/sources/pyside6 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTS=OFF \
+    -DPYTHON_EXECUTABLE=/usr/bin/python
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install egg-info
+  export PATH="/usr/lib/qt6/bin:$PATH"
+  cd $_pkgfn
+  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
+}



More information about the arch-commits mailing list