mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

modified: p/psycopg2/psycopg2-2.7.4-Py-2.7.eb Former-commit-id: ac2796e8159d73c7f41b28f832edb4964b7818a9
24 lines
440 B
Plaintext
24 lines
440 B
Plaintext
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'
|