Files
macports-ports/python/py-setupdocs/Portfile
T
2019-04-10 08:09:03 -04:00

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
}