Files
macports-ports/python/py-gitpython/Portfile
T
Zero King 6fc2e738fd py-gitpython: update to 2.1.8
remove integrated patch
2017-12-13 08:18:43 +00:00

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
}