[arch-commits] Commit in python-rope/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Jan 11 13:04:49 UTC 2020
Date: Saturday, January 11, 2020 @ 13:04:49
Author: foxboron
Revision: 551905
upgpkg: python-rope 0.16.0-1
Modified:
python-rope/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-11 13:01:53 UTC (rev 551904)
+++ PKGBUILD 2020-01-11 13:04:49 UTC (rev 551905)
@@ -6,8 +6,8 @@
# Contributor: Jens Maucher <defcon at archlinux.us>
pkgname=python-rope
-pkgver=0.14.0
-pkgrel=4
+pkgver=0.16.0
+pkgrel=1
pkgdesc='Refactoring library'
arch=('any')
url='https://github.com/python-rope/rope'
@@ -14,7 +14,7 @@
license=('GPL')
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz")
-sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
+sha256sums=('262be6917c72c190dbe0730af0de756fbc04ee6b70d35e27e60caf275e876c51')
build(){
cd "rope-$pkgver"
@@ -21,6 +21,11 @@
python setup.py build
}
+check(){
+ cd "rope-$pkgver"
+ python -m unittest
+}
+
package() {
cd "rope-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
More information about the arch-commits
mailing list