[arch-commits] Commit in python-rope/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 05:07:49 UTC 2020
Date: Tuesday, November 10, 2020 @ 05:07:49
Author: felixonmars
Revision: 749310
archrelease: copy trunk to community-staging-any
Added:
python-rope/repos/community-staging-any/
python-rope/repos/community-staging-any/PKGBUILD
(from rev 749308, python-rope/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: python-rope/repos/community-staging-any/PKGBUILD (from rev 749308, python-rope/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-10 05:07:49 UTC (rev 749310)
@@ -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=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:
More information about the arch-commits
mailing list