Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add easyconfig Kaleido-0.4.2-GCCcore-13.2.0.eb #22512

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

julianmorillo
Copy link
Contributor

Need version 0.4.2 as there is no .whl file available for RISC-V in version 0.2.1

Copy link

github-actions bot commented Mar 10, 2025

Updated software Kaleido-0.4.2-GCCcore-13.2.0.eb

Diff against Kaleido-0.2.1-GCCcore-13.3.0.eb

easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-13.3.0.eb b/easybuild/easyconfigs/k/Kaleido/Kaleido-0.4.2-GCCcore-13.2.0.eb
index 7413eeebb7..bbc9f4ce5a 100644
--- a/easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/k/Kaleido/Kaleido-0.4.2-GCCcore-13.2.0.eb
@@ -1,25 +1,37 @@
 easyblock = 'PythonPackage'
 
 name = 'Kaleido'
-version = '0.2.1'
+version = '0.4.2'
 
 homepage = 'https://github.com/plotly/Kaleido'
 description = "Fast static image export for web-based visualization libraries with zero dependencies"
 
-toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
-sources = ['%(namelower)s-%(version)s-py2.py3-none-manylinux1_%(arch)s.whl']
-checksums = ['aa21cf1bf1c78f8fa50a9f7d45e1003c387bd3d6fe0a767cfbbf344b95bdc3a8']
+sources = ['kaleido-%(version)s-py3-none-any.whl']
+checksums = ['cc0ecb6f8c7e33fa1a49b3f15f182b80d9c5401cabde75e272239ce540fe5d82']
 
 builddependencies = [
-    ('binutils', '2.42'),
-]
-dependencies = [
-    ('Python', '3.12.3'),
+    ('binutils', '2.40'),
 ]
 
+dependencies = [('Python', '3.11.5')]
+
 download_dep_fail = True
-sanity_pip_check = True
 use_pip = True
+sanity_pip_check = True
+
+exts_list = [
+    ('async-timeout', '5.0.1', {
+        'source_urls': ['https://files.pythonhosted.org/packages/fe/ba/e2081de779ca30d473f21f5b30e0e737c438205440784c7dfc81efc2b029/'],
+        'sources': ['async_timeout-5.0.1-py3-none-any.whl'],
+        'checksums': ['39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c'],
+    }),
+    ('choreographer', '1.0.5', {
+        'source_urls': ['https://files.pythonhosted.org/packages/a6/ad/e457c1fe3f6bf16b5a85b725c6db609a93fd22dbf0223edbbb142a0a589e/'],
+        'sources': ['choreographer-1.0.5-py3-none-any.whl'],
+        'checksums': ['803f23ce154ff810fa360004d567c255f17ee9826ef0edf44df74353350a3e84'],
+    }),
+]
 
 moduleclass = 'vis'
Diff against Kaleido-0.2.1-GCCcore-12.3.0.eb

easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-12.3.0.eb b/easybuild/easyconfigs/k/Kaleido/Kaleido-0.4.2-GCCcore-13.2.0.eb
index 231466bb16..bbc9f4ce5a 100644
--- a/easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/k/Kaleido/Kaleido-0.4.2-GCCcore-13.2.0.eb
@@ -1,32 +1,37 @@
-easyblock = 'PythonBundle'
+easyblock = 'PythonPackage'
 
 name = 'Kaleido'
-version = '0.2.1'
+version = '0.4.2'
 
 homepage = 'https://github.com/plotly/Kaleido'
 description = "Fast static image export for web-based visualization libraries with zero dependencies"
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+
+sources = ['kaleido-%(version)s-py3-none-any.whl']
+checksums = ['cc0ecb6f8c7e33fa1a49b3f15f182b80d9c5401cabde75e272239ce540fe5d82']
 
 builddependencies = [
     ('binutils', '2.40'),
 ]
 
-dependencies = [('Python', '3.11.3')]
+dependencies = [('Python', '3.11.5')]
 
-if ARCH == 'x86_64':
-    local_source_tmpl = '%(namelower)s-%(version)s-py2.py3-none-manylinux1_%(arch)s.whl'
-elif ARCH == 'aarch64':
-    local_source_tmpl = '%(namelower)s-%(version)s-py2.py3-none-manylinux2014_%(arch)s.whl'
+download_dep_fail = True
+use_pip = True
+sanity_pip_check = True
 
 exts_list = [
-    (name, version, {
-        'source_tmpl': local_source_tmpl,
-        'checksums': ['aa21cf1bf1c78f8fa50a9f7d45e1003c387bd3d6fe0a767cfbbf344b95bdc3a8'],
+    ('async-timeout', '5.0.1', {
+        'source_urls': ['https://files.pythonhosted.org/packages/fe/ba/e2081de779ca30d473f21f5b30e0e737c438205440784c7dfc81efc2b029/'],
+        'sources': ['async_timeout-5.0.1-py3-none-any.whl'],
+        'checksums': ['39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c'],
+    }),
+    ('choreographer', '1.0.5', {
+        'source_urls': ['https://files.pythonhosted.org/packages/a6/ad/e457c1fe3f6bf16b5a85b725c6db609a93fd22dbf0223edbbb142a0a589e/'],
+        'sources': ['choreographer-1.0.5-py3-none-any.whl'],
+        'checksums': ['803f23ce154ff810fa360004d567c255f17ee9826ef0edf44df74353350a3e84'],
     }),
 ]
 
-use_pip = True
-sanity_pip_check = True
-
 moduleclass = 'vis'
Diff against Kaleido-0.2.1-GCCcore-13.2.0.eb

easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-13.2.0.eb b/easybuild/easyconfigs/k/Kaleido/Kaleido-0.4.2-GCCcore-13.2.0.eb
index 3332d0fc7f..bbc9f4ce5a 100644
--- a/easybuild/easyconfigs/k/Kaleido/Kaleido-0.2.1-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/k/Kaleido/Kaleido-0.4.2-GCCcore-13.2.0.eb
@@ -1,15 +1,15 @@
 easyblock = 'PythonPackage'
 
 name = 'Kaleido'
-version = '0.2.1'
+version = '0.4.2'
 
 homepage = 'https://github.com/plotly/Kaleido'
 description = "Fast static image export for web-based visualization libraries with zero dependencies"
 
 toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
-sources = ['kaleido-%(version)s-py2.py3-none-manylinux1_%(arch)s.whl']
-checksums = ['aa21cf1bf1c78f8fa50a9f7d45e1003c387bd3d6fe0a767cfbbf344b95bdc3a8']
+sources = ['kaleido-%(version)s-py3-none-any.whl']
+checksums = ['cc0ecb6f8c7e33fa1a49b3f15f182b80d9c5401cabde75e272239ce540fe5d82']
 
 builddependencies = [
     ('binutils', '2.40'),
@@ -21,4 +21,17 @@ download_dep_fail = True
 use_pip = True
 sanity_pip_check = True
 
+exts_list = [
+    ('async-timeout', '5.0.1', {
+        'source_urls': ['https://files.pythonhosted.org/packages/fe/ba/e2081de779ca30d473f21f5b30e0e737c438205440784c7dfc81efc2b029/'],
+        'sources': ['async_timeout-5.0.1-py3-none-any.whl'],
+        'checksums': ['39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c'],
+    }),
+    ('choreographer', '1.0.5', {
+        'source_urls': ['https://files.pythonhosted.org/packages/a6/ad/e457c1fe3f6bf16b5a85b725c6db609a93fd22dbf0223edbbb142a0a589e/'],
+        'sources': ['choreographer-1.0.5-py3-none-any.whl'],
+        'checksums': ['803f23ce154ff810fa360004d567c255f17ee9826ef0edf44df74353350a3e84'],
+    }),
+]
+
 moduleclass = 'vis'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant