cruxports/python3-agate-excel/Pkgfile

20 lines
590 B
Plaintext
Raw Normal View History

2022-02-18 17:40:09 -05:00
# Description: hooks for working with Excel files in python3-agate
# URL: https://github.com/wireservice/agate-excel/
# Maintainer: John McQuah, jmcquah at disroot dot org
2022-04-26 07:51:12 -04:00
# Depends on: python3-agate python3-olefile python3-openpyxl python3-xlrd
2022-02-18 17:40:09 -05:00
name=python3-agate-excel
version=0.2.5
release=1
source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
cd ${name##python3-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --skip-build \
--optimize=1 --prefix=/usr --root=$PKG
}