mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
Merge branch 'it4i-anselm'
Former-commit-id: 243e40830725ed2fb0c729c0f078f24d28d103c3
This commit is contained in:
commit
114442f41f
@ -2,7 +2,6 @@ easyblock = 'ConfigureMake'
|
|||||||
|
|
||||||
name = 'PostgreSQL'
|
name = 'PostgreSQL'
|
||||||
version = '9.6.9'
|
version = '9.6.9'
|
||||||
versionsuffix = '-Py-2.7'
|
|
||||||
|
|
||||||
homepage = 'http://www.mysql.com/'
|
homepage = 'http://www.mysql.com/'
|
||||||
description = """PostgreSQL is a powerful, open source object-relational database system.
|
description = """PostgreSQL is a powerful, open source object-relational database system.
|
||||||
|
@ -2,7 +2,6 @@ easyblock = 'PythonPackage'
|
|||||||
|
|
||||||
name = 'psycopg2'
|
name = 'psycopg2'
|
||||||
version = '2.7.4'
|
version = '2.7.4'
|
||||||
versionsuffix = '-Py-2.7'
|
|
||||||
|
|
||||||
homepage = 'http://initd.org/psycopg/'
|
homepage = 'http://initd.org/psycopg/'
|
||||||
description = "Psycopg is the most popular PostgreSQL adapter for the Python programming language."
|
description = "Psycopg is the most popular PostgreSQL adapter for the Python programming language."
|
||||||
@ -13,12 +12,12 @@ source_urls = [PYPI_SOURCE]
|
|||||||
sources = [SOURCE_TAR_GZ]
|
sources = [SOURCE_TAR_GZ]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('PostgreSQL', '10.4'),
|
('PostgreSQL', '9.6.9'),
|
||||||
]
|
]
|
||||||
|
|
||||||
sanity_check_paths = {
|
sanity_check_paths = {
|
||||||
'files': [],
|
'files': [],
|
||||||
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
'dirs': ['lib'],
|
||||||
}
|
}
|
||||||
|
|
||||||
moduleclass = 'lib'
|
moduleclass = 'lib'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user