[arch-commits] Commit in (4 files)

Christian Hesse eworm at archlinux.org
Wed Feb 8 21:08:38 UTC 2017


    Date: Wednesday, February 8, 2017 @ 21:08:37
  Author: eworm
Revision: 211298

initial import of python-pyotherside

this is a dependency for new Yubikey packages

Added:
  python-pyotherside/
  python-pyotherside/repos/
  python-pyotherside/trunk/
  python-pyotherside/trunk/PKGBUILD

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

Added: python-pyotherside/trunk/PKGBUILD
===================================================================
--- python-pyotherside/trunk/PKGBUILD	                        (rev 0)
+++ python-pyotherside/trunk/PKGBUILD	2017-02-08 21:08:37 UTC (rev 211298)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Florian Schweikert <kelvan at ist-total.org>
+
+pkgname=python-pyotherside
+_pyname=pyotherside
+pkgver=1.5.0
+pkgrel=3
+pkgdesc='Asynchronous Python 3 Bindings for Qt5'
+arch=('i686' 'x86_64')
+url='https://thp.io/2011/pyotherside'
+license=('ISC')
+depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
+source=("https://thp.io/2011/${_pyname}/${_pyname}-${pkgver}.tar.gz")
+sha256sums=('762105610f3ed1d75d90313219e0f8ee5b2672bb893f03ccba9d64082a0bd388')
+
+build() {
+	cd "${_pyname}-${pkgver}/"
+
+	qmake-qt5
+	make
+}
+
+package() {
+	cd "${_pyname}-${pkgver}/"
+
+	make INSTALL_ROOT="${pkgdir}/" install
+}


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



More information about the arch-commits mailing list