[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/ Added 'setup.py docs' alias:

Tres Seaver cvs-admin at zope.org
Sun May 6 16:15:39 UTC 2012


Log message for revision 125664:
  Added 'setup.py docs' alias:
  
  - Installs 'Sphinx' and dependencies.
  

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt
  U   zope.configuration/branches/tseaver-test_cleanup/setup.cfg
  U   zope.configuration/branches/tseaver-test_cleanup/setup.py

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt	2012-05-06 16:15:20 UTC (rev 125663)
+++ zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt	2012-05-06 16:15:35 UTC (rev 125664)
@@ -5,6 +5,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.configuration/branches/tseaver-test_cleanup/setup.cfg
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/setup.cfg	2012-05-06 16:15:20 UTC (rev 125663)
+++ zope.configuration/branches/tseaver-test_cleanup/setup.cfg	2012-05-06 16:15:35 UTC (rev 125664)
@@ -7,3 +7,4 @@
 
 [aliases]
 dev = develop easy_install zope.configuration[testing]
+docs = easy_install zope.configuration[docs]

Modified: zope.configuration/branches/tseaver-test_cleanup/setup.py
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/setup.py	2012-05-06 16:15:20 UTC (rev 125663)
+++ zope.configuration/branches/tseaver-test_cleanup/setup.py	2012-05-06 16:15:35 UTC (rev 125664)
@@ -90,6 +90,7 @@
       package_dir={'': 'src'},
       namespace_packages=['zope'],
       extras_require={
+        'docs': ['Sphinx'],
         'test': TESTS_REQUIRE,
         'testing': TESTS_REQUIRE + ['nose', 'coverage'],
       },



More information about the checkins mailing list