diff options
author | Tim Biermann <tbier@posteo.de> | 2020-08-06 14:09:33 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-08-06 14:09:33 +0000 |
commit | e6f9ad804da754e17ec8793c68c0fca07e4c5987 (patch) | |
tree | d50502a5f534852982b32db2ccbe437c098a8547 /python3-pyqt5-sip | |
parent | 43b4a39a218d4a1649ca06caf49a5f60fceba3bd (diff) | |
download | contrib-e6f9ad804da754e17ec8793c68c0fca07e4c5987.tar.gz contrib-e6f9ad804da754e17ec8793c68c0fca07e4c5987.tar.xz |
python3-pyqt5-sip: initial commit, version 12.8.0
Diffstat (limited to 'python3-pyqt5-sip')
-rw-r--r-- | python3-pyqt5-sip/.footprint | 11 | ||||
-rw-r--r-- | python3-pyqt5-sip/.signature | 5 | ||||
-rw-r--r-- | python3-pyqt5-sip/Pkgfile | 16 |
3 files changed, 32 insertions, 0 deletions
diff --git a/python3-pyqt5-sip/.footprint b/python3-pyqt5-sip/.footprint new file mode 100644 index 000000000..39a3d7a5c --- /dev/null +++ b/python3-pyqt5-sip/.footprint @@ -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 diff --git a/python3-pyqt5-sip/.signature b/python3-pyqt5-sip/.signature new file mode 100644 index 000000000..a8da43a7a --- /dev/null +++ b/python3-pyqt5-sip/.signature @@ -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 diff --git a/python3-pyqt5-sip/Pkgfile b/python3-pyqt5-sip/Pkgfile new file mode 100644 index 000000000..cf6b4fb13 --- /dev/null +++ b/python3-pyqt5-sip/Pkgfile @@ -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 +} |