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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 23:46:18 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:46:18
  Author: foutrelis
Revision: 1063325

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: python-pyotherside/repos/community-staging-x86_64/PKGBUILD (from rev 1063323, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-12-02 23:46:18 UTC (rev 1063325)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Florian Schweikert <kelvan at ist-total.org>
+
+pkgname=python-pyotherside
+_pyname=pyotherside
+pkgver=1.5.9
+pkgrel=2
+pkgdesc='Asynchronous Python 3 Bindings for Qt5'
+arch=('x86_64')
+url='https://thp.io/2011/pyotherside'
+license=('ISC')
+depends=('python' 'qt5-base' 'qt5-declarative' 'qt5-svg')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thp/${_pyname}/archive/${pkgver}.tar.gz")
+sha256sums=('189cb0b973e40fcb6b95fd51b0bcd6cc8494b514d49ffe966ec488cf05bbf51e')
+
+build() {
+	cd "${_pyname}-${pkgver}/"
+
+	qmake-qt5
+	make
+}
+
+package() {
+	cd "${_pyname}-${pkgver}/"
+
+	make INSTALL_ROOT="${pkgdir}/" install
+
+	rm -r "${pkgdir}/usr/tests"
+}



More information about the arch-commits mailing list