Skip to content

Commit

Permalink
Merge pull request #19499 from boegel/20240104213222_new_pr_XlsxWrite…
Browse files Browse the repository at this point in the history
…r319

{tools}[GCCcore/13.2.0] XlsxWriter v3.1.9
  • Loading branch information
akesandgren authored Jan 5, 2024
2 parents 198af2f + 6cb05dc commit e8c43bb
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'PythonPackage'

name = 'XlsxWriter'
version = '3.1.9'

homepage = 'https://xlsxwriter.readthedocs.io/'
description = "A Python module for creating Excel XLSX files"

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

sources = [SOURCE_TAR_GZ]
checksums = ['de810bf328c6a4550f4ffd6b0b34972aeb7ffcf40f3d285a0413734f9b63a929']

builddependencies = [
('binutils', '2.40'),
]

dependencies = [
('Python', '3.11.5'),
]

download_dep_fail = True
use_pip = True

sanity_check_paths = {
'files': ['bin/vba_extract.py'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

sanity_check_commands = ['vba_extract.py --help']

sanity_pip_check = True

moduleclass = 'tools'

0 comments on commit e8c43bb

Please sign in to comment.