easyconfigs-it4i/p/Pint/Pint-0.20.1-GCCcore-11.3.0.eb
easybuild 4fbadeb08a new file: a/ANSYS/ANSYS-2023R1-intel-2022a.eb
new file:   b/Boost/Boost-1.79.0-intel-compilers-2022.1.0.eb
	new file:   c/CheMPS2/CheMPS2-1.8.12-intel-2022a.eb
	new file:   g/gau2grid/gau2grid-2.0.7-intel-2022a-lmax-5-psi4.eb
	new file:   m/mctc-lib/mctc-lib-0.3.1-GCC-11.2.0.eb
	new file:   m/msgpack/msgpack-1.0.5-GCCcore-11.3.0.eb
	new file:   p/Pint/Pint-0.20.1-GCCcore-11.3.0.eb
	new file:   p/pydantic/pydantic-1.10.6-GCCcore-11.3.0.eb
	new file:   q/qcengine/qcengine-0.24.1-foss-2021b.eb
	new file:   q/qcengine/qcengine-0.24.1-psi4.patch
	new file:   q/qcengine/qcengine-0.26.0-foss-2021b.eb
	new file:   q/qcengine/qcengine-0.26.0-psi4.patch
	new file:   s/simple-dftd3/simple-dftd3-0.7.0-foss-2021b.eb
	deleted:    c/CheMPS2/CheMPS2-1.8.9-intel-2021a.eb
2023-03-13 17:11:24 +01:00

31 lines
727 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = 'PythonPackage'
name = 'Pint'
version = '0.20.1'
homepage = 'https://github.com/hgrecco/pint'
description = """Pint is a Python package to define, operate and
manipulate physical quantities: the product of a numerical value and a
unit of measurement. It allows arithmetic operations between them and
conversions from and to different units."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
sources = [SOURCE_TAR_GZ]
checksums = ['387cf04078dc7dfe4a708033baad54ab61d82ab06c4ee3d4922b1e45d5626067']
builddependencies = [('binutils', '2.38')]
dependencies = [
('Python', '3.10.4'),
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
moduleclass = 'numlib'