You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 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-serializinghtml
|
|
version 1.1.4
|
|
revision 0
|
|
categories-append textproc devel
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
|
|
description sphinx extension which outputs "serialized" HTML files (json and pickle)
|
|
long_description sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).
|
|
|
|
homepage http://sphinx-doc.org/
|
|
master_sites pypi:s/sphinxcontrib-serializinghtml
|
|
distname sphinxcontrib-serializinghtml-${version}
|
|
|
|
checksums rmd160 dd488b8c61eb1af8c4badba5c7082c990318d29d \
|
|
sha256 eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc \
|
|
size 18647
|
|
|
|
python.versions 35 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
livecheck.type none
|
|
}
|