Files
macports-ports/python/py-readme_renderer/Portfile
T
2025-04-27 21:29:15 -04:00

32 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
name py-readme_renderer
version 44.0
revision 0
supported_archs noarch
platforms {darwin any}
license Apache-2
maintainers {aronnax @lpsinger} openmaintainer
description Safely render long_description/README files in Warehouse
long_description {*}${description}
homepage https://github.com/pypa/readme_renderer
checksums rmd160 7f419f3a913dfb7d634afd70599bbacbcae44995 \
sha256 8712034eabbfa6805cacf1402b4eeb2a73028f72d1166d6f5cb7f9c047c5d1e1 \
size 32056
python.versions 39 310 311 312 313
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-bleach \
port:py${python.version}-docutils \
port:py${python.version}-pygments
}