mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
29 lines
584 B
Plaintext
29 lines
584 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'heappeac'
|
|
version = '20200914'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
local_commit = 'c12d5449b971e532893639f407a047aa2b2eedb6'
|
|
|
|
homepage = 'doplnit'
|
|
description = 'doplnit'
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ["https://code.it4i.cz/cim0009/%s/-/archive/%s" % (name, local_commit)]
|
|
sources = ['%s-%s.tar.gz' % (name, local_commit)]
|
|
|
|
dependencies = [
|
|
('Python', '3.6.1'),
|
|
]
|
|
|
|
use_pip = False
|
|
|
|
sanity_check_paths = {
|
|
'dirs': [],
|
|
'files': ['lib/python3.6/site-packages/heappeac-0.1-py3.6.egg'],
|
|
}
|
|
|
|
moduleclass = 'python'
|