# -*- 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-xdg-base-dirs version 6.0.1 revision 0 supported_archs noarch platforms {darwin any} license ISC maintainers {@catap korins.ky:kirill} {@RhetTbull gmail.com:rturnbull} openmaintainer description Variables defined by the XDG Base Directory Specification long_description {*}${description} homepage https://github.com/srstevenson/xdg-base-dirs distname [string map {- _} ${python.rootname}]-${version} checksums rmd160 0c8b0a2e1e5e35371d35db18de1dc1104ce605b6 \ sha256 b4c8f4ba72d1286018b25eea374ec6fbf4fddda3d4137edf50de95de53e195a6 \ size 4318 python.versions 38 39 310 311 312 python.pep517 yes python.pep517_backend poetry if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md LICENSE \ ${destroot}${docdir} } }