[71798] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Thu Sep 23 08:06:22 PDT 2010


Revision: 71798
          http://trac.macports.org/changeset/71798
Author:   jameskyle at macports.org
Date:     2010-09-23 08:06:21 -0700 (Thu, 23 Sep 2010)
Log Message:
-----------
Added a python 2.6 bzr-git port.

Added Paths:
-----------
    trunk/dports/python/py26-bzr-git/
    trunk/dports/python/py26-bzr-git/Portfile

Added: trunk/dports/python/py26-bzr-git/Portfile
===================================================================
--- trunk/dports/python/py26-bzr-git/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-bzr-git/Portfile	2010-09-23 15:06:21 UTC (rev 71798)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python26 1.0
+
+name              py26-bzr-git
+version           0.5.2
+categories        python devel
+maintainers       openmaintainer
+platforms         darwin
+description       A plugin for bzr to work with git trees.
+long_description  ${description} All operations except \"push\" are supported.
+
+homepage          https://launchpad.net/bzr-git
+master_sites      ${homepage}/trunk/${version}/+download
+distname          bzr-git-${version}
+
+depends_lib-append  port:py26-dulwich
+
+livecheck.type    regex
+livecheck.url     ${homepage}/+download
+livecheck.regex   {bzr-git-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100923/4da7d9b7/attachment.html>


More information about the macports-changes mailing list