Author: ronaldoussoren
Date: Sat May 2 03:09:05 2009
New Revision: 2190
Log:
* Minor tweaks to setup.py
* Add trivial API Notes documentation
Added:
trunk/pyobjc/pyobjc-framework-CalendarStore/Doc/
trunk/pyobjc/pyobjc-framework-CalendarStore/Doc/api-notes-CalenderStore.txt
Modified:
trunk/pyobjc/pyobjc-framework-CalendarStore/setup.py
Modified: trunk/pyobjc/pyobjc-framework-CalendarStore/setup.py
==============================================================================
--- trunk/pyobjc/pyobjc-framework-CalendarStore/setup.py (original)
+++ trunk/pyobjc/pyobjc-framework-CalendarStore/setup.py Sat May 2 03:09:05 2009
@@ -1,5 +1,8 @@
'''
-Wrappers for framework 'CalendarStore'.
+Wrappers for the "CalendarStore" on MacOSX 10.5 and later. The CalendarStore
+frameworks provides access to the iCal data. It's possible to fetch iCal
+records, such as calendars and tasks, as well as modify them and get
+notifications when records change in iCal.
These wrappers don't include documentation, please check Apple's documention
for information on how to use this framework and PyObjC's documentation
@@ -27,13 +30,10 @@
platforms = [ "MacOS X" ],
packages = [ "CalendarStore" ],
package_dir = { '': 'Lib' },
- setup_requires = [
- ],
install_requires = [
'pyobjc-core>=2.2b1',
'pyobjc-framework-Cocoa>=2.2b1',
],
- dependency_links = [],
package_data = {
'': ['*.bridgesupport']
},
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.