You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
31 lines
1.1 KiB
Tcl
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 2.1.11
|
|
name py-gitpython
|
|
|
|
platforms darwin
|
|
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 26d60c211c58174b885370663af858e2f51a7d33 \
|
|
sha256 8e2f57750df91fe72ba5cd1608e4c1954f94bea35c5d735081b2a9b082341bc5 \
|
|
size 519437
|
|
|
|
python.versions 27 36 37
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-gitdb
|
|
|
|
livecheck.type none
|
|
}
|