Changeset 90


Ignore:
Timestamp:
11/04/05 16:02:07 (18 years ago)
Author:
bas
Message:

Preparing for new 2.8 release

Location:
trunk/pbs_swig/distro
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/CHANGES

    r88 r90  
    66pbs.py:
    77        - Added new function "pbs.error()". This function checks if
    8           an error has occured with previous pbs function, eg:
     8          an error has occured with a pbs function, eg:
    99            task_id = pbs.pbs_submit(c, attrl, "A.tsk", 'NULL', 'NULL')
    1010            error_number, err_txt = pbs.error()
     
    1717pbs_python.spec:
    1818        - to make rpm packages from the source package, initial version
    19 
    20          
     19        Author: Martin Pels from SARA
     20
     21README:
     22        - Now requires python 2.1 and higher
     23        - Explain how to build DEBIAN package
     24
    2125=========== Version 2.7.10
    2226
  • trunk/pbs_swig/distro/README

    r73 r90  
    2525to the LIBS line
    2626
    27 --- Compile and install the package:
     27--- Compile and install the package: (Require python 2.1 and higher)
    2828
    2929  As for python version 1.6 and higher the procedure is:
     
    3232    make install
    3333
    34 --- For python versions lower the 1.6
    35 
    36   Python versions lower then 1.6 do not have the distutils
    37   package default in their installation. You can test it:
    38     python
    39     import distutils
    40 
    41   If this succeed then use the above procedure else use the procedure below:
    42     cd src
    43     Adjust the Makefile to where you installed Python and OPENPBS libraries.
    44     make
    45 
    46     The python PBS module consists of the following files:
    47       _pbs.so
    48       pbs.py
    49       pbs.pyc     ( will be generated from pbs.py. The first time you load
    50                     the module).
    51       PBSQuery.py ( This is an simple query module. To see how it works...
    52                     python <install_path>/PBSQuery.py )
    53 
    54     You can install these file in your own directory and use the PYTHONPATH
    55     environment variable or install it in a system wide directory, eg:
    56       /usr/lib/python1.5/site-packages
     34  Debian package:
     35    debian/rules binary
    5736
    5837--- Testing the package:
  • trunk/pbs_swig/distro/debian/changelog

    r86 r90  
     1pbs-python (2.8.0-1) unstable; urgency=low
     2
     3  * New pbs_python release, See CHANGES
     4
     5 -- Bas van der Vlies <bas@rc.sara.nl>  Fri,  4 Nov 2005 15:58:44 +0100
     6
    17pbs-python (2.7.10-1) unstable; urgency=low
    28
  • trunk/pbs_swig/distro/setup.py

    r87 r90  
    3636
    3737setup ( name = 'pbs_python',
    38         version = '2.7.10',
     38        version = '2.8.0',
    3939        description = 'openpbs/torque python interface',
    4040        author = 'Bas van der Vlies',
Note: See TracChangeset for help on using the changeset viewer.