1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-tortoisehg |
---|
8 | version 2.0.5 |
---|
9 | categories-append lang python |
---|
10 | maintainers gmail.com:marc.schlaich |
---|
11 | license GPL-2 |
---|
12 | |
---|
13 | description A set of graphical tools for Mercurial |
---|
14 | |
---|
15 | long_description A set of graphical tools for the Mercurial distributed \ |
---|
16 | revision control system. |
---|
17 | |
---|
18 | homepage http://tortoisehg.bitbucket.org/ |
---|
19 | master_sites http://bitbucket.org/tortoisehg/targz/downloads/ |
---|
20 | |
---|
21 | distname tortoisehg-${version} |
---|
22 | |
---|
23 | checksums sha1 f94c113651028afebec9769acd37073aaddebf4a \ |
---|
24 | rmd160 32c40a8988a4568eafdf7ada0996d84144ee13e0 |
---|
25 | |
---|
26 | depends_lib-append port:py27-mercurial \ |
---|
27 | port:py27-pyqt4 \ |
---|
28 | port:py27-qscintilla \ |
---|
29 | port:py27-iniparse |
---|
30 | |
---|
31 | depends_build-append port:py27-distribute |
---|
32 | |
---|
33 | patchfiles patch-setup.py.diff |
---|
34 | |
---|
35 | build.env-append PATH=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin |
---|
36 | |
---|