Files
Renee Otten 99bf700198 py-bcdoc: remove PY34, deprecated
- add noarch
- add size to checksums
- use default PyPI livecheck
2019-10-18 20:47:09 -04:00

36 lines
1.0 KiB
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-bcdoc
version 0.16.0
revision 0
platforms darwin
supported_archs noarch
license MIT
maintainers nomaintainer
description ReST document generation tools for botocore.
long_description ${description}
homepage https://github.com/botocore/bcdoc
master_sites pypi:b/bcdoc
distname bcdoc-${version}
checksums rmd160 c82c8aa2033ccdcc29cd75c8ae21ee2381e963ed \
sha256 f568c182e06883becf7196f227052435cffd45604700c82362ca77d3427b6202 \
size 10909
deprecated.upstream_support no
python.versions 27 35 36
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}