Changeset 00ff1df


Ignore:
Timestamp:
06/30/2016 04:25:46 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8615350
Parents:
5e61060f
Message:

Python-2.7.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    r5e61060f r00ff1df  
    88     "https://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
    99  <!ENTITY python2-download-ftp  " ">
    10   <!ENTITY python2-md5sum        "1dbcc848b4cd8399a8199d000f9f823c">
     10  <!ENTITY python2-md5sum        "57dffcee9cee8bb2ab5f82af1d8e9a69">
    1111  <!ENTITY python2-size          "12 MB">
    12   <!ENTITY python2-buildsize     "229 MB (additional 18 MB for the tests)">
    13   <!ENTITY python2-time          "0.8 SBU (additional 5.6 SBU for tests)">
     12  <!ENTITY python2-buildsize     "268 MB (additional 17 MB for the tests)">
     13  <!ENTITY python2-time          "0.9 SBU (additional 4.8 SBU for tests)">
    1414
    1515  <!ENTITY python2htmldoc-download-http
     
    180180
    181181    <para>
    182       <option>--with-system-expat</option>: This switch enables linking against
    183       system version of <application>Expat</application>.
    184     </para>
    185 
    186     <para>
    187       <option>--with-system-ffi</option>: This switch enables linking against
    188       system version of <application>libffi</application>. Remove if you have
    189       not installed <xref linkend="libffi"/>.
     182      <parameter>--with-system-expat</parameter>: This switch enables linking
     183      against system version of <application>Expat</application>.
     184    </para>
     185
     186    <para>
     187      <parameter>--with-system-ffi</parameter>: This switch enables linking
     188      against system version of <application>libffi</application>. Remove if
     189      you have not installed <xref linkend="libffi"/>.
    190190    </para>
    191191
     
    196196
    197197    <para>
    198       <parameter>--with-dbmliborder=bdb:gdbm:ndbm</parameter>: Use this switch
     198      <option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch
    199199      if you want to build <application>Python</application> DBM Module
    200200      against <application>Berkeley DB</application> instead of
     
    257257          <para>
    258258            is a <application>Python</application> program that reads
    259             <application>Python 2.x</application> source code and applies a series of
    260             fixers to transform it into valid <application>Python 3.x</application>
    261             code.
     259            <application>Python 2.x</application> source code and applies a
     260            series of fixes to transform it into valid
     261            <application>Python 3.x</application> code.
    262262          </para>
    263263          <indexterm zone="python2 python2-2to3">
  • introduction/welcome/changelog.xml

    r5e61060f r00ff1df  
    4747      <para>June 30th, 2016</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[pierre] - Update to python-2.7.12. Fixes
     51          <ulink url="&blfs-ticket-root;8013">#8013</ulink>.</para>
     52        </listitem>
    4953        <listitem>
    5054          <para>[ken] - Update texlive to 2016 and update xindy to match. Fixes
  • packages.ent

    r5e61060f r00ff1df  
    294294<!ENTITY npapi-sdk-version            "0.27.2">
    295295<!ENTITY php-version                  "7.0.8">
    296 <!ENTITY python2-version              "2.7.11">
     296<!ENTITY python2-version              "2.7.12">
    297297<!ENTITY python3-version              "3.5.2">
    298298<!ENTITY ruby-minor-version           "2.3">
Note: See TracChangeset for help on using the changeset viewer.