Skip to content

Commit

Permalink
adding easyconfigs: python-docx-1.1.0-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Sep 10, 2024
1 parent 4d701be commit 0f720f7
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
easyblock = 'PythonPackage'

name = 'python-docx'
version = '1.1.0'

homepage = 'https://python-docx.readthedocs.io/en/latest/'
description = 'python-docx is a Python library for creating and updating Microsoft Word (.docx) files'

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

source_urls = [PYPI_LOWER_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['5829b722141cf1ab79aedf0c34d9fe9924b29764584c0f2164eb2b02dcdf17c9']

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

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

use_pip = True
sanity_pip_check = True
download_dep_fail = True

options = {'modulename': 'docx'}

moduleclass = 'tools'

0 comments on commit 0f720f7

Please sign in to comment.