mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb new file: p/psycopg2/psycopg2-2.7.4-Py-2.7.eb modified: s/SpatiaLite/SpatiaLite-4.3.0a-GCC-6.3.0-2.27.eb Former-commit-id: a1c22cce1337bed2d33ea8c213371b4cf8982524
25 lines
500 B
Plaintext
25 lines
500 B
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'psycopg2'
|
|
version = '2.7.4'
|
|
versionsuffix = '-Py-2.7'
|
|
|
|
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', '10.4'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|