Files

31 lines
999 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-typogrify
version 2.1.0
revision 0
supported_archs noarch
platforms {darwin any}
license BSD
maintainers {judaew @judaew} openmaintainer
description Filters to enhance web typography, including support for \
Django & Jinja templates
long_description {*}${description}
homepage https://github.com/justinmayer/typogrify
checksums rmd160 64d4bea99e59527249b685ded637c26412620b1d \
sha256 f0aa004e98032a6e6be4c9da65e7eb7150e36ca3bf508adbcda82b4d003e61ee \
size 28622
python.versions 310 311 312 313 314
python.pep517_backend hatch
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-smartypants
}