mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: p/pluggy/pluggy-0.6.0-Py-3.6.eb new file: p/pytest/pytest-3.3.2-Py-3.6.eb modified: s/scipy/scipy-1.0.0-Py-3.6.eb
28 lines
507 B
Plaintext
28 lines
507 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'pytest'
|
|
version = '3.3.2'
|
|
|
|
homepage = 'http://pytest.org'
|
|
description = 'Simple powerful testing with Python'
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('six', '1.11.0'),
|
|
('pluggy', '0.6.0'),
|
|
('attrs', '17.4.0'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
|
|
}
|
|
|
|
moduleclass = 'python'
|