Last change
on this file was
140126,
checked in by sean@…, 3 years ago
|
py-hgwatchman: update to 0.5.4
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 140126 2015-09-09 21:27:52Z sean@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup bitbucket 1.0 |
---|
7 | |
---|
8 | set realname hgwatchman |
---|
9 | bitbucket.setup facebook ${realname} 0.5.4 |
---|
10 | name py-${realname} |
---|
11 | categories-append devel |
---|
12 | platforms darwin |
---|
13 | maintainers sean openmaintainer |
---|
14 | supported_archs noarch |
---|
15 | license GPL-2+ |
---|
16 | |
---|
17 | description Integrates the file-watching program watchman with \ |
---|
18 | Mercurial to produce faster status results. |
---|
19 | long_description ${description} |
---|
20 | |
---|
21 | checksums rmd160 9033badbc3c4e003869e4574d7518f2f03a527fe \ |
---|
22 | sha256 7d943e292a12576aaeeafd3d6e75933e989ae4e8865bc96d964db89c0b6d5580 |
---|
23 | |
---|
24 | python.versions 27 |
---|
25 | |
---|
26 | if {${name} ne ${subport}} { |
---|
27 | depends_lib-append path:bin/hg:mercurial \ |
---|
28 | port:watchman |
---|
29 | |
---|
30 | notes " |
---|
31 | To enable ${realname}, add the following to your ~/.hgrc: |
---|
32 | |
---|
33 | \[extensions\] |
---|
34 | ${realname} = |
---|
35 | " |
---|
36 | |
---|
37 | livecheck.type none |
---|
38 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.