python3-pyqtwebengine: remove unneeded files

This commit is contained in:
Tim Biermann 2019-12-29 17:53:28 +01:00
parent 63d1e839d4
commit 2c20062963
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 6 additions and 4 deletions

View File

@ -44,6 +44,5 @@ drwxr-xr-x root/root usr/lib/python3.7/site-packages/PyQt5/bindings/QtWebEngineW
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQt5/bindings/QtWebEngineWidgets/qwebenginesettings.sip
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQt5/bindings/QtWebEngineWidgets/qwebengineview.sip
drwxr-xr-x root/root usr/lib/python3.7/site-packages/PyQtWebEngine-5.14.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQtWebEngine-5.14.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQtWebEngine-5.14.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQtWebEngine-5.14.0.dist-info/RECORD

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xa71SfoPvUnXMQ+jOWh/7G2kphAhy5cV5NsVRIDglDsbdyOmCHGL11Ie6l2Lg4XjzobHKvrjiDzNvvhv2759wA=
SHA256 (Pkgfile) = 1c8c9530142790dbec2fa85576bf62a96b5550f1d5f86999d248d084d5184309
SHA256 (.footprint) = c8f3d2390b71b76d46edfa67e2c830005ffea102de2de9bb01098ebd61e6692b
RWSagIOpLGJF3xFKBC+MSHi3mT5xabhF9YtaRToD6CmQHIll/nWkpG2Jo6M/dbQPbamxTAPoQzIMlzBIDx1h1BCDS5ErFv0n6Qw=
SHA256 (Pkgfile) = c003c47db3f810316358a46587d61d5291440e84e8674e0615fe442f007cb496
SHA256 (.footprint) = 495bd889022f5c12badcd3592cf1daadc2aa7fb98b5b4d033db15f8e0cdec9a7
SHA256 (PyQtWebEngine-5.14.0.tar.gz) = e11595051f8bfbfa49175d899b2c8c2eea3a3deac4141edf4db68c3555221c92

View File

@ -16,4 +16,7 @@ build() {
cd build
make
make INSTALL_ROOT=$PKG install -j1
find $PKG \
-iname "*INSTALLER*" \
-delete
}