You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
6fc2e738fd
remove integrated patch
29 lines
925 B
Plaintext
29 lines
925 B
Plaintext
PortSystem 1.0
|
|
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup gitpython-developers GitPython 2.1.8
|
|
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 c179bd338c7a37bb193f0ab4638596f606ab348a \
|
|
sha256 57039d0a0f65f53b398e03ad5e33fa29af4a402b8df46e7d5af91ab2b24eddc1
|
|
|
|
python.versions 27 36
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-gitdb
|
|
|
|
livecheck.type none
|
|
}
|