cruxports/python3-agate-excel/Pkgfile

19 lines
635 B
Plaintext
Raw Normal View History

2022-02-18 22:40:09 +00: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 11:51:12 +00:00
# Depends on: python3-agate python3-olefile python3-openpyxl python3-xlrd
2022-02-18 22:40:09 +00:00
name=python3-agate-excel
2023-11-25 00:58:58 +00:00
version=0.4.1
2022-02-18 22:40:09 +00:00
release=1
source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
2023-11-25 00:58:58 +00:00
cd ${name##python3-}-$version
2022-02-18 22:40:09 +00:00
2023-11-25 00:58:58 +00:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/pip3 install --isolate --root=$PKG \
--no-deps --ignore-installed dist/*.whl
2022-02-18 22:40:09 +00:00
}