easyconfigs-it4i/h/heappeac/heappeac-20200914-Python-3.6.1.eb
2020-09-14 14:11:26 +02:00

27 lines
475 B
Plaintext

# IT4Innovations 2020
easyblock = "PythonPackage"
name = 'heappeac'
version = '20200914'
homepage = 'doplnit'
description = 'doplnit'
toolchain = {SYSTEM}
source_urls = ["https://code.it4i.cz/cim0009/heappeac/-/archive"]
sources = ["terheappeac-master.tar.gz"]
#dependencies = [
# ('MarkupSafe', '1.0'),
#]
use_pip = False
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
}
moduleclass = 'python'