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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Jul 28 08:51:29 UTC 2015


    Date: Tuesday, July 28, 2015 @ 10:51:29
  Author: aginiewicz
Revision: 137545

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-28 08:51:24 UTC (rev 137544)
+++ PKGBUILD	2015-07-28 08:51:29 UTC (rev 137545)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Aaron DeVore <aaron.devore at gmail.com>
-# Contributor: tocer <tocer.deng at gmail.com>
-# Contributor: Piotr Beling <qwak at stud.ics.p.lodz.pl>
-# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
-
-pkgbase=python-xlrd
-pkgname=('python2-xlrd' 'python-xlrd')
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
-arch=('any')
-url="http://www.python-excel.org/"
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz")
-md5sums=('6f3325132f246594988171bc72e1a385')
-
-build() {
-  cd "$srcdir"
-  cp -a xlrd-${pkgver} xlrd-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/xlrd-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/xlrd-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlrd() {
-  depends=('python2')
-
-  cd "$srcdir"/xlrd-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-  mv "$pkgdir/usr/bin/runxlrd"{,2}.py
-
-  install -D -m644 "xlrd/licences.py" "$pkgdir/usr/share/licenses/$pkgname/licences.py"
-}
-
-package_python-xlrd() {
-  depends=('python')
-
-  cd "$srcdir"/xlrd-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "xlrd/licences.py" "$pkgdir/usr/share/licenses/$pkgname/licences.py"
-}
-

Copied: python-xlrd/repos/community-any/PKGBUILD (from rev 137544, python-xlrd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-28 08:51:29 UTC (rev 137545)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Aaron DeVore <aaron.devore at gmail.com>
+# Contributor: tocer <tocer.deng at gmail.com>
+# Contributor: Piotr Beling <qwak at stud.ics.p.lodz.pl>
+# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
+
+pkgbase=python-xlrd
+pkgname=('python2-xlrd' 'python-xlrd')
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
+arch=('any')
+url="http://www.python-excel.org/"
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz")
+md5sums=('911839f534d29fe04525ef8cd88fe865')
+
+build() {
+  cd "$srcdir"
+  cp -a xlrd-${pkgver} xlrd-py2-${pkgver}
+
+  msg "Building Python2"
+  cd "$srcdir"/xlrd-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/xlrd-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlrd() {
+  depends=('python2')
+
+  cd "$srcdir"/xlrd-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+  mv "$pkgdir/usr/bin/runxlrd"{,2}.py
+
+  install -D -m644 "xlrd/licences.py" "$pkgdir/usr/share/licenses/$pkgname/licences.py"
+}
+
+package_python-xlrd() {
+  depends=('python')
+
+  cd "$srcdir"/xlrd-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "xlrd/licences.py" "$pkgdir/usr/share/licenses/$pkgname/licences.py"
+}
+



More information about the arch-commits mailing list