You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
31 lines
875 B
Tcl
31 lines
875 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup sloria sphinx-issues 1.2.0
|
|
|
|
name py-sphinx-issues
|
|
platforms darwin
|
|
license MIT
|
|
supported_archs noarch
|
|
|
|
maintainers nomaintainer
|
|
|
|
description A Sphinx plugin linking to your project's issue tracker.
|
|
# Silence lint
|
|
long_description ""
|
|
|
|
checksums rmd160 8fee25ea7e91638d5d980c3c606afe0ba934a7e1 \
|
|
sha256 cb0afbe693fc20da69ec46e3540f54dd358bdd1864459b08ab5d73e5984c6329 \
|
|
size 8057
|
|
|
|
python.versions 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-sphinx
|
|
|
|
livecheck.type none
|
|
}
|