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

Eli Schwartz eschwartz at archlinux.org
Mon Jul 2 22:32:59 UTC 2018


    Date: Monday, July 2, 2018 @ 22:32:59
  Author: eschwartz
Revision: 350286

upgpkg: python-parso 0.3.0-2

python 3.7 rebuild

Modified:
  python-parso/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-02 22:16:58 UTC (rev 350285)
+++ PKGBUILD	2018-07-02 22:32:59 UTC (rev 350286)
@@ -4,7 +4,7 @@
 pkgbase=python-parso
 pkgname=('python-parso' 'python2-parso')
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python parser that supports error recovery and round-trip parsing for different Python versions"
 arch=('any')
 url="https://github.com/davidhalter/parso"
@@ -24,7 +24,7 @@
   cd "$_pkgbase-$pkgver"
   python3 setup.py install --root="$pkgdir/" --optimize=1
 
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_python2-parso() {
@@ -32,5 +32,5 @@
   cd "$_pkgbase-$pkgver"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list