Files
2026-03-15 20:59:30 -04:00

34 lines
1.1 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-sphinxcontrib-devhelp
version 2.0.0
revision 0
categories-append textproc devel
platforms {darwin any}
supported_archs noarch
license BSD
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
description sphinx extension which outputs Devhelp document
long_description sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
homepage https://sphinx-doc.org/
distname sphinxcontrib_devhelp-${version}
checksums rmd160 9e3dba37a45265a4c64743f1d2f4506138655fbd \
sha256 411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad \
size 12967
python.versions 310 311 312 313 314
python.pep517_backend flit
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-docutils
}