From 8852ebe64a0c3291889594f810df6685f1f5ea71 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Jul 2024 14:42:10 +0200 Subject: [PATCH 1/3] pelican/sh --- spcd.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spcd.sh b/spcd.sh index 66492db..458b709 100644 --- a/spcd.sh +++ b/spcd.sh @@ -626,6 +626,17 @@ spcd_install_packages() { # plantuml spcd_step "Install PlantUML" spcd_install_package "plantuml" + # python pelican + spcd_step "Install Python Pelican" + case "${SPCD_OS_ID}" in + "${SPCD_OS_ARCH}" | "${SPCD_OS_DEBIAN}" | "${SPCD_OS_UBUNTU}") + spcd_install_package "pelican" + ;; + "${SPCD_OS_FEDORA}") + spcd_install_package "python3-pelican" + ;; + *) ;; + esac # python sphinx spcd_step "Install Python Sphinx" case "${SPCD_OS_ID}" in From af7b66015967abeb452e63dba5cd70bd5baf196e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Jul 2024 16:50:32 +0200 Subject: [PATCH 2/3] pelican/readme --- readme.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index e25eb8e..fc62143 100644 --- a/readme.md +++ b/readme.md @@ -61,22 +61,22 @@ from various contexts of CA, CI and OCI / OS. ## Packages -| os | s | u | python | grviz | plantuml | shch | spx | shfm | ruf | -|:----------------|---|---|:------------|:------|:----------|:-----|:----|:-----|:----| -| Arch 20240101 | ☑ | ☑ | 3.12 | 12.0 | 1.2023.13 | 0.10 | 7.4 | 3.8 | 0.5 | -| Fedora 40 | ☑ | ☑ | 3.12 → 3.13 | 9.0 | 1.2024.6 | 0.9 | 7.2 | 3.7 | 0.4 | -| Alpine 3.20 | ☑ | ☐ | 3.12 | 9.0 | 1.2024.4 | 0.10 | 7.2 | 3.8 | 0.4 | -| Ubuntu Noble | ☐ | ☐ | 3.12 | u2.42 | u1.2020.2 | u0.9 | 7.2 | u3.8 | | -| Debian Bookworm | ☐ | ☐ | 3.11 | 2.42 | 1.2020.2 | 0.9 | 5.3 | 3.6 | | -| Alma / Rocky 9 | ☑ | ☑ | 3.9 → 3.12 | 2.44 | e1.2024.6 | e0.8 | | | | +| os | s | u | python | grviz | plantuml | shch | spx | shfm | plc | ruf | +|:----------------|---|---|:------------|:------|:----------|:-----|:----|:-----|:----|:----| +| Arch 20240101 | ☑ | ☑ | 3.12 | 12.0 | 1.2023.13 | 0.10 | 7.4 | 3.8 | 4.9 | 0.5 | +| Fedora 40 | ☑ | ☑ | 3.12 → 3.13 | 9.0 | 1.2024.6 | 0.9 | 7.2 | 3.7 | 4.8 | 0.4 | +| Alpine 3.20 | ☑ | ☐ | 3.12 | 9.0 | 1.2024.4 | 0.10 | 7.2 | 3.8 | | 0.4 | +| Ubuntu Noble | ☐ | ☐ | 3.12 | u2.42 | u1.2020.2 | u0.9 | 7.2 | u3.8 | 4.9 | | +| Debian Bookworm | ☐ | ☐ | 3.11 | 2.42 | 1.2020.2 | 0.9 | 5.3 | 3.6 | 4.8 | | +| Alma / Rocky 9 | ☑ | ☑ | 3.9 → 3.12 | 2.44 | e1.2024.6 | e0.8 | | | | | -| os | s | u | python | grviz | plantuml | shch | spx | shfm | ruf | -|:----------------|---|---|:------------|:------|:----------|:-----|:----|:-----|:----| -| Fedora 39 | ☑ | ☑ | 3.12 → 3.13 | 8.1 | 1.2024.6 | 0.9 | 6.2 | 3.5 | 0.4 | -| Alpine 3.19 | ☑ | ☐ | 3.11 | 9.0 | 1.2023.12 | 0.9 | 6.2 | 3.7 | | -| Ubuntu Jammy | ☐ | ☐ | 3.10 | u2.42 | u1.2020.2 | u0.8 | 4.3 | u3.4 | | -| Debian Bullseye | ☐ | ☐ | 3.9 | 2.42 | 1.2020.2 | 0.7 | 3.4 | | | -| Alma / Rocky 8 | ☑ | ☑ | 3.6 → 3.12 | 2.40 | e1.2024.6 | e0.6 | | | | +| os | s | u | python | grviz | plantuml | shch | spx | shfm | plc | ruf | +|:----------------|---|---|:------------|:------|:----------|:-----|:----|:-----|:----|:----| +| Fedora 39 | ☑ | ☑ | 3.12 → 3.13 | 8.1 | 1.2024.6 | 0.9 | 6.2 | 3.5 | 4.8 | 0.4 | +| Alpine 3.19 | ☑ | ☐ | 3.11 | 9.0 | 1.2023.12 | 0.9 | 6.2 | 3.7 | | | +| Ubuntu Jammy | ☐ | ☐ | 3.10 | u2.42 | u1.2020.2 | u0.8 | 4.3 | u3.4 | 4.7 | | +| Debian Bullseye | ☐ | ☐ | 3.9 | 2.42 | 1.2020.2 | 0.7 | 3.4 | | 4.0 | | +| Alma / Rocky 8 | ☑ | ☑ | 3.6 → 3.12 | 2.40 | e1.2024.6 | e0.6 | | | | | ## Tasks From 1edefa532538c5f5e3efaa8914f5675cc7db2626 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Jul 2024 16:59:27 +0200 Subject: [PATCH 3/3] readme/names --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fc62143..6a0a809 100644 --- a/readme.md +++ b/readme.md @@ -61,7 +61,7 @@ from various contexts of CA, CI and OCI / OS. ## Packages -| os | s | u | python | grviz | plantuml | shch | spx | shfm | plc | ruf | +| os | https | updt-ca | py | graphviz | plantuml | shchk | sphinx | shfmt | pelican | ruff | |:----------------|---|---|:------------|:------|:----------|:-----|:----|:-----|:----|:----| | Arch 20240101 | ☑ | ☑ | 3.12 | 12.0 | 1.2023.13 | 0.10 | 7.4 | 3.8 | 4.9 | 0.5 | | Fedora 40 | ☑ | ☑ | 3.12 → 3.13 | 9.0 | 1.2024.6 | 0.9 | 7.2 | 3.7 | 4.8 | 0.4 | @@ -70,7 +70,7 @@ from various contexts of CA, CI and OCI / OS. | Debian Bookworm | ☐ | ☐ | 3.11 | 2.42 | 1.2020.2 | 0.9 | 5.3 | 3.6 | 4.8 | | | Alma / Rocky 9 | ☑ | ☑ | 3.9 → 3.12 | 2.44 | e1.2024.6 | e0.8 | | | | | -| os | s | u | python | grviz | plantuml | shch | spx | shfm | plc | ruf | +| os | https | updt-ca | py | graphviz | plantuml | shchk | sphinx | shfmt | pelican | ruff | |:----------------|---|---|:------------|:------|:----------|:-----|:----|:-----|:----|:----| | Fedora 39 | ☑ | ☑ | 3.12 → 3.13 | 8.1 | 1.2024.6 | 0.9 | 6.2 | 3.5 | 4.8 | 0.4 | | Alpine 3.19 | ☑ | ☐ | 3.11 | 9.0 | 1.2023.12 | 0.9 | 6.2 | 3.7 | | |