[arch-commits] Commit in python-rope/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed Feb 26 19:59:17 UTC 2020


    Date: Wednesday, February 26, 2020 @ 19:59:16
  Author: foxboron
Revision: 583127

upgpkg: python-rope 0.16.0-2

Modified:
  python-rope/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 19:55:20 UTC (rev 583126)
+++ PKGBUILD	2020-02-26 19:59:16 UTC (rev 583127)
@@ -7,15 +7,22 @@
 
 pkgname=python-rope
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Refactoring library'
 arch=('any')
 url='https://github.com/python-rope/rope'
 license=('GPL')
 makedepends=('python' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz")
-sha256sums=('262be6917c72c190dbe0730af0de756fbc04ee6b70d35e27e60caf275e876c51')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz"
+        "ast.patch::https://github.com/python-rope/rope/commit/c6574094b9b087c0ff2aa11506f42b667c913e2b.patch")
+sha256sums=('262be6917c72c190dbe0730af0de756fbc04ee6b70d35e27e60caf275e876c51'
+            '09dcdc5704ea88920778917a7f188205adb5106de8693afea3c256f4901a84cc')
 
+prepare() {
+  cd "rope-$pkgver"
+  patch -Np1 < "../ast.patch"
+}
+
 build(){
   cd "rope-$pkgver"
   python setup.py build



More information about the arch-commits mailing list