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

Christian Hesse eworm at gemini.archlinux.org
Fri Jul 23 13:39:26 UTC 2021


    Date: Friday, July 23, 2021 @ 13:39:26
  Author: eworm
Revision: 984498

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: python-pyotherside/repos/community-testing-x86_64/PKGBUILD (from rev 984497, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-07-23 13:39:26 UTC (rev 984498)
@@ -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=1
+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