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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 08:14:39 UTC 2014


    Date: Friday, July 4, 2014 @ 10:14:38
  Author: fyan
Revision: 114828

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-04 08:13:47 UTC (rev 114827)
+++ PKGBUILD	2014-07-04 08:14:38 UTC (rev 114828)
@@ -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.9.4
-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=('2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba')
-
-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 114827, python2-rope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-04 08:14:38 UTC (rev 114828)
@@ -0,0 +1,31 @@
+# $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.9.4
+pkgrel=2
+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=('2dc0342604851d8fbdafa198172eab5da7ed422759016669056181e21c54a6ba')
+
+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:




More information about the arch-commits mailing list