Files
2025-11-04 10:11:45 -05:00

31 lines
948 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-pybtex-docutils
version 1.0.3
revision 0
platforms {darwin any}
supported_archs noarch
license MIT
maintainers nomaintainer
description A docutils backend for pybtex.
long_description ${description}
homepage https://github.com/mcmtroffaes/pybtex-docutils
checksums rmd160 0c08e8de6720850f622319d970c7a850b1074f00 \
sha256 3a7ebdf92b593e00e8c1c538aa9a20bca5d92d84231124715acc964d51d93c6b \
size 18348
python.versions 310 311 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-docutils \
port:py${python.version}-pybtex
}