[CalendarServer-changes] [13435] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Sun May 4 13:09:05 PDT 2014


Revision: 13435
          http://trac.calendarserver.org//changeset/13435
Author:   wsanchez at apple.com
Date:     2014-05-04 13:09:05 -0700 (Sun, 04 May 2014)
Log Message:
-----------
Rename requirements-apple.txt to requirements-stable.txt.  Use that as the base for requirements-dev.txt.

Modified Paths:
--------------
    CalendarServer/trunk/requirements-dev.txt
    CalendarServer/trunk/requirements.txt
    CalendarServer/trunk/support/_cache_deps

Added Paths:
-----------
    CalendarServer/trunk/requirements-stable.txt

Removed Paths:
-------------
    CalendarServer/trunk/requirements-apple.txt

Deleted: CalendarServer/trunk/requirements-apple.txt
===================================================================
--- CalendarServer/trunk/requirements-apple.txt	2014-05-04 15:06:39 UTC (rev 13434)
+++ CalendarServer/trunk/requirements-apple.txt	2014-05-04 20:09:05 UTC (rev 13435)
@@ -1,17 +0,0 @@
--e .
--e svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@13420#egg=twextpy
--e svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13420#egg=kerberos
--e svn+http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk@13420#egg=pycalendar
-
-PyGreSQL==4.1.1
-Twisted==13.2.0
-cffi==0.8.2
-funcparserlib==0.3.6
-psutil==2.1.0
-pyasn1==0.1.7
-pycparser==2.10
-pycrypto==2.6.1
-python-ldap==2.4.15
-setproctitle==1.1.8
-sqlparse==0.1.11
-wheel==0.23.0

Modified: CalendarServer/trunk/requirements-dev.txt
===================================================================
--- CalendarServer/trunk/requirements-dev.txt	2014-05-04 15:06:39 UTC (rev 13434)
+++ CalendarServer/trunk/requirements-dev.txt	2014-05-04 20:09:05 UTC (rev 13435)
@@ -1,5 +1,5 @@
 # Get master requirements
--r requirements.txt
+-r requirements-stable.txt
 
 # Additional dependencies for development and testing
 pyflakes

Copied: CalendarServer/trunk/requirements-stable.txt (from rev 13430, CalendarServer/trunk/requirements-apple.txt)
===================================================================
--- CalendarServer/trunk/requirements-stable.txt	                        (rev 0)
+++ CalendarServer/trunk/requirements-stable.txt	2014-05-04 20:09:05 UTC (rev 13435)
@@ -0,0 +1,17 @@
+-e .
+-e svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@13420#egg=twextpy
+-e svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13420#egg=kerberos
+-e svn+http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk@13420#egg=pycalendar
+
+PyGreSQL==4.1.1
+Twisted==13.2.0
+cffi==0.8.2
+funcparserlib==0.3.6
+psutil==2.1.0
+pyasn1==0.1.7
+pycparser==2.10
+pycrypto==2.6.1
+python-ldap==2.4.15
+setproctitle==1.1.8
+sqlparse==0.1.11
+wheel==0.23.0

Modified: CalendarServer/trunk/requirements.txt
===================================================================
--- CalendarServer/trunk/requirements.txt	2014-05-04 15:06:39 UTC (rev 13434)
+++ CalendarServer/trunk/requirements.txt	2014-05-04 20:09:05 UTC (rev 13435)
@@ -2,6 +2,6 @@
 --editable .
 
 # Specify editable dependencies explicitly since we want to get them from svn, not PyPI
---editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@13367#egg=twextpy
---editable svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13367#egg=kerberos
---editable svn+http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk@13367#egg=pycalendar
+--editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk#egg=twextpy
+--editable svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk#egg=kerberos
+--editable svn+http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk#egg=pycalendar

Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps	2014-05-04 15:06:39 UTC (rev 13434)
+++ CalendarServer/trunk/support/_cache_deps	2014-05-04 20:09:05 UTC (rev 13435)
@@ -28,7 +28,7 @@
 
 export PATH="/Applications/Server.app/Contents/ServerRoot/usr/bin:${PATH}";
 
-requirements="${wd}/requirements-apple.txt";
+requirements="${wd}/requirements-stable.txt";
 extra_features="OpenDirectory,Postgres";
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140504/1add4358/attachment.html>


More information about the calendarserver-changes mailing list