Revision: 102504 https://trac.macports.org/changeset/102504 Author: sean@macports.org Date: 2013-02-04 09:13:14 -0800 (Mon, 04 Feb 2013) Log Message: ----------- py27-hgsubversion: drop 27 from folder name Added Paths: ----------- trunk/dports/python/py-hgsubversion/ trunk/dports/python/py-hgsubversion/Portfile Removed Paths: ------------- trunk/dports/python/py27-hgsubversion/ Added: trunk/dports/python/py-hgsubversion/Portfile =================================================================== --- trunk/dports/python/py-hgsubversion/Portfile (rev 0) +++ trunk/dports/python/py-hgsubversion/Portfile 2013-02-04 17:13:14 UTC (rev 102504) @@ -0,0 +1,41 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 +PortGroup python 1.0 +PortGroup bitbucket 1.0 + +set realname hgsubversion +bitbucket.setup durin42 ${realname} 68191be64af8 +name py-${realname} +version 1.5.20121205 +revision 0 +categories-append devel +platforms darwin +maintainers sean openmaintainer +supported_archs noarch +license GPL-2+ + +description hgsubversion is a Mercurial extension for \ + working with Subversion (svn) repositories. +long_description hgsubversion is an extension for Mercurial \ + that allows using Mercurial as a Subversion (svn) client. + +checksums rmd160 fb82a6bab256ac6dcdd983ffca34c76859c79e2c \ + sha256 b57ed8e838754cab4906826a7e0ff2c594bfc9e5c5a5afcd292dffaa1fa55d6a + +python.versions 27 + +if {$subport != $name} { + depends_lib path:bin/hg:mercurial \ + port:py${python.version}-subvertpy + + notes " +To enable ${realname}, add the following to your ~/.hgrc: + +\[extensions\] +${realname} = ${python.pkgd}/${realname} +" + + livecheck.type none +}