Revision: 68298 http://trac.macports.org/changeset/68298 Author: jmr@macports.org Date: 2010-05-31 04:59:30 -0700 (Mon, 31 May 2010) Log Message: ----------- New port: py26-dulwich, a Python interface to git (#23635) Added Paths: ----------- trunk/dports/python/py26-dulwich/ trunk/dports/python/py26-dulwich/Portfile Added: trunk/dports/python/py26-dulwich/Portfile =================================================================== --- trunk/dports/python/py26-dulwich/Portfile (rev 0) +++ trunk/dports/python/py26-dulwich/Portfile 2010-05-31 11:59:30 UTC (rev 68298) @@ -0,0 +1,24 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python26 1.0 + +name py26-dulwich +version 0.4.1 +categories python devel +maintainers yahoo.com.au:mail_ben_schmidt +description Pure-Python Git Library +long_description Simple Pure-Python implementation of the Git file \ + formats and protocols. Dulwich is the place where \ + Mr. and Mrs. Git live in one of the Monty Python sketches. +license GPLv2 +homepage http://samba.org/~jelmer/dulwich/ +platforms darwin +master_sites ${homepage} +distname dulwich-${version} +checksums md5 ffa4b48682f43f47dcf70968cfc45133 \ + sha1 2c19314ff010579102d55d82326aa4e399ac6dfa \ + rmd160 f6a62acd0f7e91fbb03a115443975e3095f3854e +build.target-append build_ext +build.args --inplace Property changes on: trunk/dports/python/py26-dulwich/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
jmr@macports.org