[arch-commits] Commit in python-xlwt/repos/community-any (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Jun 28 19:25:23 UTC 2016


    Date: Tuesday, June 28, 2016 @ 19:25:22
  Author: aginiewicz
Revision: 181549

archrelease: copy trunk to community-any

Added:
  python-xlwt/repos/community-any/PKGBUILD
    (from rev 181548, python-xlwt/trunk/PKGBUILD)
Deleted:
  python-xlwt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 19:25:15 UTC (rev 181548)
+++ PKGBUILD	2016-06-28 19:25:22 UTC (rev 181549)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Aaron DeVore <aaron.devore at gmail.com>
-# Contributor: David Moore <davidm at sjsoft.com>
-
-pkgbase=python-xlwt
-pkgname=('python2-xlwt' 'python-xlwt')
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files"
-arch=('any')
-url="http://www.python-excel.org/"
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz")
-md5sums=('27608701f6951fb8ef1162832721f4b2')
-
-build() {
-  cd "$srcdir"
-  cp -a xlwt-${pkgver} xlwt-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/xlwt-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/xlwt-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlwt() {
-  depends=('python2')
-
-  cd "$srcdir"/xlwt-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/licenses.rst "$pkgdir/usr/share/licenses/$pkgname/licences.rst"
-}
-
-package_python-xlwt() {
-  depends=('python')
-
-  cd "$srcdir"/xlwt-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/licenses.rst "$pkgdir/usr/share/licenses/$pkgname/licences.rst"
-}
-

Copied: python-xlwt/repos/community-any/PKGBUILD (from rev 181548, python-xlwt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-28 19:25:22 UTC (rev 181549)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Aaron DeVore <aaron.devore at gmail.com>
+# Contributor: David Moore <davidm at sjsoft.com>
+
+pkgbase=python-xlwt
+pkgname=('python2-xlwt' 'python-xlwt')
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files"
+arch=('any')
+url="http://www.python-excel.org/"
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz")
+md5sums=('7533c37c5908200627b754c135241b75')
+
+build() {
+  cd "$srcdir"
+  cp -a xlwt-${pkgver} xlwt-py2-${pkgver}
+
+  msg "Building Python2"
+  cd "$srcdir"/xlwt-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/xlwt-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlwt() {
+  depends=('python2')
+
+  cd "$srcdir"/xlwt-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/licenses.rst "$pkgdir/usr/share/licenses/$pkgname/licences.rst"
+}
+
+package_python-xlwt() {
+  depends=('python')
+
+  cd "$srcdir"/xlwt-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/licenses.rst "$pkgdir/usr/share/licenses/$pkgname/licences.rst"
+}
+



More information about the arch-commits mailing list