Files
macports-ports/python/py-gitpython/Portfile
T
2025-06-10 14:59:55 -04:00

32 lines
1.1 KiB
Tcl

# -*- 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-gitpython
version 3.1.44
revision 0
platforms {darwin any}
supported_archs noarch
license BSD
maintainers nomaintainer
description A python library used to interact with Git repositories.
long_description GitPython provides object model access to your git \
repository. Once you have created a repository object, you \
can traverse it to find parent commit(s), trees, blobs, etc.
checksums rmd160 4a0f266a6c90e2784b37dc9635cb0462df098011 \
sha256 c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269 \
size 214196
homepage https://github.com/gitpython-developers/GitPython
python.versions 39 310 311 312 313
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-gitdb
}