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

Alexander Rødseth arodseth at archlinux.org
Fri Apr 7 08:37:15 UTC 2017


    Date: Friday, April 7, 2017 @ 08:37:14
  Author: arodseth
Revision: 221198

upgpkg: python-rope 0.10.5-1

Modified:
  python-rope/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 07:58:57 UTC (rev 221197)
+++ PKGBUILD	2017-04-07 08:37:14 UTC (rev 221198)
@@ -1,29 +1,29 @@
 # $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
 # Contributor: Nicolás de la torre <ndelatorre at gmail.com>
 # Contributor: Ryan Coyner <rcoyner at gmail.com>
 # Contributor: Jens Maucher <defcon at archlinux.us>
 
 pkgname=python-rope
-pkgver=0.9.4_1
-pkgrel=4
+pkgver=0.10.5
+pkgrel=1
 pkgdesc='Refactoring library'
 arch=('any')
-url='http://pypi.python.org/pypi/rope_py3k'
+url='https://pypi.python.org/pypi/rope'
 license=('GPL')
 depends=('python')
-source=("http://pypi.python.org/packages/source/r/rope_py3k/rope_py3k-${pkgver/_/-}.tar.gz")
-sha256sums=('feb95047cdb9d94e59414aefce7668920e35cba6d1e3c4d4390c2888c98207fa')
+source=("https://pypi.python.org/packages/45/24/7029adb735026f3471f42469d5d8d8307257c86da79f7e24785dae86b40a/rope-$pkgver.tar.gz")
+md5sums=('21882fd7c04c29d09f75995d8a088be7')
 
 build() {
-  cd "rope_py3k-${pkgver/_/-}"
+  cd "rope-$pkgver"
 
   python setup.py build
 }
 
 package() {
-  cd "rope_py3k-${pkgver/_/-}"
+  cd "rope-$pkgver"
 
   python setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list