pyqt, move api to correct location (#9811)

This commit is contained in:
Schrijvers Luc
2023-12-01 11:50:01 +01:00
committed by GitHub
parent a63e28a012
commit 2d45d56d85

View File

@@ -5,7 +5,7 @@ simplicity of Python."
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/"
COPYRIGHT="2015-2023 Riverbank Computing Limited"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$portVersion.tar.gz"
CHECKSUM_SHA256="d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a"
SOURCE_DIR="PyQt5-$portVersion"
@@ -189,4 +189,8 @@ INSTALL()
$commandBinDir
rmdir $prefix/lib/python$pythonVersion
mkdir -p $dataDir
mv $prefix/packages/pyqt5-5.15.10-2/.self/data/sip $dataDir
rm -r $prefix/packages
}