Date: Monday, May 15, 2023 @ 16:43:19
Author: foxboron
Revision: 1461850
archrelease: copy trunk to community-any
Added:
python-rope/repos/community-any/PKGBUILD
(from rev 1461849, python-rope/trunk/PKGBUILD)
Deleted:
python-rope/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-15 16:43:12 UTC (rev 1461849)
+++ PKGBUILD 2023-05-15 16:43:19 UTC (rev 1461850)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Thomas Dziedzic <[email protected]>
-# Contributor: Nicolás de la torre <[email protected]>
-# Contributor: Ryan Coyner <[email protected]>
-# Contributor: Jens Maucher <[email protected]>
-
-pkgname=python-rope
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-depends=('python-pytoolconfig')
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz")
-sha256sums=('ba39581d0f8dee4ae8b5b5e82e35d03cebad965ccb127b7eaab9755cdc85e85a')
-
-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 1461849,
python-rope/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-15 16:43:19 UTC (rev 1461850)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Thomas Dziedzic <[email protected]>
+# Contributor: Nicolás de la torre <[email protected]>
+# Contributor: Ryan Coyner <[email protected]>
+# Contributor: Jens Maucher <[email protected]>
+
+pkgname=python-rope
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+depends=('python-pytoolconfig')
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz")
+sha256sums=('3de1d1f1cf2412540c6a150067fe25298175e7c2b72455b6ca8395f61678da82')
+
+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: