Files

34 lines
1011 B
Tcl
Raw Permalink Normal View History

# -*- 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
2019-04-07 11:16:18 -04:00
PortGroup deprecated 1.0
name py-setupdocs
version 1.0.5
categories-append devel
license BSD
platforms darwin
maintainers nomaintainer
supported_archs noarch
2010-12-12 01:13:03 +00:00
description setuptools plugin that automates building of docs from ReST source
long_description SetupDocs is a ${description}.
2017-12-30 00:50:13 -08:00
homepage https://pypi.python.org/pypi/SetupDocs/
2019-04-07 11:16:18 -04:00
master_sites macports_distfiles
distname SetupDocs-${version}
checksums sha1 135bc4a22b885016e3638e7cd7633eab85f8742f \
rmd160 d9c2dc651ab1dbb7c231bdd5ee2819818b008be0
2019-04-07 11:16:18 -04:00
deprecated.upstream_support no
livecheck.type none
2015-01-02 20:45:07 +00:00
python.versions 27
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
}