You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20b1b97749
- enable tests
32 lines
955 B
Tcl
32 lines
955 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
|
|
|
|
name py-rich_rst
|
|
version 1.3.2
|
|
revision 0
|
|
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
|
|
description reStructuredText renderer for rich
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/wasi-master/rich-rst
|
|
|
|
checksums rmd160 7b62683992fb76cf5c35a6f68acf142d1611f46d \
|
|
sha256 a1196fdddf1e364b02ec68a05e8ff8f6914fee10fbca2e6b6735f166bb0da8d4 \
|
|
size 14936
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append port:py${python.version}-docutils \
|
|
port:py${python.version}-rich
|
|
|
|
test.run yes
|
|
}
|