summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 168dcd10c55c73a96584e4a11771b3075f91dc92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Automatically generated by pip2arch on 2021-11-04

pkgname=python-xlutils
pkgver=2.0.0
pkgrel=1
pkgdesc="Utilities for working with Excel files that require both xlrd and xlwt"
url="http://www.python-excel.org"
depends=('python' 'python-xlrd' 'python-xlwt')
makedepends=('python-setuptools')
optdepends=('python-errorhandler: needed for ErrorFilter support')
license=('MIT')
arch=('any')
source=('https://files.pythonhosted.org/packages/93/fe/af6d73e4bc7b0ce359d34bebb2e8d4d129763acfecd66a3a7efc587e54c9/xlutils-2.0.0.tar.gz')
md5sums=('7a6a339ddaacabce244341582ee61353')

build() {
    cd $srcdir/xlutils-2.0.0
    python setup.py build
}

package() {
    cd $srcdir/xlutils-2.0.0
    python setup.py install --root="$pkgdir" --optimize=1 
}