easyconfigs-it4i/p/psycopg2/psycopg2-2.7.4-Py-2.7.eb
Lukáš Krupčík 4caef0ca83 modified: g/GDAL/GDAL-2.1.0-GCC-6.3.0-2.27.eb
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
2018-05-30 09:10:06 +02:00

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'