You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
19f9b417be
The dict port here dates back to ~2002; it was the first port used as a test case when we were developing MacPorts. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@142698 d073be05-634f-4543-b044-5fe20cf6d1d6
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
# $Id$
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-gitpython
|
|
version 0.3.2.RC1
|
|
maintainers nomaintainer
|
|
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 {${name} ne ${subport}} {
|
|
depends_build port:py${python.version}-setuptools
|
|
depends_lib port:py${python.version}-gitdb
|
|
}
|