mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
27 lines
475 B
Plaintext
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'
|