[PyObjC-svn] r2184 - in trunk/pyobjc/pyobjc-framework-AddressBook: . Doc

[email protected]
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Sat May  2 02:51:56 2009
New Revision: 2184

Log:
* Formatting tweak in documentation
* Fix dependency information
* Improve the long_description.


Modified:
   trunk/pyobjc/pyobjc-framework-AddressBook/Doc/api-notes-AddressBook.txt
   trunk/pyobjc/pyobjc-framework-AddressBook/setup.py

Modified: trunk/pyobjc/pyobjc-framework-AddressBook/Doc/api-notes-AddressBook.txt
==============================================================================
--- trunk/pyobjc/pyobjc-framework-AddressBook/Doc/api-notes-AddressBook.txt	(original)
+++ trunk/pyobjc/pyobjc-framework-AddressBook/Doc/api-notes-AddressBook.txt	Sat May  2 02:51:56 2009
@@ -1,4 +1,3 @@
-=========================
 API notes for AddressBook
 =========================
 
@@ -10,5 +9,5 @@
 ABPeoplePicker C API
 --------------------
 
-``ABPickerSetDelegate`` and ``ABPickerGetDelegate`` use an API that isn't wrapped by 
-PyObjC.
+``ABPickerSetDelegate`` and ``ABPickerGetDelegate`` use an API that isn't 
+wrapped by PyObjC.

Modified: trunk/pyobjc/pyobjc-framework-AddressBook/setup.py
==============================================================================
--- trunk/pyobjc/pyobjc-framework-AddressBook/setup.py	(original)
+++ trunk/pyobjc/pyobjc-framework-AddressBook/setup.py	Sat May  2 02:51:56 2009
@@ -1,5 +1,7 @@
 ''' 
-Wrappers for framework 'AddressBook'. 
+Wrappers for the "AddressBook" framework on MacOS X. The Address Book is
+a centralized database for contact and other information for people. Appliations
+that make use of the AddressBook framework all use the same database.
 
 These wrappers don't include documentation, please check Apple's documention
 for information on how to use this framework and PyObjC's documentation
@@ -9,7 +11,7 @@
 import ez_setup
 ez_setup.use_setuptools()
 
-from setuptools import setup, Extension
+from setuptools import setup
 
 try:
     from PyObjCMetaData.commands import extra_cmdclass, extra_options
@@ -29,10 +31,9 @@
     packages = [ "AddressBook" ],
     package_dir = { '': 'Lib' },
     install_requires = [ 
-        'pyobjc-core>=2.2b1',
+        'pyobjc-core>=2.2b2',
         'pyobjc-framework-Cocoa>=2.2b2',
     ],
-    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.