Skip to content

Commit

Permalink
Change to PythonBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Balazs Hajgato committed Nov 6, 2018
1 parent 5e6233b commit 04616b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
easyblock = 'Bundle'
easyblock = 'PythonBundle'

name = 'deepdiff'
version = '3.3.0'
Expand All @@ -11,11 +11,7 @@ toolchain = {'name': 'intel', 'version': '2018b'}

dependencies = [('Python', '2.7.15')]

exts_defaultclass = 'PythonPackage'
exts_default_options = {
'download_dep_fail': True,
'use_pip': True,
}
use_pip = True

exts_list = [
('jsonpickle', '1.0', {
Expand All @@ -33,6 +29,4 @@ sanity_check_paths = {
'dirs': ['lib/python%(pyshortver)s/site-packages']
}

modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']}

moduleclass = 'tools'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
easyblock = 'Bundle'
easyblock = 'PythonBundle'

name = 'pytest'
version = '3.8.2'
Expand All @@ -11,11 +11,7 @@ toolchain = {'name': 'intel', 'version': '2018b'}

dependencies = [('Python', '2.7.15')]

exts_defaultclass = 'PythonPackage'
exts_default_options = {
'download_dep_fail': True,
'use_pip': True,
}
use_pip = True

exts_list = [
('py', '1.7.0', {
Expand Down Expand Up @@ -59,6 +55,4 @@ sanity_check_paths = {
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']}

moduleclass = 'tools'

0 comments on commit 04616b2

Please sign in to comment.