Changeset 949e158 for general


Ignore:
Timestamp:
04/16/2014 10:54:46 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
266a547
Parents:
4259a0b2
Message:

pygobject-3.12.1, glib-networking-2.40.1, gjs-1.40.1, gtksourceview-3.12.1 and gedit-3.12.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygobject3.xml

    r4259a0b2 r949e158  
    99  <!ENTITY pygobject3-download-ftp
    1010           "&gnome-download-ftp;/pygobject/3.12/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "f62700cdd7919b5afbc1de54569df648">
     11  <!ENTITY pygobject3-md5sum        "8608682f221feaac81adb3f4e40dbef3">
    1212  <!ENTITY pygobject3-size          "688 KB">
    13   <!ENTITY pygobject3-buildsize     "16 MB">
    14   <!ENTITY pygobject3-time          "0.3 SBU">
     13  <!ENTITY pygobject3-buildsize     "22 MB (additional 3 MB for the tests)">
     14  <!ENTITY pygobject3-time          "0.3 SBU (additional 0.2 SBU for the tests)">
    1515]>
    1616
     
    9797
    9898      <para>
     99        If you wish to run the test suite, optionally use the following
     100        command so that one test is marked as "expected failure":
     101      </para>
     102
     103<screen><userinput>sed -i '/test_out_glist/ i\    @unittest.expectedFailure' \
     104       tests/test_atoms.py</userinput></screen>
     105
     106      <para>
    99107        To build <application>PyGObject3</application> as the
    100108        <application>Python 2</application> module, run the
     
    109117
    110118      <para>
    111         To test the results, issue: <command>make -C python2 -k check</command>.
     119        To test the results, issue: <command>make -C python2 check</command>.
    112120        An already active graphical session with bus address is necessary to
    113121        run the tests.
     
    129137        To test the results, issue: <command>make -C python3 -k check</command>.
    130138        An already active graphical session with bus address is necessary to
    131         run the tests.
     139        run the tests. Some tests fail for unknown reasons.
    132140      </para>
    133141
Note: See TracChangeset for help on using the changeset viewer.