xeus-sqlite: update to 0.10.0; add python314 variant

This commit is contained in:
Marius Schamschula
2026-03-11 18:19:15 -05:00
parent 20e7071a64
commit 5e56a9823f
+14 -11
View File
@@ -4,9 +4,10 @@ PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0
github.setup jupyter-xeus xeus-sqlite 0.9.1
github.setup jupyter-xeus xeus-sqlite 0.10.0
github.tarball_from archive
revision 0
categories databases
license BSD
maintainers {mps @Schamschula} openmaintainer
@@ -14,24 +15,26 @@ description xeus-sqlite is a Jupyter kernel for SQL based on the nat
implementation of the Jupyter protocol xeus.
long_description {*}${description}
checksums rmd160 7d1f2c74a5153c5ca0e4ddfc5561db79bdca219a \
sha256 ed936068a3b90d5687fbb1b2fde26787a4f3e1d9f3277b5fda2d5a08cb2c1ce0 \
size 375064
checksums rmd160 70f5b640b2e541cc52e2e4e9dba3feade559c09d \
sha256 3e6287900697bb9afc2e0877a71db0cd7b9a71f27793f77eb2a2316adc855080 \
size 375197
compiler.cxx_standard 2017
depends_build-append path:bin/pkg-config:pkgconfig
variant python310 conflicts python311 python312 python313 description {Use Python 3.10} {}
variant python311 conflicts python310 python312 python313 description {Use Python 3.11} {}
variant python312 conflicts python310 python311 python313 description {Use Python 3.12} {}
variant python313 conflicts python310 python311 python312 description {Use Python 3.13} {}
variant python310 conflicts python311 python312 python313 python314 description {Use Python 3.10} {}
variant python311 conflicts python310 python312 python313 python314 description {Use Python 3.11} {}
variant python312 conflicts python310 python311 python313 python314 description {Use Python 3.12} {}
variant python313 conflicts python310 python311 python312 python314 description {Use Python 3.13} {}
variant python314 conflicts python310 python311 python312 python313 description {Use Python 3.14} {}
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
default_variants +python313
if {![variant_isset python310] && ![variant_isset python311] \
&& ![variant_isset python312] && ![variant_isset python312]} {
default_variants +python313
}
foreach pv {313 312 311 310} {
foreach pv {314 313 312 311 310} {
if {[variant_isset python${pv}]} {
set python.version ${pv}
break