You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
99bf700198
- add noarch - add size to checksums - use default PyPI livecheck
36 lines
1.0 KiB
Tcl
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
|
|
}
|