You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1011 B
Tcl
34 lines
1011 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 deprecated 1.0
|
|
|
|
name py-setupdocs
|
|
version 1.0.5
|
|
categories-append devel
|
|
license BSD
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description setuptools plugin that automates building of docs from ReST source
|
|
|
|
long_description SetupDocs is a ${description}.
|
|
|
|
homepage https://pypi.python.org/pypi/SetupDocs/
|
|
master_sites macports_distfiles
|
|
distname SetupDocs-${version}
|
|
|
|
checksums sha1 135bc4a22b885016e3638e7cd7633eab85f8742f \
|
|
rmd160 d9c2dc651ab1dbb7c231bdd5ee2819818b008be0
|
|
|
|
deprecated.upstream_support no
|
|
livecheck.type none
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build port:py${python.version}-setuptools
|
|
}
|