easyconfigs-it4i/r/ruamel.yaml/ruamel.yaml-0.15.35-Py-3.6.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

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'