Revision: 31816 http://trac.macosforge.org/projects/macports/changeset/31816 Author: ram@macports.org Date: 2007-12-08 07:58:57 -0800 (Sat, 08 Dec 2007) Log Message: ----------- new port: python/py25-baz - python bindings for the baz DVCS Added Paths: ----------- trunk/dports/python/py25-baz/ trunk/dports/python/py25-baz/Portfile Added: trunk/dports/python/py25-baz/Portfile =================================================================== --- trunk/dports/python/py25-baz/Portfile (rev 0) +++ trunk/dports/python/py25-baz/Portfile 2007-12-08 15:58:57 UTC (rev 31816) @@ -0,0 +1,25 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-baz +version 1.5.3 +categories python devel +platforms darwin +maintainers ram openmaintainer + +description Python bindings for the Baz revision control system +long_description ${description} + +homepage http://code.aaronbentley.com/pybaz +master_sites ${homepage}/releases +distname pybaz-${version} + +checksums md5 677b01beed158846be6736363c89d652 \ + sha1 fdd08059dc098ce989c06823843682212d8e1d1a \ + rmd160 0aa1ba14400a9e1db30ba68959c4a64ff81313a6 + +depends_lib-append port:bazaar + +universal_variant no Property changes on: trunk/dports/python/py25-baz/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native