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

Felix Yan felixonmars at archlinux.org
Mon Feb 24 21:18:36 UTC 2020


    Date: Monday, February 24, 2020 @ 21:18:36
  Author: felixonmars
Revision: 376167

upgpkg: python-astroid 2.3.3-2: fix version check errors (FS#65611)

Modified:
  python-astroid/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 20:50:20 UTC (rev 376166)
+++ PKGBUILD	2020-02-24 21:18:36 UTC (rev 376167)
@@ -3,12 +3,12 @@
 
 pkgname=python-astroid
 pkgver=2.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
 url="https://github.com/PyCQA/astroid"
 license=('LGPL')
-depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt' 'python-typed-ast')
+depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
 makedepends=('python-setuptools')
 checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose' 'python-pytest-runner')
 replaces=('python-logilab-astng')
@@ -18,7 +18,7 @@
 
 prepare() {
   cd astroid-astroid-$pkgver
-  sed -i 's/six~=1.12/six/' astroid/__pkginfo__.py
+  sed -i -e 's/six~=[0-9.*]*/six/' -e 's/wrapt==[0-9.*]*/wrapt/' astroid/__pkginfo__.py
 }
 
 build() {



More information about the arch-commits mailing list