[CalendarServer-changes] [14262] CalendarServer/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Wed Jan 7 16:25:24 PST 2015
Revision: 14262
http://trac.calendarserver.org//changeset/14262
Author: wsanchez at apple.com
Date: 2015-01-07 16:25:24 -0800 (Wed, 07 Jan 2015)
Log Message:
-----------
Add dependencies tool.
Modified Paths:
--------------
CalendarServer/trunk/requirements-dev.txt
Added Paths:
-----------
CalendarServer/trunk/bin/dependencies
Added: CalendarServer/trunk/bin/dependencies
===================================================================
--- CalendarServer/trunk/bin/dependencies (rev 0)
+++ CalendarServer/trunk/bin/dependencies 2015-01-08 00:25:24 UTC (rev 14262)
@@ -0,0 +1,32 @@
+#!/bin/sh
+# -*- sh-basic-offset: 2 -*-
+
+##
+# Copyright (c) 2005-2014 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)";
+
+. "${wd}/bin/_build.sh";
+
+do_setup="false";
+develop > /dev/null;
+
+extras="$(echo $@ | sed 's| |,|g')";
+
+exec "${py_bindir}/eggdeps" "calendarserver[${extras}]";
Property changes on: CalendarServer/trunk/bin/dependencies
___________________________________________________________________
Added: svn:executable
+ *
Modified: CalendarServer/trunk/requirements-dev.txt
===================================================================
--- CalendarServer/trunk/requirements-dev.txt 2015-01-07 19:52:14 UTC (rev 14261)
+++ CalendarServer/trunk/requirements-dev.txt 2015-01-08 00:25:24 UTC (rev 14262)
@@ -6,5 +6,6 @@
docutils
mockldap
q
+tl.eggdeps
--editable svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVClientLibrary/trunk@13420#egg=CalDAVClientLibrary
--editable svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVTester/trunk@14244#egg=CalDAVTester
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150107/232ae8c1/attachment.html>
More information about the calendarserver-changes
mailing list