[arch-commits] Commit in python-pyotherside/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu May 30 19:27:16 UTC 2019
Date: Thursday, May 30, 2019 @ 19:27:15
Author: eworm
Revision: 475113
archrelease: copy trunk to community-x86_64
Added:
python-pyotherside/repos/community-x86_64/PKGBUILD
(from rev 475112, python-pyotherside/trunk/PKGBUILD)
Deleted:
python-pyotherside/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-30 19:27:13 UTC (rev 475112)
+++ PKGBUILD 2019-05-30 19:27:15 UTC (rev 475113)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Florian Schweikert <kelvan at ist-total.org>
-
-pkgname=python-pyotherside
-_pyname=pyotherside
-pkgver=1.5.3
-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=('00049d5f42cac448368bc2a521edb8de36bb6d2a624e195b7f1004236758b805')
-
-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 475112, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-30 19:27:15 UTC (rev 475113)
@@ -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.4
+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=('5f218778fc60377cee44b0edf6deaa6dd6aa84a109ebbb5b13d52cec31696b80')
+
+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