Changeset 4581

Show
Ignore:
Timestamp:
05/15/08 08:45:28 (6 months ago)
Author:
carndt
Message:

Update TurboJson? meta data and release howto

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/TurboJson/branches/1.1

    • Property svn:ignore set to
      *.egg-info

  • projects/TurboJson/branches/1.1/release_howto.txt

    r4490 r4581  
    33 
    44:Author: Florent Aide 
    5 :Date: 2007-10-21 
    6 :Revision: 1 
     5:Author: Christopher Arndt 
     6:Date: 2008-05-15 
     7:Revision: 2 
    78 
    89.. note:: Howto started by Florent, please correct, improve, etc... 
     
    1112   version number. 
    1213 
     14  .. note:: 
     15        The TurboJson trunk starting with version 1.2 removed the depency on 
     16        RuleDispatch and uses PEAK-Rules instead. This branch (TurboJson 
     17        versions <= 1.1) is intended to be used with TurboGears 1.0.x. New 
     18        developments for TurboJson >= 1.2 and to be used with TurboGears 1.1.x 
     19        should go to the trunk (and possibly backported to this branch). 
     20 
    13212) Create the eggs with the desired Python version using the following 
    1422   command line. This command will ignore the version numbers and svn 
    15    tagging put in the setup.cfg file: 
    16    python setup.py egg_info -RDb "" sdist bdist_egg 
     23   tagging put in the setup.cfg file:: 
    1724 
    18 3) Upload the eggs to the Cheese Shop (http://pypi.python.org): 
    19    python setup.py egg_info -RDb "" sdist bdist_egg register upload 
     25        python setup.py egg_info -RDb "" sdist bdist_egg 
     26 
     273) Upload the eggs to the Cheese Shop (http://pypi.python.org):: 
     28 
     29        python setup.py egg_info -RDb "" sdist bdist_egg register upload 
    2030 
    21314) Create a tag in SVN and increase the version number in the trunk. 
  • projects/TurboJson/branches/1.1/setup.py

    r4512 r4581  
    77    author="Elvelind Grandin", 
    88    author_email="elvelind+turbogears@gmail.com", 
     9    maintainer="TurboGears project", 
     10    maintainer_email="turbogears@googlegroups.com", 
    911    url="http://docs.turbogears.org/TurboJson", 
    1012    download_url="http://pypi.python.org/pypi/TurboJson", 
     
    2931    test_suite = 'nose.collector', 
    3032    ) 
    31  
  • projects/TurboJson/trunk/release_howto.txt

    r4490 r4581  
    33 
    44:Author: Florent Aide 
    5 :Date: 2007-10-21 
    6 :Revision: 1 
     5:Author: Christopher Arndt 
     6:Date: 2008-05-15 
     7:Revision: 2 
    78 
    89.. note:: Howto started by Florent, please correct, improve, etc... 
     
    1112   version number. 
    1213 
     14  .. note:: 
     15        The TurboJson trunk starting with version 1.2 removed the dependency on 
     16        RuleDispatch and uses PEAK-Rules instead. TurboJson versions >= 1.2 are 
     17        intended to be used with TurboGears 1.1.x. If you want to update 
     18        TurboJson for TurboGears 1.0.x, pleas use the TurboJson 1.1 branch. 
     19 
    13202) Create the eggs with the desired Python version using the following 
    1421   command line. This command will ignore the version numbers and svn 
    15    tagging put in the setup.cfg file: 
    16    python setup.py egg_info -RDb "" sdist bdist_egg 
     22   tagging put in the setup.cfg file:: 
    1723 
    18 3) Upload the eggs to the Cheese Shop (http://pypi.python.org): 
    19    python setup.py egg_info -RDb "" sdist bdist_egg register upload 
     24        python setup.py egg_info -RDb "" sdist bdist_egg 
     25 
     263) Upload the eggs to the Cheese Shop (http://pypi.python.org):: 
     27 
     28        python setup.py egg_info -RDb "" sdist bdist_egg register upload 
    2029 
    21304) Create a tag in SVN and increase the version number in the trunk. 
  • projects/TurboJson/trunk/setup.py

    r4512 r4581  
    77    author="Elvelind Grandin", 
    88    author_email="elvelind+turbogears@gmail.com", 
     9    maintainer="TurboGears project", 
     10    maintainer_email="turbogears@googlegroups.com", 
    911    url="http://docs.turbogears.org/TurboJson", 
    1012    download_url="http://pypi.python.org/pypi/TurboJson",