From 4a74310a617ffb0300354cbcf0cff4a2fe633b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 3 Mar 2020 10:59:22 +0100 Subject: [PATCH] new file: p/Pint/Pint-0.11-Py-3.6.eb --- p/Pint/Pint-0.11-Py-3.6.eb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 p/Pint/Pint-0.11-Py-3.6.eb diff --git a/p/Pint/Pint-0.11-Py-3.6.eb b/p/Pint/Pint-0.11-Py-3.6.eb new file mode 100644 index 00000000..baa957c9 --- /dev/null +++ b/p/Pint/Pint-0.11-Py-3.6.eb @@ -0,0 +1,20 @@ +# 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.6'} + +source_urls = [PYPI_SOURCE] +sources = [SOURCE_TAR_GZ] + +sanity_check_paths = { + 'dirs': [], + 'files': ['lib/python3.6/site-packages/%(name)s-0.0.0-py3.6.egg'], +} + +moduleclass = 'python'