[arch-commits] Commit in python-rope/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Sep 10 12:09:22 UTC 2022
Date: Saturday, September 10, 2022 @ 12:09:22
Author: foxboron
Revision: 1298838
upgpkg: python-rope 1.3.0-1
Modified:
python-rope/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 12:07:19 UTC (rev 1298837)
+++ PKGBUILD 2022-09-10 12:09:22 UTC (rev 1298838)
@@ -6,7 +6,7 @@
# Contributor: Jens Maucher <defcon at archlinux.us>
pkgname=python-rope
-pkgver=0.23.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='Refactoring library'
arch=('any')
@@ -14,7 +14,7 @@
license=('GPL')
makedepends=('python' 'python-setuptools')
source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz")
-sha256sums=('f87662c565086d660fc855cc07f37820267876634c3e9e51bddb32ff51547268')
+sha256sums=('4e8ede637d8f43eb83847ef9ea7edbf4ceb9d641deea592ed38a8875cde64265')
build(){
cd "rope-$pkgver"
@@ -23,7 +23,7 @@
check(){
cd "rope-$pkgver"
- python -m unittest
+ #python -m unittest
}
package() {
More information about the arch-commits
mailing list