Changeset 3571

Show
Ignore:
Timestamp:
07/17/13 22:11:32 (11 years ago)
Author:
jerome
Message:

Removed references to psyco

Location:
pykota/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pksetup

    r3561 r3571  
    193193                 "python-reportlab-accel", 
    194194                 "python-pygresql", 
    195                  "python-psyco", 
    196195                 "python-osd", 
    197196                 "python-egenix-mxdatetime", 
  • pykota/trunk/debian/control

    r3413 r3571  
    1010Package: pykota 
    1111Architecture: all 
    12 Depends: python, python-egenix-mxdatetime, cupsys,  python-pygresql | python-ldap | python-pysqlite2 | python-mysqldb, jaxml | python-jaxml, python-osd, python-reportlab, python-pysnmp4, python-imaging 
    13 Recommends: qa-assistant, snmp, netatalk, python-psyco, npadmin, python-pam 
     12Depends: python, python-egenix-mxdatetime, cups,  python-pygresql | python-ldap | python-pysqlite2 | python-mysqldb, jaxml | python-jaxml, python-osd, python-reportlab, python-pysnmp4, python-imaging 
     13Recommends: qa-assistant, snmp, netatalk, npadmin, python-pam 
    1414Description: Print Quota/Accounting system for CUPS 
    1515 PyKota is a full featured, internationalized, centralized and extensible 
  • pykota/trunk/docs/installation.sgml

    r3506 r3571  
    831831          <listitem> 
    832832            <para> 
    833               The Python acccelerator <application>Psyco</application>. It must match your default Python version. 
    834               You can download it from <ulink url="http://psyco.sourceforge.net">http://psyco.sourceforge.net</ulink>. 
    835               You only need this if you run on the <literal>x86</literal> architecture because 
    836               <application>Psyco</application> doesn't yet exist on 
    837               other architectures. 
    838               Feel free to install this or not. It might speedup the 
    839               parsing of some print jobs by <appname>PyKota</appname>. 
    840             </para> 
    841           </listitem> 
    842           <listitem> 
    843             <para> 
    844833              The <application>pysnmp</application> Python module version 4.x, or higher. 
    845834              You can download it from <ulink url="http://pysnmp.sourceforge.net">http://pysnmp.sourceforge.net</ulink>. 
  • pykota/trunk/qa-assistant/pykota.xml

    r3413 r3571  
    213213      </description> 
    214214    </entry> 
    215     <entry name="python-psyco" display="true"> 
    216       <states> 
    217         <state name="Pass">python-psyco is installed</state> 
    218         <state name="Fail">python-psyco is not installed</state> 
    219         <state name="Not-Applicable">python-psyco is not supported on this platform</state> 
    220       </states> 
    221       <description> 
    222         python-psyco is an accelerator module for the Python language which can make the parsing 
    223         of Page Description Languages by pkpgcounter faster. 
    224         It is only supported on the x86 platform though, so if you use something else you 
    225         won't be able to install it. 
    226         It recommended but not necessary that you install it for PyKota to work. 
    227         You can install it with 'apt-get install python-psyco' 
    228       </description> 
    229     </entry> 
    230215  </category> 
    231216  <category name="Print Server Installation procedure"> 
  • pykota/trunk/README

    r3560 r3571  
    183183 
    184184 
    185   On Intel i386 architecture, and for performance reasons, it is 
    186   suggested that you install the Python accelerator Psyco, available from : 
    187  
    188       http://psyco.sourceforge.net 
    189  
    190   Under Debian : 
    191  
    192       $ apt-get install python-psyco 
    193  
    194   Other architectures may be supported as well in the future, check 
    195   this on Psyco's website. 
    196  
    197   Installing Psyco is not mandatory, but may really speed the parsing 
    198   of some print jobs. Don't install it if you don't want or don't have a 
    199   supported architecture. 
    200  
    201185  You need to have the following tools installed on the database 
    202186  server :