mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
pyqt, move api to correct location (#9811)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user