[arch-commits] Commit in python-rope/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Sep 10 12:09:28 UTC 2022
Date: Saturday, September 10, 2022 @ 12:09:28
Author: foxboron
Revision: 1298839
archrelease: copy trunk to community-any
Added:
python-rope/repos/community-any/PKGBUILD
(from rev 1298838, python-rope/trunk/PKGBUILD)
Deleted:
python-rope/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 12:09:22 UTC (rev 1298838)
+++ PKGBUILD 2022-09-10 12:09:28 UTC (rev 1298839)
@@ -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.23.0
-pkgrel=1
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools')
-source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz")
-sha256sums=('f87662c565086d660fc855cc07f37820267876634c3e9e51bddb32ff51547268')
-
-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-any/PKGBUILD (from rev 1298838, python-rope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-10 12:09:28 UTC (rev 1298839)
@@ -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=1.3.0
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools')
+source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz")
+sha256sums=('4e8ede637d8f43eb83847ef9ea7edbf4ceb9d641deea592ed38a8875cde64265')
+
+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