summaryrefslogtreecommitdiff
path: root/python3-pyqt5-sip/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-08-06 14:09:33 +0000
committerTim Biermann <tbier@posteo.de>2020-08-06 14:09:33 +0000
commite6f9ad804da754e17ec8793c68c0fca07e4c5987 (patch)
treed50502a5f534852982b32db2ccbe437c098a8547 /python3-pyqt5-sip/Pkgfile
parent43b4a39a218d4a1649ca06caf49a5f60fceba3bd (diff)
downloadcontrib-e6f9ad804da754e17ec8793c68c0fca07e4c5987.tar.gz
contrib-e6f9ad804da754e17ec8793c68c0fca07e4c5987.tar.xz
python3-pyqt5-sip: initial commit, version 12.8.0
Diffstat (limited to 'python3-pyqt5-sip/Pkgfile')
-rw-r--r--python3-pyqt5-sip/Pkgfile16
1 files changed, 16 insertions, 0 deletions
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
+}

Generated by cgit