# -*- 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.13 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 62b7f11dfe92903abc8c100940cef8bc1744add1 \ sha256 6a7226945f6fd68bec423de7eb70b044d409fb441dd949121ea5aa991de4186f \ size 363005 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} }