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
931 B
Tcl
30 lines
931 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 3.0.1
|
|
github.tarball_from archive
|
|
name py-sphinx-issues
|
|
revision 0
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description A Sphinx plugin linking to your project's issue tracker.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 c8e67dc4073ccdc4d1d06b7668db58a1a865768b \
|
|
sha256 787a627fd9a89b8a5f83b795c7d879f4d09fcc0014994b00202b160e2a3dd4f0 \
|
|
size 12320
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-sphinx
|
|
}
|