Revert "python3-PyQt5: broken on musl for now"

This reverts commit 5bfa316e2d.

Revert all PyQt5 update.
It built fine in my machine and Travis but not in buildbot.
This commit is contained in:
Đoàn Trần Công Danh 2020-08-13 08:23:39 +07:00
parent 5bfa316e2d
commit 0a5f90e89f
2 changed files with 0 additions and 8 deletions

View file

@ -16,10 +16,6 @@ checksum=670812688e40bf75f70ddf01eadd897d231300318d3856b275bf8e7e0085bf75
lib32disabled=yes lib32disabled=yes
nocross="configure script is broken for cross builds" nocross="configure script is broken for cross builds"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/30104/steps/shell_3/logs/stdio"
fi
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
ppc64le*) ;; ppc64le*) ;;
ppc*) broken="no webengine for big endian ppc";; ppc*) broken="no webengine for big endian ppc";;

View file

@ -20,10 +20,6 @@ distfiles="${PYPI_SITE}/P/PyQt5/PyQt5-${version}.tar.gz"
checksum=c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9 checksum=c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9
lib32disabled=yes lib32disabled=yes
if [ "$XBPS_TARGET_LIBC" = musl ]; then
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/30104/steps/shell_3/logs/stdio"
fi
post_extract() { post_extract() {
rm -rf pyuic/uic/port_v2 rm -rf pyuic/uic/port_v2
} }