mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
50c1d0e764
commit
574fbf3aa4
2 changed files with 20 additions and 0 deletions
18
srcpkgs/python3-openpyxl/template
Normal file
18
srcpkgs/python3-openpyxl/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-openpyxl'
|
||||||
|
pkgname=python3-openpyxl
|
||||||
|
version=3.0.10
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-et-xmlfile"
|
||||||
|
checkdepends="python3-pytest python3-lxml python3-Pillow $depends"
|
||||||
|
short_desc="Python library to read/write Excel 2007 xlsx/xlsm files"
|
||||||
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://openpyxl.readthedocs.io/"
|
||||||
|
distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
|
||||||
|
checksum=265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENCE.rst
|
||||||
|
}
|
2
srcpkgs/python3-openpyxl/update
Normal file
2
srcpkgs/python3-openpyxl/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://foss.heptapod.net/openpyxl/openpyxl/-/tags
|
||||||
|
pkgname="${pkgname#python3-}"
|
Loading…
Add table
Reference in a new issue