Changeset 731bf37a for general


Ignore:
Timestamp:
03/28/2019 02:46:10 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 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:
781824ec
Parents:
7292e01
Message:

Update to lxml-4.3.3 (python module).
Update to PyYAML-5.1 (python module).
Update to yaml-0.2.2.
Update to curl-7.64.1.

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

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/yaml.xml

    r7292e01 r731bf37a  
    55  %general-entities;
    66
    7   <!ENTITY yaml-download-http "http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz">
     7  <!ENTITY yaml-download-http "/https://github.com/yaml/libyaml/archive/&yaml-version;/yaml-&yaml-version;.tar.gz">
    88  <!ENTITY yaml-download-ftp  " ">
    9   <!ENTITY yaml-md5sum        "72724b9736923c517e5a8fc6757ef03d">
    10   <!ENTITY yaml-size          "588 KB">
    11   <!ENTITY yaml-buildsize     "6.7 MB">
    12   <!ENTITY yaml-time          "0.1 SBU">
     9  <!ENTITY yaml-md5sum        "2ad4119a57f94739cc39a1b482c81264">
     10  <!ENTITY yaml-size          "80 KB">
     11  <!ENTITY yaml-buildsize     "3.0 MB (with tests)">
     12  <!ENTITY yaml-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    8787    <title>Installation of YAML</title>
    8888
     89    <note>
     90      <para>This package expands to libyaml-&yaml-version;, not
     91      the expected yaml-&yaml-version;.</para>
     92    </note>
     93
    8994    <para>
    9095      Install <application>YAML</application> by running the following
     
    9297    </para>
    9398
    94 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     99<screen><userinput>make build &amp;&amp;
     100cd   build &amp;&amp;
     101
     102cmake -DCMAKE_INSTALL_PREFIX=/usr \
     103      -DBUILD_SHARED_LIBS=true    \
     104      -DCMAKE_BUILD_TYPE=RELEASE ..  &amp;&amp;
    95105make</userinput></screen>
    96106
    97107    <para>
    98       To test the results, issue: <command>make check</command>.
     108      To test the results, issue: <command>make test</command>.
    99109    </para>
    100110
  • general/prog/lxml.xml

    r7292e01 r731bf37a  
    77  <!ENTITY lxml-download-http "&pymodules-dl;/l/lxml/lxml-&lxml-version;.tar.gz">
    88  <!ENTITY lxml-download-ftp  " ">
    9   <!ENTITY lxml-md5sum        "8d1698a48f4ef68484de5bab457cc787">
     9  <!ENTITY lxml-md5sum        "d35e90d9de17e1370fbb7e6059bd95ed">
    1010  <!ENTITY lxml-size          "4.2 MB">
    11   <!ENTITY lxml-buildsize     "152 MB (add 26 MB for the testsuite)">
    12   <!ENTITY lxml-time          "1.9 SBU (add 1.8 SBU for the testsuite)">
     11  <!ENTITY lxml-buildsize     "152 MB (add 38 MB for the testsuite)">
     12  <!ENTITY lxml-time          "1.8 SBU (add 1.8 SBU for the testsuite)">
    1313]>
    1414
  • general/prog/python-modules.xml

    r7292e01 r731bf37a  
    100100        </para>
    101101      </listitem>
    102       <listitem revision="systemd">
     102      <listitem>
    103103        <para>
    104104          <xref linkend="Jinja2"/>
     
    120120        </para>
    121121      </listitem>
    122       <listitem revision="systemd">
     122      <listitem>
    123123        <para>
    124124          <xref linkend="PyYAML"/>
  • general/prog/pyyaml.xml

    r7292e01 r731bf37a  
    77  <!ENTITY PyYAML-download-http "http://pyyaml.org/download/pyyaml/PyYAML-&PyYAML-version;.tar.gz">
    88  <!ENTITY PyYAML-download-ftp  " ">
    9   <!ENTITY PyYAML-md5sum        "b78b96636d68ac581c0e2f38158c224f">
     9  <!ENTITY PyYAML-md5sum        "3b07eb596071bac75c886129de881d22">
    1010  <!ENTITY PyYAML-size          "268 KB">
    11   <!ENTITY PyYAML-buildsize     "12 MB">
     11  <!ENTITY PyYAML-buildsize     "11 MB">
    1212  <!ENTITY PyYAML-time          "0.1 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.