[arch-commits] Commit in python-pyotherside/repos (4 files)

Christian Hesse eworm at archlinux.org
Wed Feb 8 21:09:36 UTC 2017


    Date: Wednesday, February 8, 2017 @ 21:09:35
  Author: eworm
Revision: 211299

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pyotherside/repos/community-i686/
  python-pyotherside/repos/community-i686/PKGBUILD
    (from rev 211298, python-pyotherside/trunk/PKGBUILD)
  python-pyotherside/repos/community-x86_64/
  python-pyotherside/repos/community-x86_64/PKGBUILD
    (from rev 211298, python-pyotherside/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: python-pyotherside/repos/community-i686/PKGBUILD (from rev 211298, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-08 21:09:35 UTC (rev 211299)
@@ -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
+}

Copied: python-pyotherside/repos/community-x86_64/PKGBUILD (from rev 211298, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-08 21:09:35 UTC (rev 211299)
@@ -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
+}



More information about the arch-commits mailing list