[arch-commits] Commit in python2-rope/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Nov 1 13:56:43 UTC 2015


    Date: Sunday, November 1, 2015 @ 14:56:43
  Author: arodseth
Revision: 145450

archrelease: copy trunk to community-any

Added:
  python2-rope/repos/community-any/PKGBUILD
    (from rev 145449, python2-rope/trunk/PKGBUILD)
Deleted:
  python2-rope/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-01 13:56:35 UTC (rev 145449)
+++ PKGBUILD	2015-11-01 13:56:43 UTC (rev 145450)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 64234 2012-02-11 00:28:07Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# 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=python2-rope
-pkgver=0.10.2
-pkgrel=1
-pkgdesc='Python refactoring library'
-arch=('any')
-url='http://rope.sourceforge.net/'
-license=('GPL')
-depends=('python2')
-source=("http://pypi.python.org/packages/source/r/rope/rope-$pkgver.tar.gz")
-sha256sums=('fffca108c0d6a711121ce11fed286f4ddc5791c7a6c3f079221a9303d1ddb465')
-
-build() {
-  cd "rope-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "rope-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-rope/repos/community-any/PKGBUILD (from rev 145449, python2-rope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-01 13:56:43 UTC (rev 145450)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 64234 2012-02-11 00:28:07Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# 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=python2-rope
+pkgver=0.10.3
+pkgrel=1
+pkgdesc='Python refactoring library'
+arch=('any')
+url='http://rope.sf.net/'
+license=('GPL')
+depends=('python2')
+source=("http://pypi.python.org/packages/source/r/rope/rope-$pkgver.tar.gz")
+sha256sums=('eb45bea0abcf31a1a12ff087b990060e64244b835582ebc7642e6f7ea1fd65a2')
+
+build() {
+  cd "rope-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "rope-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: pypi.python.org/pypi/rope
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list