Revision: 102511 https://trac.macports.org/changeset/102511 Author: sean@macports.org Date: 2013-02-04 09:14:16 -0800 (Mon, 04 Feb 2013) Log Message: ----------- py-hggit: increase epoch to align version with the latest stable and use bitbucket Modified Paths: -------------- trunk/dports/python/py-hggit/Portfile Modified: trunk/dports/python/py-hggit/Portfile =================================================================== --- trunk/dports/python/py-hggit/Portfile 2013-02-04 17:14:06 UTC (rev 102510) +++ trunk/dports/python/py-hggit/Portfile 2013-02-04 17:14:16 UTC (rev 102511) @@ -3,17 +3,15 @@ PortSystem 1.0 PortGroup python 1.0 +PortGroup bitbucket 1.0 -epoch 20121206 +epoch 20130201 -fetch.type hg -hg.url http://bitbucket.org/durin42/hg-git -hg.tag 2320ab6ada36 +set realname hggit +bitbucket.setup durin42 hg-git 96e75caaf900 +name py-${realname} +version 0.3.4 -name py-hggit -version 0.3.5.${hg.tag} -revision 1 - categories python devel platforms darwin maintainers easieste sean openmaintainer @@ -28,26 +26,21 @@ or use a Git server as a collaboration point for a team with \ developers using both Git and Mercurial. -homepage http://hg-git.github.com/ -master_sites http://pypi.python.org/packages/source/h/hg-git -distname hg-git-${version} +checksums rmd160 ab2c30dc305d6d8f77744aae7317b92ed73c71cd \ + sha256 93db33c95e115e8f6973836db4ff9785db3fb651d61321707b9b1e7c842baf1a - - - -checksums rmd160 5ba97111225745997d4113ad066b2aa5b57084d5 \ - sha256 51fb0cbe0364e3515f498b428466adddf5423b77e4882b6663320cb4fbd8d20f - python.versions 27 if {$subport != $name} { - depends_lib port:mercurial \ - port:py27-dulwich + depends_lib path:bin/hg:mercurial \ + port:py${python.version}-dulwich notes " -To use this extension, add the following to your ~/.hgrc: +To enable ${realname}, add the following to your ~/.hgrc: -\[extensions\] -hggit=${python.prefix}/lib/python2.7/site-packages/hggit +\[extensions\] +${realname} = ${python.pkgd}/${realname} " + + livecheck.type none }
participants (1)
-
sean@macports.org