easyconfigs-it4i/p/palettable/palettable-3.1.0-Py-3.6.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

25 lines
481 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'palettable'
version = '3.1.0'
homepage = 'https://pypi.python.org/pypi/palettable'
description = 'Color palettes for Python.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
# dependencies = [
# ('MarkupSafe', '1.0'),
#]
sanity_check_paths = {
'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
'dirs': [],
}
moduleclass = 'python'