[112231] trunk/dports/python
sean at macports.org
sean at macports.org
Tue Oct 15 20:53:31 PDT 2013
Revision: 112231
https://trac.macports.org/changeset/112231
Author: sean at macports.org
Date: 2013-10-15 20:53:31 -0700 (Tue, 15 Oct 2013)
Log Message:
-----------
py-hgwatchman: add mercurial extension for watchman
Added Paths:
-----------
trunk/dports/python/py-hgwatchman/
trunk/dports/python/py-hgwatchman/Portfile
Added: trunk/dports/python/py-hgwatchman/Portfile
===================================================================
--- trunk/dports/python/py-hgwatchman/Portfile (rev 0)
+++ trunk/dports/python/py-hgwatchman/Portfile 2013-10-16 03:53:31 UTC (rev 112231)
@@ -0,0 +1,38 @@
+# -*- 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 hgwatchman
+bitbucket.setup facebook ${realname} 0.3
+name py-${realname}
+categories-append devel
+platforms darwin
+maintainers sean openmaintainer
+supported_archs noarch
+license GPL-2+
+
+description Integrates the file-watching program watchman with \
+ Mercurial to produce faster status results.
+long_description ${description}
+
+checksums rmd160 0604e6c363aa23e10cfad9a9b2de70495f21c9e5 \
+ sha256 2f41e5be5b7855dbeb9fe4300bf1db362c5641bc1b2b159035394c2e9c66385c
+
+python.versions 27
+
+if {$subport != $name} {
+ depends_lib-append path:bin/hg:mercurial \
+ port:watchman
+
+ notes "
+To enable ${realname}, add the following to your ~/.hgrc:
+
+\[extensions\]
+${realname} =
+"
+
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131015/6d1ce413/attachment.html>
More information about the macports-changes
mailing list