[CalendarServer-changes] [11376] CalendarServer/trunk/pydoctor

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 17 13:53:28 PDT 2013


Revision: 11376
          http://trac.calendarserver.org//changeset/11376
Author:   wsanchez at apple.com
Date:     2013-06-17 13:53:28 -0700 (Mon, 17 Jun 2013)
Log Message:
-----------
Add pydoctor

Added Paths:
-----------
    CalendarServer/trunk/pydoctor

Added: CalendarServer/trunk/pydoctor
===================================================================
--- CalendarServer/trunk/pydoctor	                        (rev 0)
+++ CalendarServer/trunk/pydoctor	2013-06-17 20:53:28 UTC (rev 11376)
@@ -0,0 +1,31 @@
+#!/bin/sh
+
+##
+# Copyright (c) 2005-2013 Apple Inc. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+##
+
+set -e
+set -u
+
+wd="$(cd "$(dirname "$0")" && pwd -P)";
+
+. "${wd}/support/build.sh";
+
+do_setup="false";
+  do_get="false";
+
+dependencies;
+
+pydoctor "$@";


Property changes on: CalendarServer/trunk/pydoctor
___________________________________________________________________
Added: svn:executable
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130617/e2c787f0/attachment.html>


More information about the calendarserver-changes mailing list