[arch-commits] Commit in python-rope/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Oct 7 20:32:38 UTC 2020
Date: Wednesday, October 7, 2020 @ 20:32:37
Author: foxboron
Revision: 720964
upgpkg: python-rope 0.18.0-1
Modified:
python-rope/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-07 20:31:15 UTC (rev 720963)
+++ PKGBUILD 2020-10-07 20:32:37 UTC (rev 720964)
@@ -6,7 +6,7 @@
# Contributor: Jens Maucher <defcon at archlinux.us>
pkgname=python-rope
-pkgver=0.17.0
+pkgver=0.18.0
pkgrel=1
pkgdesc='Refactoring library'
arch=('any')
@@ -13,16 +13,9 @@
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"
- "ast.patch::https://github.com/python-rope/rope/commit/c6574094b9b087c0ff2aa11506f42b667c913e2b.patch")
-sha256sums=('43a0150a431639ac63a5b4e0520a31eda6d7d0c9d41345f21316a848d6b8e738'
- '09dcdc5704ea88920778917a7f188205adb5106de8693afea3c256f4901a84cc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz")
+sha256sums=('a8938e7e5fa60fc567d854762e3d0309bd355186d4ff3e5d39811e8df2f6a7ac')
-prepare() {
- cd "rope-$pkgver"
- patch -Np1 < "../ast.patch"
-}
-
build(){
cd "rope-$pkgver"
python setup.py build
More information about the arch-commits
mailing list