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

Andrzej Giniewicz aginiewicz at archlinux.org
Wed Dec 3 11:19:24 UTC 2014


    Date: Wednesday, December 3, 2014 @ 12:19:23
  Author: aginiewicz
Revision: 123385

upgpkg: python-xlsxwriter 0.6.4-2

fix conflict between python and python2 versions of xlsxwriter

Modified:
  python-xlsxwriter/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-03 11:09:27 UTC (rev 123384)
+++ PKGBUILD	2014-12-03 11:19:23 UTC (rev 123385)
@@ -4,7 +4,7 @@
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
 url="https://github.com/jmcnamara/XlsxWriter"
@@ -36,6 +36,8 @@
   python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
 
   install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
 }
 
 package_python-xlsxwriter() {



More information about the arch-commits mailing list