easyblock = 'PythonPackage' name = 'psycopg2' version = '2.7.4' homepage = 'http://initd.org/psycopg/' description = "Psycopg is the most popular PostgreSQL adapter for the Python programming language." toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('PostgreSQL', '9.6.9'), ] sanity_check_paths = { 'files': [], 'dirs': ['lib'], } moduleclass = 'lib'