# -*- 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-dulwich version 0.21.7 categories-append devel maintainers {danchr @danchr} openmaintainer license {GPL-2+ Apache-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 c41234c8ecee0354fef5c4db29d40038c16f46f6 \ sha256 a9e9c66833cea580c3ac12927e4b9711985d76afca98da971405d414de60e968 \ size 448028 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { if {${python.version} < 310} { depends_build-append \ port:py${python.version}-importlib-metadata } patchfiles patch-archflags.diff \ patch-strnlen-lion.diff depends_lib-append \ port:py${python.version}-setuptools \ port:py${python.version}-urllib3 }