mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
new file: p/Pint/Pint-0.11-Py-3.6.eb
This commit is contained in:
parent
68df322be9
commit
4a74310a61
20
p/Pint/Pint-0.11-Py-3.6.eb
Normal file
20
p/Pint/Pint-0.11-Py-3.6.eb
Normal file
@ -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'
|
Loading…
x
Reference in New Issue
Block a user