[arch-commits] Commit in (4 files)

Filipe Laíns ffy00 at archlinux.org
Tue Aug 14 23:21:18 UTC 2018


    Date: Tuesday, August 14, 2018 @ 23:21:18
  Author: ffy00
Revision: 371659

import from aur

Added:
  python-qt.py/
  python-qt.py/repos/
  python-qt.py/trunk/
  python-qt.py/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: python-qt.py/trunk/PKGBUILD
===================================================================
--- python-qt.py/trunk/PKGBUILD	                        (rev 0)
+++ python-qt.py/trunk/PKGBUILD	2018-08-14 23:21:18 UTC (rev 371659)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+pkgname=python-qt.py
+_pkgname=Qt.py
+pkgver=0.6.9
+pkgrel=1
+pkgdesc="Python compatibility wrapper around all Qt bindings"
+arch=('any')
+url="https://github.com/mottosso/Qt.py"
+license=('MIT')
+depends=('python')
+optdepends=('python-pyqt5: Qt 5 bindings'
+	    'python-pyqt4: Qt 4 bindings'
+	    'python-pyside2-git: LGPL Qt 5 bindings'
+	    'python-pyside: LGPL Qt 4 bindings')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz")
+sha256sums=('421db39c390b9f6d5978f1ed9a1c16faf4e569aa93c06a95498cd130ea2cfcc6')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


Property changes on: python-qt.py/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list