Changeset 0c2e5325
- Timestamp:
- 02/13/2020 11:23:59 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2f2d73a
- Parents:
- 6b21bfd0
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/pycairo.xml
r6b21bfd0 r0c2e5325 76 76 <bridgehead renderas="sect5">Optional</bridgehead> 77 77 <para role="optional"> 78 <xref linkend="python2"/> (<xref role="nodep" linkend="pygtk"/>79 can only use <application>Python 2</application>)80 78 <ulink url="https://hypothesis.readthedocs.io">Hypothesis</ulink> 81 79 (for tests) … … 93 91 <para> 94 92 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"/> 99 95 </para> 100 96 </note> 101 97 102 98 <para> 103 Install <application>PyCairo</application> for <!--Python2--> andPython3 by99 Install <application>PyCairo</application> for Python3 by 104 100 running the following commands: 105 101 </para> -
general/prog/pygobject2.xml
r6b21bfd0 r0c2e5325 84 84 <para role="required"> 85 85 <xref linkend="glib2"/>, 86 <xref linkend="pycairo "/> (Python 2),and86 <xref linkend="pycairo2"/> and 87 87 <xref linkend="python2"/> 88 88 </para> -
general/prog/pygtk.xml
r6b21bfd0 r0c2e5325 88 88 <bridgehead renderas="sect5">Required (pangocairo module)</bridgehead> 89 89 <para role="required"> 90 <xref linkend="pycairo "/> (Python 2)and90 <xref linkend="pycairo2"/> and 91 91 <xref linkend="pango"/> 92 92 </para> … … 94 94 <bridgehead renderas="sect5">Required (gtk and gtk.unixprint modules)</bridgehead> 95 95 <para role="required"> 96 <xref linkend="pycairo "/> (Python 2)and96 <xref linkend="pycairo2"/> and 97 97 <xref linkend="gtk2"/>. 98 98 </para> … … 100 100 <bridgehead renderas="sect5">Required (gtk.glade module)</bridgehead> 101 101 <para role="required"> 102 <xref linkend="pycairo "/> (Python 2)and102 <xref linkend="pycairo2"/> and 103 103 <xref linkend="libglade"/>. 104 104 </para> -
general/prog/python-modules.xml
r6b21bfd0 r0c2e5325 57 57 <listitem> 58 58 <para> 59 <xref linkend="pycairo2"/> 60 </para> 61 </listitem> 62 <listitem> 63 <para> 59 64 <xref linkend="pycryptodome"/> 60 65 </para> … … 167 172 168 173 <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" 169 177 href="pycryptodome.xml"/> 170 178 -
introduction/welcome/changelog.xml
r6b21bfd0 r0c2e5325 45 45 <para>February 13th, 2020</para> 46 46 <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> 47 52 <listitem> 48 53 <para>[timtas] - Update to dovecot-2.3.9.3. Fixes -
packages.ent
r6b21bfd0 r0c2e5325 535 535 <!ENTITY pyatspi2-version "2.34.0"> 536 536 <!--<!ENTITY py2cairo-version "1.10.0"> --> 537 <!ENTITY pycairo2-version "1.18.2"> 537 538 <!ENTITY pycairo-version "1.19.0"> 538 539 <!--<!ENTITY pycrypto-version "2.6.1"> Replaced by pycryptodome -->
Note:
See TracChangeset
for help on using the changeset viewer.