Changeset 2325522d


Ignore:
Timestamp:
07/01/2022 10:47:56 PM (22 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
fa411f6e
Parents:
a151e731
Message:

Update to Mako-1.2.1 (Python module).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mako.xml

    ra151e731 r2325522d  
    77  <!ENTITY Mako-download-http "&pymodules-dl;/M/Mako/Mako-&mako-version;.tar.gz">
    88  <!ENTITY Mako-download-ftp  " ">
    9   <!ENTITY Mako-md5sum        "2d8d1fe9c9be3fb20f62a9577c618575">
     9  <!ENTITY Mako-md5sum        "00dd92cae729b20b9c4d9e4bbd79d5ad">
    1010  <!ENTITY Mako-size          "480 KB">
    11   <!ENTITY Mako-buildsize     "3.2 MB">
     11  <!ENTITY Mako-buildsize     "3.3 MB">
    1212  <!ENTITY Mako-time          "less than 0.1 SBU">
    1313]>
     
    8181    <sect3 role="installation">
    8282      <title>Installation of Mako</title>
    83 
     83<!--
    8484      <para>
    8585        Build the module:
    8686      </para>
    8787
    88 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    89 
     88<screen><userinput>pip3 wheel -w dist - -no-build-isolation - -no-deps $PWD</userinput></screen>
     89-->
    9090      <para>
    9191        Install the module as the &root; user:
    9292      </para>
    93 
    94 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir Mako</userinput></screen>
     93<!--
     94<screen role="root"><userinput>pip3 install - -no-index - -find-links dist - -no-cache-dir Mako</userinput></screen>
     95-->
     96<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
    9597    </sect3>
    96 
     98<!--
    9799    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98100      href="../../xincludes/pip3-cmd-explain.xml"/>
    99 
     101-->
    100102    <sect3 role="content">
    101103      <title>Contents</title>
  • introduction/welcome/changelog.xml

    ra151e731 r2325522d  
    4545      <para>July 1st, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to Mako-1.2.1 (Python module). Fixes
     49          <ulink url="&blfs-ticket-root;16720">#16720</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to wayland-1.21.0. Fixes
  • packages.ent

    ra151e731 r2325522d  
    577577<!-- libxml2 for Python2 shares the version of libxml2 -->
    578578<!ENTITY lxml-version                 "4.9.0">
    579 <!ENTITY mako-version                 "1.2.0">
     579<!ENTITY mako-version                 "1.2.1">
    580580<!ENTITY MarkupSafe-version           "2.1.1">
    581581<!ENTITY py3c-version                 "1.4">
Note: See TracChangeset for help on using the changeset viewer.