[arch-commits] Commit in python-pyotherside/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Sep 30 19:30:57 UTC 2019


    Date: Monday, September 30, 2019 @ 19:30:57
  Author: eworm
Revision: 512280

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-30 19:30:47 UTC (rev 512279)
+++ PKGBUILD	2019-09-30 19:30:57 UTC (rev 512280)
@@ -1,29 +0,0 @@
-# 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"
-}

Copied: python-pyotherside/repos/community-x86_64/PKGBUILD (from rev 512279, python-pyotherside/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-30 19:30:57 UTC (rev 512280)
@@ -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=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=('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