You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
1.0 KiB
Tcl
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
|
|
}
|