1
0
forked from ports/contrib

python3-pyqt5-sip: initial commit, version 12.8.0

This commit is contained in:
Tim Biermann 2020-08-06 14:09:33 +00:00
parent 43b4a39a21
commit e6f9ad804d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/PyQt5/
-rwxrwxr-x root/root usr/lib/python3.7/site-packages/PyQt5/sip.cpython-37m-x86_64-linux-gnu.so
drwxr-xr-x root/root usr/lib/python3.7/site-packages/PyQt5_sip-12.8.0-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQt5_sip-12.8.0-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQt5_sip-12.8.0-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQt5_sip-12.8.0-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PyQt5_sip-12.8.0-py3.7.egg-info/top_level.txt

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30rzMI2QrnL1kLgWc7NlsH9M8CTocEsggDMmkqTHcaesuRF2fUteDy87l8c9Iy+UkBxURJPE4Pwgtd6qykaazQw=
SHA256 (Pkgfile) = 5acb47fb8c98dfbe3758723d8527b4f23bc5827b20f099bd9c434e597b9a4b13
SHA256 (.footprint) = c3c88abef2a0a232952aa0e68f88267d18dcdab95f440c1c03f83fce2d1cd681
SHA256 (PyQt5_sip-12.8.0.tar.gz) = 0a34b6596bdd28d52da3a51fa8d9bb0b287bcb605c2512aa3251b9028cc71f4d

16
python3-pyqt5-sip/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: sip module for pyqt5
# URL: https://www.riverbankcomputing.com/software/sip/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-pyqt5-sip
version=12.8.0
release=1
source=(https://pypi.python.org/packages/source/P/PyQt5-sip/PyQt5_sip-$version.tar.gz)
build() {
cd PyQt5_sip-$version
python3 setup.py build
python3 setup.py install \
--skip-build --root=$PKG
}