mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
268178ca33
18
p/Py/Py-3.8-opr0019.eb
Normal file
18
p/Py/Py-3.8-opr0019.eb
Normal file
@ -0,0 +1,18 @@
|
||||
# IT4Innovations 2021
|
||||
|
||||
easyblock = "Toolchain"
|
||||
|
||||
name = 'Py'
|
||||
version = '3.8'
|
||||
|
||||
homepage = 'https://www.python.org'
|
||||
description = """Python 3.8 toolchain"""
|
||||
|
||||
toolchain = SYSTEM
|
||||
|
||||
dependencies = [
|
||||
('Python', '3.8.2', '', ('GCCcore', '9.3.0')),
|
||||
('GCC', '9.3.0'),
|
||||
]
|
||||
|
||||
moduleclass = 'toolchain'
|
21
p/pyparsing/pyparsing-2.2.0-Py-3.8.eb
Normal file
21
p/pyparsing/pyparsing-2.2.0-Py-3.8.eb
Normal file
@ -0,0 +1,21 @@
|
||||
#IT4Innovations 2020
|
||||
|
||||
easyblock = "PythonPackage"
|
||||
name = 'pyparsing'
|
||||
version = '2.2.0'
|
||||
|
||||
homepage = 'http://pyparsing.wikispaces.com'
|
||||
description = """The pyparsing module provides a library of classes
|
||||
that client code uses to construct the grammar directly in Python code."""
|
||||
|
||||
toolchain = {'name': 'Py', 'version': '3.8'}
|
||||
|
||||
source_urls = [PYPI_SOURCE]
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['lib/python3.8/site-packages/%(name)s-%(version)s-py3.8.egg'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'python'
|
Loading…
x
Reference in New Issue
Block a user