mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00
28 lines
663 B
Plaintext
28 lines
663 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'ruamel.yaml'
|
|
version = '0.15.35'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/ruamel.yaml'
|
|
description = 'ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order'
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = ['%(name)s-%(version)s-cp36-cp36m-manylinux1_x86_64.whl']
|
|
|
|
# dependencies = [
|
|
# ('MarkupSafe', '1.0'),
|
|
#]
|
|
|
|
use_pip = True
|
|
unpack_sources = False
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s.dist-info'],
|
|
}
|
|
|
|
moduleclass = 'python'
|