easyconfigs-it4i/p/Pint/Pint-0.11-Py-3.7.eb
Lukáš Krupčík cdb10c2980 new file: d/decorator/decorator-4.4.0-Py-3.7.eb
new file:   d/deepdiff/deepdiff-4.0.6-Py-3.7.eb
	new file:   n/networkx/networkx-2.3-Py-3.7.eb
	new file:   p/PSI4/PSI4-1.3.2-intel-2020a-Py-3.6.eb
	new file:   p/PSI4/PSI4-1.3.2-intel-2020a-Py-3.7.eb
	new file:   p/Pint/Pint-0.11-Py-3.7.eb
	new file:   p/pydantic/pydantic-1.4-Py-3.7.eb
	modified:   s/ShiftX2/ShiftX2-1.13.eb
	deleted:    n/networkx/networkx-2.3-Py-2.7.eb
2020-04-03 08:02:22 +02:00

21 lines
460 B
Plaintext

# IT4Innovations 2020
easyblock = "PythonPackage"
name = 'Pint'
version = '0.11'
homepage = 'https://pypi.org/project/pint'
description = 'Pint is a Python package to define, operate and manipulate physical quantities.'
toolchain = {'name': 'Py', 'version': '3.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'dirs': [],
'files': ['lib/python3.7/site-packages/%(name)s-0.0.0-py3.7.egg'],
}
moduleclass = 'python'