[arch-commits] Commit in python-rope/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Dec 22 13:45:57 UTC 2019
Date: Sunday, December 22, 2019 @ 13:45:56
Author: foxboron
Revision: 538840
archrelease: copy trunk to community-any
Added:
python-rope/repos/community-any/PKGBUILD
(from rev 538839, python-rope/trunk/PKGBUILD)
Deleted:
python-rope/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 +++++++++++++++++++++++--------------------------------------
1 file changed, 29 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-22 13:45:48 UTC (rev 538839)
+++ PKGBUILD 2019-12-22 13:45:56 UTC (rev 538840)
@@ -1,45 +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>
-
-pkgbase=python-rope
-pkgname=(python-rope python2-rope)
-pkgver=0.14.0
-pkgrel=3
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz")
-sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
-
-prepare() {
- cp -a rope-$pkgver{,-py2}
-}
-
-build(){
- cd "$srcdir/rope-$pkgver"
- python setup.py build
-
- cd "$srcdir/rope-$pkgver-py2"
- python2 setup.py build
-}
-
-package_python2-rope() {
- depends=("python2")
- cd "rope-$pkgver-py2"
- python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-rope() {
- depends=("python")
- 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-any/PKGBUILD (from rev 538839, python-rope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-22 13:45:56 UTC (rev 538840)
@@ -0,0 +1,29 @@
+# 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.14.0
+pkgrel=4
+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=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
+
+build(){
+ cd "rope-$pkgver"
+ python setup.py build
+}
+
+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