FS#65249 - [pyside2-tools] missing content

Attached to Project: Arch Linux
Opened by fch (fch) - Thursday, 23 January 2020, 19:06 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 13 February 2020, 23:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:
The package "pyside2-tools" (https://www.archlinux.org/packages/extra/x86_64/pyside2-tools/) is missing tools like "uic" since version 5.14.0. Apparently they've been deleted by this commit: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/pyside2-tools&id=2b0359dfb24fca3605641d360eb8d6fa51346b6b

The change was commented with "rm "$pkgdir"/usr/bin/{rcc,uic} # provided by qt5-base". Please revert these changes as this is incorrect. qt5-base does not provide pyside2-uic, instead it provides uic-qt5, which is producing PyQt code, instead of PySide2 code (which is quite obvious not the same, the code is completely different). pyside2-uic is a needed tool.
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 13 February 2020, 23:21 GMT
Reason for closing:  Not a bug
Additional comments about closing:  There is no pyside2-uic in 5.14
Comment by M. Greyson Christoforo (greyltc) - Thursday, 13 February 2020, 23:19 GMT
  • Field changed: Percent Complete (100% → 0%)
fch is right, this is a bug. `uic -g python` does indeed generate some python code, but its not the same code as pyside2-uic and in fact the QT documentation [1] recommends using the pyside2-uic that is missing from this package

[1]:https://doc.qt.io/qtforpython/tutorials/basictutorial/uifiles.html

Loading...