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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 25 08:59:01 UTC 2017


    Date: Friday, August 25, 2017 @ 08:59:00
  Author: arodseth
Revision: 253344

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-25 08:58:49 UTC (rev 253343)
+++ PKGBUILD	2017-08-25 08:59:00 UTC (rev 253344)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
-# 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.10.5
-pkgrel=1
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://pypi.python.org/pypi/rope'
-license=('GPL')
-depends=('python')
-source=("https://pypi.python.org/packages/45/24/7029adb735026f3471f42469d5d8d8307257c86da79f7e24785dae86b40a/rope-$pkgver.tar.gz")
-md5sums=('21882fd7c04c29d09f75995d8a088be7')
-
-build() {
-  cd "rope-$pkgver"
-
-  python setup.py build
-}
-
-package() {
-  cd "rope-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 253343, python-rope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-25 08:59:00 UTC (rev 253344)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
+# 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.10.7
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://pypi.python.org/pypi/rope'
+license=('GPL')
+depends=('python')
+source=("https://pypi.python.org/packages/7e/fc/702c0293b57edd4d70146e36f9413c40339a701a43c8fa6918fb9d834913/rope-0.10.7.tar.gz")
+md5sums=('eb1bbeb7e366fe82c222ee39144ebafa')
+
+build() {
+  cd "rope-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "rope-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list