Changeset 62f9a8e for general/prog


Ignore:
Timestamp:
04/11/2012 01:07:46 AM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
904a2e46
Parents:
c87dd41
Message:

Python-2.7.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    rc87dd41 r62f9a8e  
    99  <!ENTITY python2-download-ftp  " ">
    1010  <!-- <!ENTITY python2-download-ftp  "&gentoo-ftp-repo;/Python-&python2-version;.tar.xz"> -->
    11   <!ENTITY python2-md5sum        "75c87a80c6ddb0b785a57ea3583e04fa">
    12   <!ENTITY python2-size          "9.5 MB">
     11  <!ENTITY python2-md5sum        "62c4c1699170078c469f79ddfed21bc0">
     12  <!ENTITY python2-size          "9.6 MB">
    1313  <!ENTITY python2-buildsize     "235 MB (not including the test suite)">
    14   <!ENTITY python2-time          "1 SBU (not including the test suite)">
     14  <!ENTITY python2-time          "1.1 SBU (not including the test suite)">
    1515  <!ENTITY python2htmldoc-download-http
    1616  "http://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2">
    17   <!ENTITY python2htmldoc-md5sum        "40f0bd51b221662cae14fb0c6b6f622b">
    18   <!ENTITY python2htmldoc-size          "4.1 MB">
     17  <!ENTITY python2htmldoc-md5sum        "101c13d39f76fd6706aac3a9196b2f01">
     18  <!ENTITY python2htmldoc-size          "4.2 MB">
    1919]>
    2020
     
    120120      <application>Tk</application> package as it requires Xorg to be installed
    121121      but parts of Xorg depend on <application>Python</application>),
    122       <xref linkend="db"/> and
     122      <!--<xref linkend="db"/> and-->
     123      <ulink
     124      url="http://www.oracle.com/technetwork/products/berkeleydb/downloads/">BerkeleyDB</ulink>
     125      (only versions up to 4.8), and
    123126      <xref linkend="sqlite"/>.
    124127    </para>
     
    232235      <seglistitem>
    233236        <seg>
    234           pydoc, python, python-config, python&python2-majorver;,
     237          2to3, pydoc, python, python-config, python&python2-majorver;,
    235238          python&python2-majorver;-config, smtpd.py, and optionally if
    236239          <application>Tk</application> is installed, idle
     
    252255      <?dbhtml list-presentation="table"?>
    253256
     257      <varlistentry id="python2-2to3">
     258        <term><command>2to3</command></term>
     259        <listitem>
     260          <para>
     261            is a <application>Python</application> program that reads
     262            <application>Python 2.x</application> source code and applies a series of
     263            fixers to transform it into valid <application>Python 3.x</application>
     264            code.
     265          </para>
     266          <indexterm zone="python2 python2-2to3">
     267            <primary sortas="b-2to3">2to3</primary>
     268          </indexterm>
     269        </listitem>
     270      </varlistentry>
     271
    254272      <varlistentry id="idle2">
    255273        <term><command>idle</command></term>
Note: See TracChangeset for help on using the changeset viewer.