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: Portfile 89312 2012-01-24 17:53:08Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-dulwich |
---|
8 | version 0.8.5 |
---|
9 | categories python devel |
---|
10 | maintainers nomaintainer |
---|
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 | homepage http://samba.org/~jelmer/dulwich/ |
---|
16 | platforms darwin |
---|
17 | master_sites ${homepage} |
---|
18 | license GPL-2+ |
---|
19 | distname dulwich-${version} |
---|
20 | |
---|
21 | checksums rmd160 37381881d08bae0c6ed353d5c6edbb179828641c \ |
---|
22 | sha256 546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a |
---|
23 | |
---|
24 | patchfiles patch-strnlen-lion.diff |
---|
25 | |
---|
26 | build.target-append build_ext |
---|
27 | build.args --inplace |
---|