You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
7af1650b5e
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@91400 d073be05-634f-4543-b044-5fe20cf6d1d6
31 lines
1001 B
Plaintext
31 lines
1001 B
Plaintext
# $Id$
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-gitpython
|
|
version 0.3.2.RC1
|
|
maintainers landonf openmaintainer
|
|
platforms darwin
|
|
license BSD
|
|
|
|
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.
|
|
|
|
homepage http://gitorious.org/projects/git-python/
|
|
master_sites http://pypi.python.org/packages/source/G/GitPython/
|
|
distname GitPython-${version}
|
|
|
|
python.versions 26 27
|
|
python.default_version 27
|
|
|
|
checksums md5 849082fe29adc653a3621465213cab96 \
|
|
sha1 b9f43c91452f3fe7e105ac54ce878ff20ea44f44 \
|
|
rmd160 75488dcfe0be35066cd39eb63f909f999f17cdda
|
|
|
|
if {$subport != $name} {
|
|
depends_build port:py${python.version}-distribute
|
|
}
|