From b2d33ea1e14980b508c802f58ae73ae0d3790c02 Mon Sep 17 00:00:00 2001 From: lara Date: Wed, 10 Jan 2024 17:53:29 +0100 Subject: [PATCH] remove SCode-1.85.1-cli-alpine-x64.eb VSCode-1.85.1-cli.eb --- .../v/VSCode/VSCode-1.85.1-cli-alpine-x64.eb | 32 ------------------- .../easyconfigs/v/VSCode/VSCode-1.85.1-cli.eb | 30 ----------------- 2 files changed, 62 deletions(-) delete mode 100644 easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli-alpine-x64.eb delete mode 100644 easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli.eb diff --git a/easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli-alpine-x64.eb b/easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli-alpine-x64.eb deleted file mode 100644 index a60ef2004f8..00000000000 --- a/easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli-alpine-x64.eb +++ /dev/null @@ -1,32 +0,0 @@ -easyblock = 'Tarball' - -name = 'VSCode' -version = '1.85.1' -versionsuffix = '-cli-alpine-x64' - -homepage = 'https://code.visualstudio.com/' -description = ''' - Visual Studio Code is a lightweight but powerful source code editor - which runs on your desktop and is available for Windows, macOS and - Linux. It comes with built-in support for JavaScript, TypeScript and - Node.js and has a rich ecosystem of extensions for other languages - and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin - your journey with VS Code with these introductory videos. -''' - -toolchain = {'name': 'system', 'version': 'system'} - -source_urls = ['https://update.code.visualstudio.com/%(version)s/cli-alpine-x64/stable#'] -sources = ['vscode_cli_alpine_x64_cli.tar.gz'] -checksums = ['cc469ba0461141fc3a58f589262c6e7d2bfa43044dd267267e794e8d89b831d1'] - -modextrapaths = {'PATH': ''} - -sanity_check_paths = { - 'files': ['code'], - 'dirs': [] -} - -sanity_check_commands = ["code --help"] - -moduleclass = 'devel' diff --git a/easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli.eb b/easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli.eb deleted file mode 100644 index 937cc735ab6..00000000000 --- a/easybuild/easyconfigs/v/VSCode/VSCode-1.85.1-cli.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'Tarball' - -name = 'VSCode' -version = '1.85.1' -versionsuffix = '-cli' - -homepage = 'https://code.visualstudio.com/' -description = ''' - Visual Studio Code is a lightweight but powerful source code editor - which runs on your desktop and is available for Windows, macOS and - Linux. It comes with built-in support for JavaScript, TypeScript and - Node.js and has a rich ecosystem of extensions for other languages - and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin - your journey with VS Code with these introductory videos. -''' - -toolchain = {'name': 'system', 'version': 'system'} - -source_urls = ['https://update.code.visualstudio.com/%(version)s/cli-alpine-x64/stable#'] -sources = ['vscode_cli_alpine_x64_cli.tar.gz'] -checksums = ['cc469ba0461141fc3a58f589262c6e7d2bfa43044dd267267e794e8d89b831d1'] - -sanity_check_paths = { - 'files': ['code'], - 'dirs': [] -} - -modextrapaths = {'PATH': ''} - -moduleclass = 'devel'