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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:05:25 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:05:25
  Author: foutrelis
Revision: 752232

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 17:05:21 UTC (rev 752231)
+++ PKGBUILD	2020-11-12 17:05:25 UTC (rev 752232)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Maintainer: Morten Linderud <foxboron 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.18.0
-pkgrel=2
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz")
-sha256sums=('a8938e7e5fa60fc567d854762e3d0309bd355186d4ff3e5d39811e8df2f6a7ac')
-
-build(){
-  cd "rope-$pkgver"
-  python setup.py build
-}
-
-check(){
-  cd "rope-$pkgver"
-  python -m unittest
-}
-
-package() {
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-staging-any/PKGBUILD (from rev 752231, python-rope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 17:05:25 UTC (rev 752232)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Morten Linderud <foxboron 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.18.0
+pkgrel=3
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz")
+sha256sums=('a8938e7e5fa60fc567d854762e3d0309bd355186d4ff3e5d39811e8df2f6a7ac')
+
+build(){
+  cd "rope-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "rope-$pkgver"
+  python -m unittest
+}
+
+package() {
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list