Files
macports-ports/python/py-gitpython/Portfile
T
2024-02-20 21:57:02 -05:00

31 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
PortGroup github 1.0
github.setup gitpython-developers GitPython 3.1.41
name py-gitpython
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 4b055d972811315a74381731457e474917d7cf18 \
sha256 5b88f82b4f049ecd48e5a9b3e3501e824490a540d1b6092ae904e3a558850fcb \
size 502721
python.versions 38 39 310 311 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-gitdb
}