# -*- 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 PortGroup github 1.0 github.setup dulwich dulwich 0.19.11 dulwich- name py-dulwich categories-append devel maintainers {lbschenkel @lbschenkel} openmaintainer platforms darwin license GPL-2+ description Pure-Python Git Library long_description Simple Pure-Python implementation of the Git file \ formats and protocols. Dulwich is the place where \ Mr. and Mrs. Git live in one of the Monty Python sketches. homepage https://www.dulwich.io checksums rmd160 41daf28eb8f7e3147a80453b271eceb2274ec273 \ sha256 9088a0e8bb6bef55e67571d6b75eb683f02e9760ed210bf5dffb6d5c86170b59 \ size 358843 python.versions 27 if {${name} ne ${subport}} { conflicts py${python.version}-dulwich-devel if {[string match "*-devel" $subport]} { conflicts py${python.version}-dulwich } else { livecheck.type none } patchfiles patch-archflags.diff \ patch-strnlen-lion.diff build.target-append build_ext build.args-append --inplace } else { livecheck.type regex livecheck.regex dulwich-(\[0-9.\]+)${extract.suffix} }