Changeset 1970f00


Ignore:
Timestamp:
03/17/2008 06:11:35 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3b03fd44
Parents:
857d5ca
Message:

Updated to Python-2.5.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7286 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r857d5ca r1970f00  
    254254make install-swig-py &amp;&amp;
    255255echo /usr/lib/svn-python \
    256     &gt; /usr/lib/python&python-libdir;/site-packages/subversion.pth &amp;&amp;
     256    &gt; /usr/lib/python&python-majorver;/site-packages/subversion.pth &amp;&amp;
    257257
    258258make install-swig-rb</userinput></screen>
  • general.ent

    r857d5ca r1970f00  
    214214<!ENTITY pdl-version                  "2.4.2">
    215215<!ENTITY php-version                  "5.2.3">
    216 <!ENTITY Python-version               "2.5.1">
    217 <!ENTITY python-libdir                "2.5">
     216<!ENTITY Python-version               "2.5.2">
     217<!ENTITY python-majorver              "2.5">
    218218<!ENTITY ruby-version                 "1.8.6-p111">
    219219<!ENTITY tcl-version                  "8.4.15">
  • general/genlib/dbus-bindings.xml

    r857d5ca r1970f00  
    272272        <seg><application>Python</application>
    273273        <application>D-Bus</application> modules</seg>
    274         <seg>/usr/lib/python&python-libdir;/site-packages/dbus and
     274        <seg>/usr/lib/python&python-majorver;/site-packages/dbus and
    275275        /usr/share/doc/dbus-python</seg>
    276276      </seglistitem>
  • general/prog/python-modules.xml

    r857d5ca r1970f00  
    200200        <seg>xmlproc_parse and xmlproc_val</seg>
    201201        <seg>PyXML Python library modules</seg>
    202         <seg>/usr/lib/python&python-libdir;/site-packages/_xmlplus and
     202        <seg>/usr/lib/python&python-majorver;/site-packages/_xmlplus and
    203203        /usr/share/doc/PyXML-&pyxml-version;</seg>
    204204      </seglistitem>
     
    311311        <seg>Pycairo Python library module</seg>
    312312        <seg>/usr/include/pycairo and
    313         /usr/lib/python&python-libdir;/site-packages/cairo</seg>
     313        /usr/lib/python&python-majorver;/site-packages/cairo</seg>
    314314      </seglistitem>
    315315    </segmentedlist>
     
    404404        <seg>PyGObject Python library module</seg>
    405405        <seg>/usr/include/pygtk-2.0, /usr/share/pygobject and
    406         /usr/lib/python&python-libdir;/site-packages/gtk-2.0</seg>
     406        /usr/lib/python&python-majorver;/site-packages/gtk-2.0</seg>
    407407      </seglistitem>
    408408    </segmentedlist>
     
    521521        <seg>PyGTK Python library modules</seg>
    522522        <seg>/usr/lib/pygtk, /usr/share/pygtk and
    523         /usr/lib/python&python-libdir;/site-packages/gtk-2.0</seg>
     523        /usr/lib/python&python-majorver;/site-packages/gtk-2.0</seg>
    524524      </seglistitem>
    525525    </segmentedlist>
  • general/prog/python.xml

    r857d5ca r1970f00  
    77  <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
    88  <!ENTITY python-download-ftp  "&gentoo-ftp-repo;/Python-&Python-version;.tar.bz2">
    9   <!ENTITY python-md5sum        "70084ffa561660f07de466c2c8c4842d">
    10   <!ENTITY python-size          "9.3 MB">
    11   <!ENTITY python-buildsize     "152 MB">
    12   <!ENTITY python-time          "1.0 SBU (additional 2.6 SBU to run the test suite)">
     9  <!ENTITY python-md5sum        "afb5451049eda91fbde10bd5a4b7fadc">
     10  <!ENTITY python-size          "9.8 MB">
     11  <!ENTITY python-buildsize     "180 MB">
     12  <!ENTITY python-time          "1.1 SBU (additional 2.7 SBU to run the test suite)">
    1313]>
    1414
     
    5858
    5959    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60
     61    <bridgehead renderas="sect4">Required Patch</bridgehead>
    6062    <itemizedlist spacing='compact'>
    6163      <listitem>
    62         <para>Required patch: <ulink
     64        <para><ulink
    6365        url="&patch-root;/Python-&Python-version;-gdbm-1.patch"/></para>
    6466      </listitem>
    6567    </itemizedlist>
    6668
     69    <bridgehead renderas="sect4">Optional HTML Documentation</bridgehead>
     70    <itemizedlist spacing='compact'>
     71      <listitem>
     72        <para><ulink
     73        url="http://docs.python.org/ftp/python/doc/&python-majorver;/html-&python-majorver;.tar.bz2"/></para>
     74      </listitem>
     75    </itemizedlist>
     76
    6777    <bridgehead renderas="sect3">Python Dependencies</bridgehead>
    6878
    6979    <bridgehead renderas="sect4">Optional</bridgehead>
     80    <para role="optional"><xref linkend="pth"/></para>
     81
     82    <bridgehead renderas="sect4">Optional
     83    (to create package-specific support modules)</bridgehead>
    7084    <para role="optional"><xref linkend="openssl"/>,
    71     <xref linkend="tk"/>, and
    72     <xref linkend="gdbm"/></para>
     85    <xref linkend="tk"/>,
     86    <xref linkend="gdbm"/>, and
     87    <ulink url="http://sqlite.org/">SQLite 3</ulink></para>
    7388    <!-- <xref linkend="db"/> -->
    7489
     
    88103make</userinput></screen>
    89104
    90     <para>To test the results, issue: <command>make test</command>.</para>
     105    <para>To test the results, issue: <command>make test</command>. Note that
     106    if you have an existing <application>Python</application> installation
     107    which includes the <application>PyXML</application> module, the tests could
     108    produce a segmentation fault.</para>
    91109
    92110    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    94112<screen role="root"><userinput>make install</userinput></screen>
    95113
    96     <note>
    97       <para>There is no documentation installed using the instructions above.
    98       However, There are LaTeX sources included with the distribution. See the
    99       <filename>Doc/README</filename> file in the source distribution for
    100       instructions to format the LaTeX sources. Alternatively, you can download
    101       preformatted documentation from
    102       <ulink url="http://docs.python.org/download.html"/>.</para>
    103     </note>
     114    <para>There is no documentation installed using the instructions above.
     115    However, There are LaTeX sources included with the distribution. See the
     116    <filename>Doc/README</filename> file in the source distribution for
     117    instructions to format the LaTeX sources. Alternatively, you can download
     118    preformatted documentation from
     119    <ulink url="http://docs.python.org/download.html"/>.</para>
     120
     121    <para>In order to use the <command>help ('module_name')</command> feature
     122    of the <command>python</command> interpreter, you must download (or create)
     123    the optional HTML documentation and install it. If you downloaded the HTML
     124    docs, issue the following commands as the
     125    <systemitem class="username">root</systemitem> user:</para>
     126
     127<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/Python-&Python-version;/html &amp;&amp;
     128tar --strip-components=1 \
     129    -C /usr/share/doc/Python-&Python-version;/html \
     130    -xvf ../html-${MAJOR_VER}.tar.bz2</userinput></screen>
     131
     132    <para>In order for <command>python</command> to find the installed
     133    documentation, you must add the following environment variable to
     134    individual user's or the system's profile:</para>
     135
     136    <screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/Python-&Python-version;/html</userinput></screen>
    104137
    105138  </sect2>
     
    114147
    115148      <seglistitem>
    116         <seg>pydoc, python, python&python-libdir;, smtpd.py, and optionally if
     149        <seg>pydoc, python, python&python-majorver;, smtpd.py, and optionally if
    117150        <application>Tk</application> is installed, idle</seg>
    118         <seg>libpython&python-libdir;.so and numerous modules installed in
    119         /usr/lib/python&python-libdir;/lib-dynload</seg>
    120         <seg>/usr/include/python&python-libdir;,
    121          and /usr/lib/python&python-libdir;</seg>
     151        <seg>libpython&python-majorver;.so and numerous modules installed in
     152        /usr/lib/python&python-majorver;/lib-dynload</seg>
     153        <seg>/usr/include/python&python-majorver;,
     154        /usr/lib/python&python-majorver;, and
     155        /usr/share/doc/python-2.5.2</seg>
    122156      </seglistitem>
    123157    </segmentedlist>
     
    162196
    163197      <varlistentry id="python-ver">
    164         <term><command>python&python-libdir;</command></term>
     198        <term><command>python&python-majorver;</command></term>
    165199        <listitem>
    166200          <para>is a version-specific name for the <command>python</command>
    167201          program.</para>
    168202          <indexterm zone="python python-ver">
    169             <primary sortas="b-python&python-libdir;">python&python-libdir;</primary>
     203            <primary sortas="b-python&python-majorver;">python&python-majorver;</primary>
    170204          </indexterm>
    171205        </listitem>
  • gnome/add/gnome-mag.xml

    r857d5ca r1970f00  
    144144        include/gnome-mag-1.0,
    145145        lib/colorblind-applet,
    146         lib/python&python-libdir;/site-packages/colorblind,
     146        lib/python&python-majorver;/site-packages/colorblind,
    147147        share/{colorblind,doc/gnome-mag-&gnome-mag-version;,gnome-mag,idl/gnome-mag-1.0}</seg>
    148148      </seglistitem>
  • gnome/add/orca.xml

    r857d5ca r1970f00  
    137137        <seg><application>Python</application> assistive technology
    138138        (accessiblity) modules</seg>
    139         <seg>/usr/lib/python&python-libdir;/site-packages/orca and
     139        <seg>/usr/lib/python&python-majorver;/site-packages/orca and
    140140        /usr/share/orca</seg>
    141141      </seglistitem>
  • gnome/core/gnome-menus.xml

    r857d5ca r1970f00  
    158158
    159159<screen><literal>export PYTHONPATH=$PYTHONPATH:$(pkg-config --variable=prefix \
    160        ORBit-2.0)/lib/python&python-libdir;/site-packages:$(pkg-config \
     160       ORBit-2.0)/lib/python&python-majorver;/site-packages:$(pkg-config \
    161161       --variable=prefix \
    162        ORBit-2.0)/lib/python&python-libdir;/site-packages/GMenuSimpleEditor</literal></screen>
     162       ORBit-2.0)/lib/python&python-majorver;/site-packages/GMenuSimpleEditor</literal></screen>
    163163
    164164      </sect4>
     
    182182        <envar>$GNOME_PREFIX</envar>/:
    183183        include/gnome-menus,
    184         lib/python&python-libdir;/site-packages/GMenuSimpleEditor,
     184        lib/python&python-majorver;/site-packages/GMenuSimpleEditor,
    185185        share/{desktop-directories, gnome-menus}</seg>
    186186      </seglistitem>
  • introduction/welcome/changelog.xml

    r857d5ca r1970f00  
    4545      <para>March 17th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Python-2.5.2.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[alexander] - Removed xfsprogs-2.9.6, as they are incompatible
  • server/major/samba3.xml

    r857d5ca r1970f00  
    676676        the pam_winbind.so and pam_smbpass.so PAM libraries, and assorted
    677677        character set, filesystem and support modules.</seg>
    678         <seg>/etc/samba, /usr/lib/python&python-libdir;/site-packages/samba,
     678        <seg>/etc/samba, /usr/lib/python&python-majorver;/site-packages/samba,
    679679        /usr/lib/samba, /usr/share/doc/samba-&samba3-version;,
    680680        /usr/share/samba, /var/lib/samba and /var/log/samba</seg>
Note: See TracChangeset for help on using the changeset viewer.