You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
Add legit, a command line interface for 'git', and its required dependencies.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@91398 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# $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
|
||||
Reference in New Issue
Block a user