1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | name py26-dulwich |
---|
7 | version 0.4.1 |
---|
8 | revision 1 |
---|
9 | categories python devel |
---|
10 | maintainers mail_ben_schmidt@yahoo.com.au |
---|
11 | description Pure-Python Git Library |
---|
12 | long_description Simple Pure-Python implementation of the Git file \ |
---|
13 | formats and protocols. Dulwich is the place where \ |
---|
14 | Mr. and Mrs. Git live in one of the Monty Python sketches. |
---|
15 | license GPLv2 |
---|
16 | homepage http://samba.org/~jelmer/dulwich/ |
---|
17 | platforms darwin |
---|
18 | master_sites http://samba.org/~jelmer/dulwich/ |
---|
19 | distname dulwich-${version} |
---|
20 | checksums md5 ffa4b48682f43f47dcf70968cfc45133 \ |
---|
21 | sha1 2c19314ff010579102d55d82326aa4e399ac6dfa \ |
---|
22 | rmd160 f6a62acd0f7e91fbb03a115443975e3095f3854e |
---|
23 | build.target-append build_ext |
---|
24 | build.args --inplace |
---|