Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pyside6
Commits:
e0545a1f by Antonio Rojas at 2024-04-12T19:04:54+02:00
upgpkg: 6.7.0-2: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyside6
pkgver = 6.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io
arch = x86_64
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(pyside6
_qtver=6.7.0
_clangver=17.0.6
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(LGPL)
@@ -78,7 +78,6 @@ package_shiboken6() {
# Install egg-info
export PATH="/usr/lib/qt6/bin:$PATH"
- export SETUPTOOLS_USE_DISTUTILS=stdlib
cd pyside-setup
python setup.py egg_info --build-type=shiboken6
python setup.py egg_info --build-type=shiboken6-generator
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/e0545a1fddbfd3240c2c662756efb286e23337c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/e0545a1fddbfd3240c2c662756efb286e23337c3
You're receiving this email because of your account on gitlab.archlinux.org.