[arch-commits] Commit in python-astroid/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 8 11:15:55 UTC 2020


    Date: Monday, June 8, 2020 @ 11:15:54
  Author: felixonmars
Revision: 388495

upgpkg: python-astroid 2.4.2-2: fix dependency version

Modified:
  python-astroid/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-08 11:07:39 UTC (rev 388494)
+++ PKGBUILD	2020-06-08 11:15:54 UTC (rev 388495)
@@ -3,7 +3,7 @@
 
 pkgname=python-astroid
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
 url="https://github.com/PyCQA/astroid"
@@ -18,7 +18,7 @@
 
 prepare() {
   cd astroid-astroid-$pkgver
-  sed -i -e 's/six~=[0-9.*]*/six/' -e 's/wrapt==[0-9.*]*/wrapt/' astroid/__pkginfo__.py
+  sed -i -e 's/six~=[0-9.*]*/six/;s/wrapt~=[0-9.*]*/wrapt/;s/lazy_object_proxy==[0-9.*]*/lazy_object_proxy/' astroid/__pkginfo__.py
 }
 
 build() {



More information about the arch-commits mailing list