# $Id: Portfile 81291 2011-07-29 02:51:08Z snc@macports.org $ PortSystem 1.0 PortGroup python27 1.0 name py27-hgsvn version 0.1.8 revision 1 categories python devel platforms darwin maintainers snc openmaintainer homepage http://pypi.python.org/pypi/hgsvn description hgsvn is a set of scripts for Subversion and Mercurial long_description This set of scripts allows to work locally on \ Subversion-managed projects using the Mercurial \ distributed version control system. master_sites http://pypi.python.org/packages/source/h/hgsvn distname hgsvn-${version} checksums rmd160 af056571b2d25110b61cffbf5512cb35967a7c1f \ sha256 90ddb565cc058c69617efc2ee0f02e5847104b6481ef56fb849a5410835c47a1 depends_lib-append port:py27-distribute \ port:mercurial \ port:subversion patchfiles patch-hgsvn-ui.py.diff post-extract { file copy ${filespath}/ez_setup.py ${worksrcpath} } post-destroot { xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt \ ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url ${homepage} livecheck.regex hgsvn (\\d+\\.\\d+\\.\\d+)