Skip to content
Permalink
Browse files

py-sphinxcontrib-serializinghtml: new port

  • Loading branch information
MarcusCalhoun-Lopez committed Apr 13, 2019
1 parent a7629fa commit 90a9af5e6c0e84d022fdc1ea1c8ba5beb1a58bab
Showing with 34 additions and 0 deletions.
  1. +34 −0 python/py-sphinxcontrib-serializinghtml/Portfile
@@ -0,0 +1,34 @@
# -*- 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.3
categories-append textproc devel
platforms darwin
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 62ad36be05e2dbccc0a0c1493fd7fd5bec5461b4 \
sha256 c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227 \
size 15799

python.versions 37

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_run-append \
port:py${python.version}-sphinx
livecheck.type none
} else {
livecheck.type pypi
}

0 comments on commit 90a9af5

Please sign in to comment.
You can’t perform that action at this time.