Files
i0ntempest 82d39ea44b py-sphinxnotes-strike: update to 2.0
add python 3.14
2026-01-26 22:09:58 +08:00

34 lines
1.0 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-sphinxnotes-strike
version 2.0
revision 0
supported_archs noarch
platforms {darwin any}
license BSD
maintainers nomaintainer
description Sphinx extension for strikethrough text support
long_description {*}${description}
homepage https://sphinx-notes.github.io/strike
checksums sha256 e661e5e166564b0848a70af44d654907468944397a558f890aafa99fa22de262 \
rmd160 85d45448ac02e580f81cac9334c516f4ccfe87ab \
size 30797
python.rootname sphinxnotes_strike
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
depends_run-append \
port:py${python.version}-sphinx
}