# IT4Innovations 2018 easyblock = "PythonPackage" name = 'pybtex' version = '0.21' homepage = 'https://pypi.python.org/pypi/pybtex' description = 'A BibTeX-local_compatible bibliography processor in Python.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('six', '1.11.0'), ('PyYAML', '3.12'), ('latexcodec', '1.0.5'), ] sanity_check_paths = { 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], 'dirs': [], } moduleclass = 'python'