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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 16:58:24 UTC 2020


    Date: Thursday, November 12, 2020 @ 16:58:24
  Author: felixonmars
Revision: 752133

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 752131, python-pyotherside/trunk/PKGBUILD)

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

Copied: python-pyotherside/repos/community-staging-x86_64/PKGBUILD (from rev 752131, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-12 16:58:24 UTC (rev 752133)
@@ -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.8
+pkgrel=3
+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=('7e4ba2b601eb2d67618e0355cc249ed7d2555940af24f84bb4cbf31eb7df7808')
+
+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