Skip to content

Commit

Permalink
Merge pull request easybuilders#20876 from lexming/20240620163758_new…
Browse files Browse the repository at this point in the history
…_pr_jupyter-vscode-proxy06

{tools}[GCCcore/12.3.0,system/system] jupyter-vscode-proxy v0.6, code-server v4.90.2
  • Loading branch information
branfosj authored Jun 20, 2024
2 parents 30cb02f + dd4f39a commit cce1c8f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
20 changes: 20 additions & 0 deletions easybuild/easyconfigs/c/code-server/code-server-4.90.2.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = 'code-server'
version = '4.90.2'

homepage = 'https://github.com/coder/code-server'
description = """Run VS Code on any machine anywhere and access it in the browser."""

toolchain = SYSTEM

source_urls = ['https://github.com/coder/code-server/releases/download/v%(version)s/']
sources = ['code-server-%(version)s-linux-%(mapped_arch)s.tar.gz']
checksums = [
{
'code-server-%(version)s-linux-amd64.tar.gz':
'c66b57759e41c66c28577eaefa4cce106f7b5ad5fb3ab394baea5eaa5b604cce',
'code-server-%(version)s-linux-arm64.tar.gz':
'12e51e3575069c438aa4dee93bddfc221e7850192a7745b84fc77b420cedf205',
}
]

moduleclass = 'tools'
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
easyblock = "PythonBundle"

name = 'jupyter-vscode-proxy'
version = '0.6'

homepage = 'https://github.com/betatim/vscode-binder'
description = "VS Code extension for Jupyter"

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

builddependencies = [
('binutils', '2.40'),
]

dependencies = [
('Python', '3.11.3'),
('jupyter-server-proxy', '4.0.0'),
('code-server', '4.90.2', '', SYSTEM),
]

use_pip = True

exts_list = [
('jupyter_vscode_proxy', version, {
'sources': ['%(name)s-%(version)s-py3-none-any.whl'],
'checksums': ['c72037d1234f0cd489ecb0ab40ec8b150fc9cd7006b4d9c7036200e76689da78'],
}),
]

sanity_pip_check = True

moduleclass = 'tools'

0 comments on commit cce1c8f

Please sign in to comment.