Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
ac2796e8
Commit
ac2796e8
authored
May 30, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified: p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb
modified: p/psycopg2/psycopg2-2.7.4-Py-2.7.eb
parent
b42a7489
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb
p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb
+0
-1
p/psycopg2/psycopg2-2.7.4-Py-2.7.eb
p/psycopg2/psycopg2-2.7.4-Py-2.7.eb
+2
-3
No files found.
p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb
View file @
ac2796e8
...
...
@@ -2,7 +2,6 @@ easyblock = 'ConfigureMake'
name = 'PostgreSQL'
version = '9.6.9'
versionsuffix = '-Py-2.7'
homepage = 'http://www.mysql.com/'
description = """PostgreSQL is a powerful, open source object-relational database system.
...
...
p/psycopg2/psycopg2-2.7.4-Py-2.7.eb
View file @
ac2796e8
...
...
@@ -2,7 +2,6 @@ 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."
...
...
@@ -13,12 +12,12 @@ source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('PostgreSQL', '
10.4
'),
('PostgreSQL', '
9.6.9
'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib
/python%(pyshortver)s/site-packages
'],
'dirs': ['lib'],
}
moduleclass = 'lib'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment