# -*- 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-hatch-fancy-pypi-readme version 24.1.0 revision 0 categories-append devel license MIT supported_archs noarch platforms {darwin any} python.versions 37 38 39 310 311 312 python.pep517_backend hatch maintainers nomaintainer description a Hatch metadata plugin for projects' PyPI landing page long_description {*}${description} homepage https://github.com/hynek/hatch-fancy-pypi-readme distname hatch_fancy_pypi_readme-${version} checksums rmd160 fc3f0fc0216a5470a127f77940fba23a3b29dfb6 \ sha256 44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8 \ size 28683 if {${name} ne ${subport}} { if {${python.version} < 311} { depends_lib-append port:py${python.version}-tomli } if {${python.version} < 38} { depends_lib-append port:py${python.version}-typing_extensions } }