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

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Mon Jun 9 10:25:49 UTC 2014


    Date: Monday, June 9, 2014 @ 12:25:49
  Author: aginiewicz
Revision: 112876

upgpkg: python-openpyxl1 1.8.6-1

Release python-openpyxl1

Modified:
  python-openpyxl1/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-09 10:23:23 UTC (rev 112875)
+++ PKGBUILD	2014-06-09 10:25:49 UTC (rev 112876)
@@ -6,7 +6,7 @@
 pkgbase=python-openpyxl1
 pkgname=('python2-openpyxl1' 'python-openpyxl1')
 pkgver=1.8.6
-pkgrel=0
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files, 1.x branch"
 arch=('any')
 url="http://openpyxl.readthedocs.org/en/1.8.6"
@@ -33,6 +33,8 @@
 package_python2-openpyxl1() {
   depends=('python2')
   optdepends=('python2-pillow: needed to include images')
+  provides=('python2-openpyxl')
+  conflicts=('python2-openpyxl')
 
   cd "$srcdir"/openpyxl-py2-${pkgver}
 
@@ -46,6 +48,8 @@
 package_python-openpyxl1() {
   depends=('python')
   optdepends=('python-pillow: needed to include images')
+  provides=('python-openpyxl')
+  conflicts=('python-openpyxl')
 
   cd "$srcdir"/openpyxl-${pkgver}
 




More information about the arch-commits mailing list