# -*- 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-whatthepatch version 1.0.5 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers {reneeotten @reneeotten} openmaintainer description A patch parsing and application library. long_description {*}${description} homepage https://github.com/cscorley/whatthepatch checksums rmd160 9c9cac4c7a7aab683f8533bb4ec56890867b2a51 \ sha256 7f374c172812581bc3763587525d14a143aac7fe4220bc4676ecce0d86cb8f08 \ size 31850 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst \ LICENSE ${destroot}${docdir} } }