Changeset 0c2e5325


Ignore:
Timestamp:
02/13/2020 11:23:59 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2f2d73a
Parents:
6b21bfd0
Message:

Split old python2 pycairo into pycairo2.xml

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycairo.xml

    r6b21bfd0 r0c2e5325  
    7676      <bridgehead renderas="sect5">Optional</bridgehead>
    7777      <para role="optional">
    78         <xref linkend="python2"/> (<xref role="nodep" linkend="pygtk"/>
    79           can only use <application>Python 2</application>)
    8078        <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink>
    8179          (for tests)
     
    9391        <para>
    9492           The current version of pycairo no longer builds the Python2 module.
    95            If you need this module for packages sych as <xref linkend="gimp"/>, use the
    96            <ulink url="https://github.com/pygobject/pycairo/releases/download/v1.18.2/pycairo-1.18.2.tar.gz">pycairo-1.18.2</ulink>
    97            version and use the same commands as below substituting python for
    98            python3.
     93           If you need that module for packages sych as <xref linkend="gimp"/>, use
     94           <xref linkend="pycairo2"/>
    9995        </para>
    10096      </note>
    10197
    10298      <para>
    103         Install <application>PyCairo</application> for <!--Python2--> and Python3 by
     99        Install <application>PyCairo</application> for Python3 by
    104100        running the following commands:
    105101      </para>
  • general/prog/pygobject2.xml

    r6b21bfd0 r0c2e5325  
    8484      <para role="required">
    8585        <xref linkend="glib2"/>,
    86         <xref linkend="pycairo"/> (Python 2), and
     86        <xref linkend="pycairo2"/> and
    8787        <xref linkend="python2"/>
    8888      </para>
  • general/prog/pygtk.xml

    r6b21bfd0 r0c2e5325  
    8888      <bridgehead renderas="sect5">Required (pangocairo module)</bridgehead>
    8989      <para role="required">
    90         <xref linkend="pycairo"/> (Python 2) and
     90        <xref linkend="pycairo2"/> and
    9191        <xref linkend="pango"/>
    9292      </para>
     
    9494      <bridgehead renderas="sect5">Required (gtk and gtk.unixprint modules)</bridgehead>
    9595      <para role="required">
    96         <xref linkend="pycairo"/> (Python 2) and
     96        <xref linkend="pycairo2"/> and
    9797        <xref linkend="gtk2"/>.
    9898      </para>
     
    100100      <bridgehead renderas="sect5">Required (gtk.glade module)</bridgehead>
    101101      <para role="required">
    102         <xref linkend="pycairo"/> (Python 2) and
     102        <xref linkend="pycairo2"/> and
    103103        <xref linkend="libglade"/>.
    104104      </para>
  • general/prog/python-modules.xml

    r6b21bfd0 r0c2e5325  
    5757      <listitem>
    5858        <para>
     59          <xref linkend="pycairo2"/>
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
    5964          <xref linkend="pycryptodome"/>
    6065        </para>
     
    167172
    168173  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     174    href="pycairo2.xml"/>
     175
     176  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    169177    href="pycryptodome.xml"/>
    170178
  • introduction/welcome/changelog.xml

    r6b21bfd0 r0c2e5325  
    4545      <para>February 13th, 2020</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Reinstate pycairo-1.18.2 for python2 as 'pycairo',
     49          needed for the deps of pygtk. Addresses
     50          <ulink url="&blfs-ticket-root;13128">#13128</ulink>.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[timtas] - Update to dovecot-2.3.9.3. Fixes
  • packages.ent

    r6b21bfd0 r0c2e5325  
    535535<!ENTITY pyatspi2-version             "2.34.0">
    536536<!--<!ENTITY py2cairo-version             "1.10.0"> -->
     537<!ENTITY pycairo2-version             "1.18.2">
    537538<!ENTITY pycairo-version              "1.19.0">
    538539<!--<!ENTITY pycrypto-version             "2.6.1"> Replaced by pycryptodome -->
Note: See TracChangeset for help on using the changeset viewer.