[Checkins] SVN: zope.hookable/trunk/ Add 'setup.py docs' alias.

Tres Seaver cvs-admin at zope.org
Mon Jun 4 16:51:46 UTC 2012


Log message for revision 126575:
  Add 'setup.py docs' alias.
  
  Installs 'Sphinx' and dependencies.
  

Changed:
  _U  zope.hookable/trunk/
  U   zope.hookable/trunk/CHANGES.txt
  U   zope.hookable/trunk/setup.cfg
  U   zope.hookable/trunk/setup.py

-=-
Modified: zope.hookable/trunk/CHANGES.txt
===================================================================
--- zope.hookable/trunk/CHANGES.txt	2012-06-04 16:51:39 UTC (rev 126574)
+++ zope.hookable/trunk/CHANGES.txt	2012-06-04 16:51:43 UTC (rev 126575)
@@ -4,6 +4,8 @@
 4.0.0 (unreleased)
 ------------------
 
+- Added 'setup.py docs' alias (installs ``Sphinx`` and dependencies).
+
 - Added 'setup.py dev' alias (runs ``setup.py develop`` plus installs
   ``nose`` and ``coverage``).
 

Modified: zope.hookable/trunk/setup.cfg
===================================================================
--- zope.hookable/trunk/setup.cfg	2012-06-04 16:51:39 UTC (rev 126574)
+++ zope.hookable/trunk/setup.cfg	2012-06-04 16:51:43 UTC (rev 126575)
@@ -7,4 +7,5 @@
 
 [aliases]
 dev = develop easy_install zope.hookable[testing]
+docs = easy_install zope.hookable[docs]
 

Modified: zope.hookable/trunk/setup.py
===================================================================
--- zope.hookable/trunk/setup.py	2012-06-04 16:51:39 UTC (rev 126574)
+++ zope.hookable/trunk/setup.py	2012-06-04 16:51:43 UTC (rev 126575)
@@ -60,6 +60,7 @@
       zip_safe=False,
       test_suite='zope.hookable.tests.test_hookable.test_suite',
       extras_require = {
+        'docs': ['Sphinx'],
         'testing': ['nose', 'coverage'],
         'test': ['zope.testing'],
       },



More information about the checkins mailing list