From 71706ca7def5d93efcec02cfc72bf7bce3f414d9 Mon Sep 17 00:00:00 2001 From: Ananteris Date: Sun, 18 Dec 2022 16:23:20 +0000 Subject: [PATCH] New package: python3-openpyxl-3.0.10 --- srcpkgs/python3-openpyxl/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-openpyxl/template diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template new file mode 100644 index 000000000000..57ef412f9cfd --- /dev/null +++ b/srcpkgs/python3-openpyxl/template @@ -0,0 +1,19 @@ +# Template file for 'python3-openpyxl' +pkgname=python3-openpyxl +version=3.0.10 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools_scm" +depends="python3 python3-setuptools python3-lxml python3-Pillow python3-pandas python3-pytest tox" +short_desc="Python library for reading and writing Excel files" +maintainer="Ananteris " +license=MIT +homepage="https://openpyxl.readthedocs.io/" +distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz" +checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449 +# Tests not supported +make_check=no + +post_install() { + vlicense LICENCE.rst +}