You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1011 B
Tcl
30 lines
1011 B
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-applehelp
|
|
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 Apple help books
|
|
long_description sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
|
|
|
|
homepage https://sphinx-doc.org/
|
|
|
|
distname sphinxcontrib_applehelp-${version}
|
|
|
|
checksums rmd160 44702e7ba718c8f04f7dc8fda2e8d92b2f2f1a6a \
|
|
sha256 2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1 \
|
|
size 20053
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend flit
|
|
|