mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 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-sphinxcontrib-jquery
|
|
version 4.1
|
|
revision 0
|
|
license BSD
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description sphinxcontrib-jquery ensures that jQuery is always installed for \
|
|
use in Sphinx themes or extensions.
|
|
long_description {*}${description}
|
|
homepage https://github.com/sphinx-contrib/jquery/
|
|
|
|
checksums rmd160 b78862dae2d662010712168630a0d293d5204a2d \
|
|
sha256 1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a \
|
|
size 122331
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
python.pep517_backend \
|
|
flit
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-sphinx
|
|
}
|